码迷,mamicode.com
首页 >  
搜索关键字:history trends历史    ( 2989个结果
常用命令
history -w //-w Write the current history to the history file, overwriting the history file’s contents.cat ~/.bash_history //命令保存文件路径.hi...
分类:其他好文   时间:2015-07-17 13:42:37    阅读次数:107
vimrc for windows
set nobackupsource $VIMRUNTIME/vimrc_example.vimsource $VIMRUNTIME/mswin.vimbehave mswin:color desertset nu!set history=1000 "记录历史的行数...
分类:Windows程序   时间:2015-07-17 00:07:52    阅读次数:216
CentOS-6.5系统基础优化篇,附带优化脚本
优化内容:(1.设置history历史记录(2.添加普通用户,设置sudo权限(3.禁止root远程用户登录(4.修改远程端口(5.精简开机启动服务器(6.关闭selinux(7.配置iptables(8.修改最大连接数ulimit(9.禁止使用Ctrl+Alt+Del快捷键重启服务器(10.修改默认DNS(11.安装必要软件,更..
分类:其他好文   时间:2015-07-16 22:43:11    阅读次数:282
JavaScript常用代码段
把如下代码加入区域中:     后退 前进     后退" onClick="history.go(-1)">     前进" onClick="history.go( 1 );return true;">       返回     返回上一步" onClick="history.back(-1)">       查看源码     查看源码" onClick="window.lo...
分类:编程语言   时间:2015-07-16 07:19:36    阅读次数:257
7月15日学习之BOM
setTimeout() //延时器,只执行一次代码clearTimeout() //清除演示器setIntervla() //定时器,根据指定时间间隔执行一次代码clearInterval() //清除定时器window.history.length //访问的历史页面的数目window...
分类:其他好文   时间:2015-07-16 00:44:35    阅读次数:140
Truck History - poj 1789 (Prim 算法)
Time Limit:2000MSMemory Limit:65536KTotal Submissions:20884Accepted:8075DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different types. Some ...
分类:编程语言   时间:2015-07-15 22:24:15    阅读次数:114
Shell应用技巧
1、命令补齐 按Tab键2、clear 或者 Ctrl+l 清屏3、Ctrl+u 删除光标前面的命令4、history 查看执行过的命令5、方向键的上下键可以查看执行过的命令1、命令别名 实例:alias copy=cp //此时可以用copy实现cp命令,如果命令...
分类:系统相关   时间:2015-07-15 22:12:20    阅读次数:142
集成StyleCop到Jenkins CI
这是集成完stylecop之后的Jenkins,可以看到code review结果随每个build变化的图表,Build History里面可以看到#150之前的build状态是unstable,这是和stylecop review出不符合要求的数目有关的:1. 先安装StyleCop2. 编辑你想...
分类:其他好文   时间:2015-07-15 18:53:23    阅读次数:270
模拟window的history对象
window的history是历史条目对象,在浏览器里,历史条目是保存在一个历史记录栈里,并通过go()等一系列函数进行操作。最近遇到一个项目,主要需求是HTML页面放到App里,App包含一个webView来显示HTML,并提供两个按钮,一个关闭按钮(关闭webView并返回app其他界面),一个...
分类:Windows程序   时间:2015-07-15 13:05:40    阅读次数:158
vim配置
syntax onset shiftwidth=4set tabstop=4set softtabstop=4set rulerset nuset expandtabset history=100set pastetoggle=set cursorlinefiletype plugin onset ...
分类:系统相关   时间:2015-07-15 01:09:49    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!