码迷,mamicode.com
首页 >  
搜索关键字:w who lastlog    ( 2549个结果
1.菜鸟的linux学习之路------linux初体验
脚本编程语言通常是解释型的。这类程序的执行,是由解释器读入代码,并将其转换成内部的形式,在执行。请注意,解释器本身是一般的编译型程序。 常用的脚本编程语言有 :awk,Perl,Python,Ruby,Shell。这里的Ruby是日本人研发的。 注释: linux : 1.rm 删除指定的文件 例:rm /Users/apple/Desktop/QQDock.plist...
分类:系统相关   时间:2014-06-20 09:10:29    阅读次数:371
xmpp muc 群聊协议 4
7.Occupant Use CasesThe main actor in a multi-user chat environment is the occupant, who can be said to be located "in" a multi-user chat room and to ...
分类:其他好文   时间:2014-06-11 10:13:56    阅读次数:261
Linux 获取登录者IP
在linux中有时需要获得登录者的IP,这里有两种方法,先使用who am i 获取登录IP,然后截取字符串: 1、awk截取,sed替换 who am i | awk '{print $5}' | sed 's/(//g' | sed 's/)//g' 2、cut 截取 who am i|cut -d\( -f2|cut -d\) -f1 使用方法,若在脚本中如.bashrc中,可...
分类:系统相关   时间:2014-06-10 07:49:49    阅读次数:320
ZOJ 3795 Grouping
给n个人的年龄大小关系,问最少分几组使每个组里面人的年龄不能直接或间接的比较。 每个联通块里的人都得分到不同的组,缩点后找最长的链即答案 tarjian缩点+dp找最长路 Grouping Time Limit: 2 Seconds      Memory Limit: 65536 KB Suppose there are N people in ZJU, who...
分类:其他好文   时间:2014-06-08 09:44:30    阅读次数:321
HttpOnly
Contents1 Overview1.1 Who developed HttpOnly? When?1.2 What is HttpOnly?1.3 Mitigating the Most Common XSS attack using HttpOnly1.3.1 Using Java to Se...
分类:其他好文   时间:2014-06-06 15:04:08    阅读次数:805
Drawable.Callback
一。介绍public abstract void invalidateDrawable (Drawable who)Called when the drawable needs to be redrawn. A view at this point should invalidate itself ...
分类:其他好文   时间:2014-06-05 14:13:44    阅读次数:218
Nodejs Win8 安装过程
现在才开始着手写点Nodejs 东西.之前都是在ubuntu系统和centos系统下进行编程的,现在来了点兴趣, 搞下windows下的Nodejs 编程开发.主要是为了方便. Don`t share your happiness with the one who don`t care about you . I hope you are not the one. 好了,首先我们到官方网站...
分类:Windows程序   时间:2014-06-01 18:06:36    阅读次数:445
Linux 下 who 命令
命令: who:常用选项意义-a显示所有用户的所有信息-m显示运行该程序的用户-p只显示用户的登陆帐号和登陆用户的数量,该选项优先级高于其他任何选项-r显示当前用户的运行级别,是在那个级别运行的-u在登陆用户后面显示该用户最后一次对系统进行操作距今的时间 参数:注:格式有点乱, -a, --a...
分类:系统相关   时间:2014-05-30 16:05:25    阅读次数:346
The Runway In The Form Of Lots Of Goodies For Handbag Lovers
Crossbody designer bags are perfect for students, business people and those who work on the go. It seems to be very elegant, I worked with informally....
分类:数据库   时间:2014-05-28 23:02:58    阅读次数:467
2014辽宁ACM省赛 Distance
问题 E: Distance 时间限制: 1 Sec  内存限制: 128 MB 提交: 48  解决: 12 [提交][状态][论坛] 题目描述 There is a battle field. It is a square with the side length 100 miles, and unfortunately we have two comrades who get ...
分类:其他好文   时间:2014-05-26 05:57:27    阅读次数:325
2549条   上一页 1 ... 251 252 253 254 255 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!