摘要: package money.thread; import money.Log; public class AddRunner extends ExecutableRunner { private static final String TAG = "AddRunner"; public int a; public AddRunner(Object readyT... 阅读全文
posted @ 2017-10-26 10:40 牧 天 阅读(190) 评论(0) 推荐(0)
摘要: shell: http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80 java多线程编程 http://download.csdn.net/download/good_654321/9981872 阅读全文
posted @ 2017-10-16 09:44 牧 天 阅读(124) 评论(0) 推荐(0)
摘要: 整数比较 -eq 等于,如:if [ "$a" -eq "$b" ] -ne 不等于,如:if [ "$a" -ne "$b" ] -gt 大于,如:if [ "$a" -gt "$b" ] -ge 大于等于,如:if [ "$a" -ge "$b" ] -lt 小于,如:if [ "$a" -lt 阅读全文
posted @ 2017-10-10 20:30 牧 天 阅读(148) 评论(0) 推荐(0)
摘要: caoming@caoming-PC:~/test$ ls update_sec_kirin970_user_shell.shcaoming@caoming-PC:~/test$ tar -cvf hehe.tar update_sec_kirin970_user_shell.sh update_s 阅读全文
posted @ 2017-09-23 09:42 牧 天 阅读(139) 评论(0) 推荐(0)
摘要: private void zip(ZipOutputStream out, File file, String base) { try { if (file.isDirectory()) { File[] subFiles = file.listFiles(); if (subFi... 阅读全文
posted @ 2017-07-18 17:29 牧 天 阅读(336) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/ai_ma_ai/article/details/68067756?locationNum=8&fps=1 阅读全文
posted @ 2017-05-23 23:46 牧 天 阅读(192) 评论(0) 推荐(0)
摘要: batch http://www.cnblogs.com/mq0036/p/3412171.html http://www.cnblogs.com/findumars/p/5353538.html 阅读全文
posted @ 2017-04-06 22:58 牧 天 阅读(149) 评论(0) 推荐(0)
摘要: main Alt + /Ctrl + D : 删除本行Ctrl + SHIFT + F : 整形Ctrl + Alt + ↓(↑) : 向下(上)复制本行Alt + ↓(↑) : 向下(上)移动本行包自动引入 alt + shift + o 阅读全文
posted @ 2017-04-01 15:30 牧 天 阅读(178) 评论(0) 推荐(0)
摘要: 查看linux内核版本c00390379@u138-103:~/shell$ uname -aLinux u138-103.huawei.com 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x8 阅读全文
posted @ 2017-04-01 15:25 牧 天 阅读(189) 评论(0) 推荐(0)
摘要: 延时10sstart /min /wait mshta vbscript:setTimeout("window.close()",10000) ping -n 3 127.0.0.1>nul说明:3为ping包发送次数,可作为延迟秒数进行使用,需要延迟几秒就设置几。>nul避免屏幕输出,将输出输入到 阅读全文
posted @ 2017-04-01 15:23 牧 天 阅读(203) 评论(0) 推荐(0)