码迷,mamicode.com
首页 >  
搜索关键字:done    ( 2584个结果
the company deals with all of them professionally
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
HDU1039 Easier Done Than Said?
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
Shell 控制并发
方法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
.bat批处理脚本让cmd命令行提示符cd到工作目录 (转)
打开cmd,检查命令行提示符所在的默认位置(目录),进入该目录用notepad++创建一个文件,输入@echo offrem 这个符号表示该行是注释。rem 进入f盘,需要先切换盘符,成功后才能进入该盘下的目录f:cd \myworkspace\echo Job is done然后保存文件,命名为 ...
分类:其他好文   时间:2014-08-24 18:00:32    阅读次数:256
HDU - 4971 A simple brute force problem. (DP)
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
jquery deferred
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 14.04 firefox install flash-plugin
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
show engine innodb status
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
第八章 shell学习之循环和结构化命令
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
Shell脚本-----while循环和until循环
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!