Problem Description
Corrupt governors always find ways to get dirty money. Paint something, then sell the worthless painting at a high price to someone who wants to bribe him/her on an auction, thi...
分类:
其他好文 时间:
2015-01-09 17:29:52
阅读次数:
335
注:77个优美的句子以及中文翻译,顺便还能学一些漂亮的单词。是否需要把英文放上面,中文放下面?现在这种排版方式貌似用户体验不好,but who cares? --seedluo1 我的世界不允许你的消失,不管结局是否完美. No matter the ending is perfect or n.....
分类:
其他好文 时间:
2015-01-09 15:29:47
阅读次数:
110
题意:
有n个人,两两都有比赛,然后有每个人的胜场次数。
规定把比自己胜场次数多的人都赢了的就是strong(weak) king (vegetables)
(why i say that they are so weak?
:****,how do you think a person who beat the heroes but defeated at the dogface? ...
分类:
其他好文 时间:
2015-01-07 11:03:03
阅读次数:
244
DescriptionIn the Byteotian Line Forest there are trees in a row. On top of the first one, there is a little bird who would like to fly over to the t....
分类:
其他好文 时间:
2015-01-06 21:22:07
阅读次数:
278
One of the challenges of explaining project management to people who are unfamiliar with the approach, is that descriptions are often either so high-l...
分类:
其他好文 时间:
2015-01-05 20:08:57
阅读次数:
191
Linux下添加用户:useradd 用户名
为用户名添加密码:passwd 用户名
查看系统中的所有用户:cat /etc/passwd |cut -f 1 -d :
注意:| 是管道,把cat的输出传给cut处理;后面的cut取出每一行的以:分割的第一栏。
用who命令可以查看当前登录的用户有哪些,一个用户可以多次登录比如有两个root。一个root在它的本地,一个ro...
分类:
其他好文 时间:
2015-01-04 21:32:54
阅读次数:
287
Treasure Hunt I
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Akiba is a dangerous country since a bloodsucker living there. Sometimes the bloodsucker will appear and kill everyone who is...
分类:
其他好文 时间:
2015-01-02 16:09:19
阅读次数:
194
公司师兄教的一种方法:将例如以下脚本,增加到/etc/profile最后就可以PS1="`whoami`@`hostname`:"'[$PWD]'historyUSER_IP=`who -u am i 2>/dev/null| awk '{print $NF}'|sed -e 's/[()]//g'...
分类:
其他好文 时间:
2015-01-02 10:52:54
阅读次数:
131
查看linux系统的开机时间/重启历史记录1、who -b命令[root@rusky opt]# who -b ---查看最后一次(上次)系统启动的时间 system boot Dec 27 05:062、who -r命令[root@rusky opt]# who -r ...
分类:
系统相关 时间:
2014-12-31 18:12:17
阅读次数:
329
NAME w - Show who is logged on and what they are doing.SYNOPSIS w - [husfV] [user]DESCRIPTION w displays information about the u...
分类:
系统相关 时间:
2014-12-31 18:01:50
阅读次数:
275