Carpets, rugs and furniture; the company deals with all of them professionally. After all this, vacuuming is done to get the moisture out thoroughly. ...
分类:
其他好文 时间:
2014-08-26 11:05:16
阅读次数:
220
Easier Done Than Said?
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7822 Accepted Submission(s): 3863
Problem Description
Pas...
分类:
其他好文 时间:
2014-08-25 22:58:55
阅读次数:
311
方法1: #!/bin/bashc=0for i in `seq -w 18 31`;do while [ $c -ge 3 ];do c=$(jobs -p |wc -w) sleep 1s done bash run_cal_us_tmp.sh 201407$i & #echo "`sleep ...
分类:
其他好文 时间:
2014-08-24 23:29:23
阅读次数:
254
打开cmd,检查命令行提示符所在的默认位置(目录),进入该目录用notepad++创建一个文件,输入@echo offrem 这个符号表示该行是注释。rem 进入f盘,需要先切换盘符,成功后才能进入该盘下的目录f:cd \myworkspace\echo Job is done然后保存文件,命名为 ...
分类:
其他好文 时间:
2014-08-24 18:00:32
阅读次数:
256
Problem Description
There's a company with several projects to be done. Finish a project will get you profits. However, there are some technical problems for some specific projects. To solve the prob...
分类:
其他好文 时间:
2014-08-22 00:26:35
阅读次数:
195
1. 1.5+版本jquery的对象类型2. $.ajax("test.html").done(function(){ alert("哈哈,成功了!"); }).fail(function(){ alert("出错啦!"); }).done(function(){ alert("第二个回调函数!")...
分类:
Web程序 时间:
2014-08-18 18:17:02
阅读次数:
406
ubuntu can't play audio and vedio. because flash-plugin haven't install. so , do it.sudo apt-get install flashplugin-installerok. done !
分类:
其他好文 时间:
2014-08-17 09:10:11
阅读次数:
178
TRANSACTIONS------------Trx id counter 2003909(当前事务号)Purge done for trx's n:o < 2003905 (清理线程完成到了哪个点)undo n:o < 0 state: running but idle如果上述两个差距很大,可能...
分类:
数据库 时间:
2014-08-15 23:44:49
阅读次数:
275
for循环1.列表for循环forvariablein{list}#有些像C++/CLR中的foreachdo...done如:1.[root@localhosttmp]#catb.sh#!/bin/bashforiin12345#12345等价于{1..5}doecho$idone[root@localhosttmp]#./b.sh123452.[root@localhosttmp]#catb.sh#!/bin/bashforiin$(seq126)#从1增加到6,..
分类:
其他好文 时间:
2014-08-15 02:43:18
阅读次数:
222
while测试条件do语句1语句2done测试条件:条件满足就循环,直到条件不满足就退出循环while循环如何退出?在循环体中改变测试条件相应的变量值补充:算术运算符sum=$[$sum+$i]=sum+=$i-=*=sum+=1=letsum++sum--sam=3while[$sam-le5]doletsam++done例子:用户随机输入一个数值,就循..
分类:
其他好文 时间:
2014-08-12 17:40:45
阅读次数:
282