Truck History
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 20140
Accepted: 7791
Description
Advanced Cargo Movement, Ltd. uses trucks of different typ...
分类:
其他好文 时间:
2015-04-17 11:39:03
阅读次数:
110
浏览器前进与回退操作在传统的浏览器中我们只能通过调用window.history对象的forward()、back()或go(number|url)方法来进行页面的前进、回退或跳转到某一页面。而Ajax技术出现出现后我们常常用来实现页面无刷新的局部渲染效果,但却无法对无刷新的页面进行前进和后退的操作...
ln -s 源 目标 建立符号链接
history 5 显示最近使用的5个命令
!5 执行历史编号为5的命令
date MMDDHHMMCCYY.SS [月月日日时时分分年年年年.秒秒]
cal 4 2015 查看2015年4月的日历
netstat -anp 查看网络状态
kill -9 pid 强制杀死进程
traceroute www.521ja...
分类:
系统相关 时间:
2015-04-15 11:31:22
阅读次数:
201
1.shell特性:使用history命令查看命令历史:[root@localhost~]#history用户的history记录位于用户家目录下.bash_history文件中:[root@localhost~]#vim~/.bash_history有关history的相关快捷操作:[root@localhost~]#!!//上一条命令[root@localhost~]#!$//上一条命令的最后一..
分类:
系统相关 时间:
2015-04-15 07:17:46
阅读次数:
177
1. Javascript 返回上一页history.go(-1), 返回两个页面: history.go(-2);2. history.back().3. window.history.forward()返回下一页4. window.history.go(返回第几页,也可以使用访问过的URL)例:...
分类:
Web程序 时间:
2015-04-14 14:16:41
阅读次数:
125
田忌赛马
时间限制:3000 ms | 内存限制:65535 KB
难度:3
描述Here is a famous story in Chinese history.
"That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to...
分类:
其他好文 时间:
2015-04-13 19:05:43
阅读次数:
135
示例:http://browserstate.github.io/history.js/demo/简介HTML4有一些对浏览历史的前进后退API的支持如:window.history.back();window.history.forward();window.history.go(-1);wind...
分类:
Web程序 时间:
2015-04-13 14:21:00
阅读次数:
144
Fun House
Time Limit: 1000MS Memory limit: 65536K
题目描述
American Carnival Makers Inc. (ACM) has a long history of designing rides and attractions. One of their more popular attract...
分类:
其他好文 时间:
2015-04-13 11:02:32
阅读次数:
149
#!bin/bash #program: #?? ?this program shows "hello world" in your screen. #history: #2015/01/01 Richard first release PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin ex...
分类:
系统相关 时间:
2015-04-12 17:55:12
阅读次数:
190
?基本框架:a) 通配符 * ? [1-3] [123]b) 输入输出重定向 >> 2>c) 管道 |d) 后台作业 jobs bg fge) 历史记录 history !+历史命令号f) 命令补全 tab 按两下tab显示所有匹配项1、通配符 *匹配所有(多个)字符 ?匹配单个字符...
分类:
其他好文 时间:
2015-04-11 16:08:27
阅读次数:
110