转自: http://atobs.blogspot.fr/2012/08/match-only-files-that-match-pattern-in.html#!/2012/08/match-only-files-that-match-pattern-in.html Groovy: In Groo ...
分类:
编程语言 时间:
2016-11-01 19:32:05
阅读次数:
273
(1) os.system仅仅在一个子终端运行系统命令,而不能获取命令执行后的返回信息system(command) -> exit_statusExecute the command (a string) in a subshell.如果再命令行下执行,结果直接打印出来>>> os.system( ...
分类:
编程语言 时间:
2016-10-30 00:40:34
阅读次数:
261
如下记录一次作业: 很显然,我这个应该属于二逼青年版,会在以后更新文艺青年版的答案。 1、模仿sed,一个文件中,用新字符串替换老字符串。 2、查找、添加、删除特定的内容 ...
分类:
其他好文 时间:
2016-10-29 19:19:49
阅读次数:
192
Coding 孙宇聪:《人,技术与流程》 https://blog.coding.net/blog/human-tech-procedure 我先做一下自我介绍,我是 07 年加入的 Google,在 Moutain View 总部任Google SRE,今年年初回国加入 Coding。在 Goog ...
分类:
其他好文 时间:
2016-10-29 14:11:46
阅读次数:
264
转载请标明出处:
http://blog.csdn.net/zxt0601/article/details/52948009
本文出自:【张旭童的博客】
本系列文章相关代码传送门:
自...
分类:
移动开发 时间:
2016-10-28 15:41:18
阅读次数:
307
想实现这么个功能,发现pb自带的例子中有这么一段 ...
分类:
其他好文 时间:
2016-10-28 10:04:07
阅读次数:
235
Install docker from official site, in windows. or install docker from repo as official site told, in linux.. after installation, we run by: (windows s ...
分类:
其他好文 时间:
2016-10-27 19:52:06
阅读次数:
210
Navigation Nightmare Description Farmer John's pastoral neighborhood has N farms (2 <= N <= 40,000), usually numbered/labeled 1..N. A series of M (1 < ...
分类:
Web程序 时间:
2016-10-27 19:48:33
阅读次数:
287
Notepad++ 快捷键 大全, notepad++也情有独钟,最近发现了一个快捷键,就是选中单词,ctrl+shift+enter。不过现在想知道一个快捷键,假设有三行代码,选中后一般按TAB就可以三行全部缩进. Notepad++绝对是windows下进行程序编辑的神器之一,要更快速的使用以媲 ...
分类:
其他好文 时间:
2016-10-27 15:12:27
阅读次数:
247
sonarQube是一个管理代码质量的开放平台,它可以从七个维度检测和扫描代码质量 参考百度文库:http://wenku.baidu.com/view/cba28af9b90d6c85ed3ac679.html?from=search 1.Complexity(复杂度分布):代码复杂度过高将难以理 ...
分类:
其他好文 时间:
2016-10-27 12:43:39
阅读次数:
679