上面是home.html 下面是page01.html ...
分类:
其他好文 时间:
2016-05-31 06:23:34
阅读次数:
143
DOM对象 windows:属性:opener(打开者) 方法:open()、close(),setTimeout()、setInterval()... location:属性:href 方法:reload()刷新 history:方法:go() status:不常用 document:下面详细介绍 ...
分类:
Web程序 时间:
2016-05-30 23:01:02
阅读次数:
219
BOM和DOM
BOM对象
什么是BOM
BOM(Brower Object Model,浏览器对象模型),主要用来访问和操作浏览器各组件的一种方法。BOM对象有:window、location、history、screen、navigator、document、frames[]
windows对象
Window 对象是 JavaScript 层级中的顶层对象。
...
分类:
其他好文 时间:
2016-05-30 15:01:20
阅读次数:
222
历史命令在用户注销之后会保存在用户家目录下的~/.bash_history中 history #查看系统中实时缓存的历史命令,与.bash_history中的内容并不完全相同 history -c #清空历史命令 history -w #把缓存中的历史命令写入历史命令保存文件.bash_histor ...
分类:
其他好文 时间:
2016-05-30 00:59:12
阅读次数:
143
可以使用这两个SP快速查看Job执行的状态,而不用打开Monitory。 1,查看Job 执行结果 msdb中该dbo.sp_help_job的参数如下: 2,查看Job Step msdb中 dbo.sp_help_jobhistory的参数如下: ...
分类:
其他好文 时间:
2016-05-29 14:58:10
阅读次数:
211
每次使用Job Activity Monitor查看Job执行的History都会很慢,查看一下Agent History的记录数量达到150多万条,msdb.dbo.sysjobhistory表占用的Space达到1GB,难怪每次都那么慢。 使用如下两条语句来Cleanup和设置周期性Cleanu ...
分类:
其他好文 时间:
2016-05-28 20:28:26
阅读次数:
165
1:用户的shell历史命令保存在home/username/.bash_history中 #!! 执行用户的上一条命令 #!pw 执行命令历史中最近一次以pw开头的命令 2:'*'来匹配零或多个字符 '?’匹配一个字符 #ls -d Day* 列出Day开头,后面匹配所有字符的目录 #ls -d ...
分类:
系统相关 时间:
2016-05-28 17:20:57
阅读次数:
295
JDWP Agent Implementation Description Revision History Disclaimer 1. About this Document 1.1 Purpose 1.2 Intended Audience 1.3 Using This Document 1.4 ...
分类:
其他好文 时间:
2016-05-27 11:01:39
阅读次数:
237
1994 cd ~/下载 1995 ls 1996 cd php-7.0.5/ 1997 ls 1998 history|grep configure 1999 ./configure --prefix=/usr/local/php7 --with-pdo-mysql=mysqlnd 2000 /u ...
分类:
Web程序 时间:
2016-05-25 14:48:05
阅读次数:
184
原文地址:http://blog.csdn.net/we_shell/article/details/38368137 1. 查看docker信息(version、info) 2. 对image的操作(search、pull、images、rmi、history) 3. 启动容器(run) dock ...
分类:
其他好文 时间:
2016-05-23 10:33:59
阅读次数:
184