码迷,mamicode.com
首页 >  
搜索关键字:Sid History    ( 6232个结果
hdu1150Machine Schedule (二分匹配,最小顶点覆盖)
Problem Description As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Scheduling problems differ widely in the nature of...
分类:其他好文   时间:2014-07-28 15:47:03    阅读次数:308
【翻译自mos文章】rac数据库中,HC_<SID>.dat文件被其他Oracle_Home下的实例所使用。
rac数据库中,HC_.dat文件被其他Oracle_Home下的实例所使用...
分类:数据库   时间:2014-07-28 00:16:39    阅读次数:269
Windows Server 笔记(六):Active Directory域服务:新建用户
验证好域的安装后,第一件事应该是创建域账号了吧:用户帐户代表物理实体,如人员。还可以将用户帐户用作某些应用程序的专用服务帐户。用户帐户也称为安全主体。安全主体是指自动为其分配安全标识符(SID)的目录对象,这些对象可用于访问域资源。用户帐户主要用于:1、验证用户..
分类:Windows程序   时间:2014-07-27 12:05:29    阅读次数:436
jq制作好看的导航显示效果
先上个效果图:在关于页面时,在点击邻居管理后,实现所在页面的提示,相当于文字导航。实现方法:js: 1 var a,b; 2 function admin_op(a,b){ 3 if(b==0){ 4 history.go(0) 5 return tr...
分类:其他好文   时间:2014-07-27 10:03:52    阅读次数:207
linux审计
(1)history查看一下最近的操作(2)last看一下系统状态http://blog.csdn.net/chaofanwei/article/details/11826567crash 意味着你的系统halt或者reboot 的时候,系统在syslog给出的标记是crashhttp://os.5...
分类:系统相关   时间:2014-07-25 14:03:11    阅读次数:295
Linux之进程管理及Shell脚本
使用!来调用过往命令!!重复执行上一条指令!a重复执行上一条以a为首的指令!nubmer重复执行上一条在history表中记录号码为number的指令!-number重复执行前第number条指令ailasabc=‘cdxxxxxxxxxxx/xxxxxxxx/xxxxxxxxxxxxx‘unaliasabc""将一串字符当成字符串来看,可以转译特殊字..
分类:系统相关   时间:2014-07-24 23:58:14    阅读次数:515
实时监控Linux服务器用户操作命令
在/etc/profile追加exportHISTORY_FILE=/var/log/history/userhistory.log readonlyPROMPT_COMMAND=‘{date"+%y-%m-%d%T#####$(whoami|awk"{print\$1\"\"\$2\"\"\$NF}")####$(id|awk"{print\$1}")####$(history1|{readxcmd;echo"$cmd";})";}>>$HISTORY_FILE‘重读source/et..
分类:系统相关   时间:2014-07-24 23:54:14    阅读次数:281
linux系统安全加固基础篇1
对于强大的linux来说,我们一定程度上都会认为是她秀坚强、稳定,同时也很有魅力。更多的如何使用她,而并没有对她的安全篇有很多的涉足,抛砖引玉,简单从常用的日志审计及pam用户验证块做个实例应用。1、操作日志审计系统的history再一定程度上可以告诉我们都干了什么,但对..
分类:系统相关   时间:2014-07-24 12:29:26    阅读次数:319
hdu1075What Are You Talking About (字典树)
Problem Description Ignatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use. The Martian gives him a history book of Mars and a dictionary when it leave...
分类:其他好文   时间:2014-07-23 22:33:38    阅读次数:281
history.go(-1)在不同浏览器中的解析
今天遇到个问题:后退点击"后退"链接时,在IE,firefix下,history.go(-1)可以起到后退的作用,但在chrome下不起作用,要用history.go(-2)才生效。后来研究了一下,发现在IE,firefix中解析为执行onclick事件,即执行history.go(-1)页面就跳走...
分类:其他好文   时间:2014-07-23 18:00:24    阅读次数:174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!