原文 Jasper White is one of those rare people who believes in ancient myths. He has just bought a new house in the city, but ever since he moved in, he has had trouble with cars and their owners. W...
分类:
其他好文 时间:
2015-07-09 23:00:51
阅读次数:
377
Linux 中有一个用于显示自身登录信息的特定命令结构,也就是登录用户信息的命令。who am i或者是who mom likes没错看第三行!“妈妈喜欢谁” who mom likes ,linux的命令真的是让人脑洞大开o( ̄▽ ̄)d
分类:
其他好文 时间:
2015-07-09 14:29:45
阅读次数:
94
## (C) Copyright 2000-2006# Wolfgang Denk, DENX Software Engineering, wd@denx.de.## See file CREDITS for list of people who contributed to this# proje...
分类:
其他好文 时间:
2015-07-08 18:43:50
阅读次数:
402
http://acm.hdu.edu.cn/showproblem.php?pid=4057
Problem Description
Dr. X is a biologist, who likes rabbits very much and can do everything for them. 2012 is coming, and Dr. X wants to take som...
分类:
其他好文 时间:
2015-07-08 12:56:59
阅读次数:
136
what+'空格'*4,结果是后面四个空格>>> who='k'>>> what='Ni!'>>> print('we are hte %s who say %s'%(who,((what+' ')*4)))we are hte k who say Ni! Ni! Ni! Ni! >>> print...
分类:
其他好文 时间:
2015-07-07 19:12:08
阅读次数:
127
IntroductionThis is a quick walk through to get Grid Engine going on Linux for those who would like to use it for something like FSL. This documentati...
分类:
其他好文 时间:
2015-07-06 11:49:57
阅读次数:
142
内容概括1.why:为什么做2.when:什么时候去做3.who:谁去做4.what:做的目的是什么5.where:从哪里入手6.how:怎么做
分类:
其他好文 时间:
2015-07-06 00:09:53
阅读次数:
119
命令替换
命令替换是指shell可以先执行命令,将输出结果暂时保存,在适当的地方输出.
命令替换的语法:
`command`
注意这是反引号,而不是单引号,这个键位于ESC键的下方.
案例;
#!/bin/bash
DATE=`date`
echo "Date is $DATE"
USERS=`who | wc -l`
echo "Logged in user are $...
分类:
系统相关 时间:
2015-07-04 14:01:28
阅读次数:
159
You have no choice about the necessity to integrateyour observations,
your experiences, your knowledge into abstractideas, i.e., into principles.
——Ayn Rand, 《Philosophy: Who Needs It》 1974
数据抽象...
分类:
编程语言 时间:
2015-07-04 06:16:38
阅读次数:
181
Linux终端:whoami命令:用来显示当前登录到系统的账户。[root@en/]#whoamiroot[root@en/]#who命令:(注意:su–过去的不是登陆用户,不会显示。)登录到当前系统的用户有哪些。[root@en~]#whoroottty12014-11-2009:04(:0)rootpts/02014-11-2009:06(192.168.20.92)dwzhangpts/1..
分类:
系统相关 时间:
2015-07-03 16:15:27
阅读次数:
230