学习SHELL脚本之前的知识1)记录命令历史我们敲过的命令,linux是会有记录的,预设可以记录1000条历史命令。这些命令保存在用户的家目录中的.bash_history文件中。有一点需要你知道的是,只有当用户正常退出当前shell时,在当前shell中运行的命令才会保存至.bash_history文件中..
分类:
系统相关 时间:
2015-12-28 06:44:41
阅读次数:
258
history.pushState(state, title, url)将当前URL和history.state加入到history中,并用新的state和URL替换当前。不会造成页面刷新。state:与要跳转到的URL对应的状态信息。title:可以不传url:要跳转到的URL地址,不能跨域。hi...
分类:
其他好文 时间:
2015-12-25 19:14:31
阅读次数:
120
1.Javascript返回上一页history.go(-1),返回两个页面:history.go(-2);2.history.back().3.window.history.forward()返回下一页4.window.history.go(返回第几页,也可以使用访问过的URL)例:<ahref="javascript:history.go(-1);">向上一页</a>response.Write("<scr..
分类:
编程语言 时间:
2015-12-23 16:28:08
阅读次数:
173
一、返回上一页发觉有两种用法: 1、javascript:history.back(-1); 2、javascript:history.go(-1);它们俩的区别是: history.back(-1):直接返回当前页的上一页,数据全部消息,返回新页面 history.go(-1):也是返回当前...
分类:
Web程序 时间:
2015-12-23 15:59:13
阅读次数:
122
shell中seq运用范例:将/bugzilla/group.00....group.99下的超过3年的数据mv到/history/Bugzilla/group.00...group.99下seq-w0099(-w表示在前面补0,以使宽度相同)#!/bin/bashforinumin`seq-w0099`doSSDIR=/bugzilla/group.$inumDDDIR=/history/Bugzilla/group.$inumcd${SSDIR}..
分类:
系统相关 时间:
2015-12-22 19:50:29
阅读次数:
202
`相关操作记录 history···················· ping www.baidu.com························
BOM:Browser Object Model,即浏览器对象模型,提供了独立于内容的、可以与浏览器窗口进行互动的对象结构。Browser对象:指BOM提供的多个对象,包括:Window、Navigator、Screen、History、Location等。其中Window对象为顶层对象,其他对象都...
分类:
其他好文 时间:
2015-12-21 00:11:35
阅读次数:
250
Wealthy FamilyProblem DescriptionWhile studying the history of royal families, you want to know how wealthy each family is. While you have various 'ne...
分类:
其他好文 时间:
2015-12-20 19:03:59
阅读次数:
223
一、命令历史特性:historyshell进程会其会话中保存此前用户提交执行过的命令history是shell的内置命令
1.命令语法格式:history
[-c][-dOFFSET][n]history
-anrw[FILENAME]history
-psVALUE[VALUE...]-c:
清空命令历史;-doffset(偏移量):删除指定命令历史,offset为history..
分类:
其他好文 时间:
2015-12-20 17:42:01
阅读次数:
231
Deep Learning in a Nutshell: History and TrainingThis series of blog posts aims to provide an intuitive and gentle introduction to deep learning that ...
分类:
系统相关 时间:
2015-12-18 21:11:54
阅读次数:
202