码迷,mamicode.com
首页 >  
搜索关键字:standard    ( 4798个结果
A1001. A+B Format (20)
Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less t...
分类:其他好文   时间:2015-03-14 07:25:57    阅读次数:135
Java知多少(4)J2SE、J2EE、J2ME的区别
1998年12月,SUN公司发布了Java 1.2,开始使用“Java 2” 这一名称,目前我们已经很少使用1.2之前的版本,所以通常所说的Java都是指Java2。Java 有三个版本,分别为 J2SE、J2EE和J2ME,以下是详细介绍。J2SE(Java 2 Platform Standard...
分类:编程语言   时间:2015-03-14 07:24:36    阅读次数:147
1021. Deepest Root (25) 并查集&&DFS
1021. Deepest Root (25) 时间限制 1500 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue A graph which is connected and acyclic can be considered a tree. The height of the tree depend...
分类:其他好文   时间:2015-03-13 23:51:52    阅读次数:430
pat 1001 A+B Format (20)
1001. A+B Format (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard 作者CHEN, YueCalculate a + b and output the sum in standard format -- that is, the ...
分类:其他好文   时间:2015-03-13 18:36:46    阅读次数:110
1020. Tree Traversals (25)
1020. Tree Traversals (25) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Suppose that all the keys in a binary tree are distinct positive integers. Given the postord...
分类:其他好文   时间:2015-03-13 14:30:25    阅读次数:256
JSTL标签库
JSTL标签库,是日常开发经常使用的,也是众多标签中性能最好的。把常用的内容,放在这里备份一份,随用随查。尽量做到不用查,就可以随手就可以写出来。这算是Java程序员的基本功吧,一定要扎实。   JSTL全名为JavaServer Pages Standard Tag Library,目前最新的版本为1.1版。JSTL是由JCP(Java Community Process)所制定的标...
分类:Web程序   时间:2015-03-11 21:40:12    阅读次数:150
Yii2-核心框架代码规范
原地址传送门以下代码可应用于Yii2.x核心库和官方扩展开发。如果你想拉请求代码到核心库中,建议使用此规范。我们不强制你使用此代码规范在你的应用中。选择你认为更舒服的方式即可。你可以获取一份代码检测的配制:https://github.com/yiisoft/yii2-coding-standard...
分类:其他好文   时间:2015-03-11 21:13:44    阅读次数:177
Activity的四种launchMode
Activity一共有以下四种launchMode:standard、singleTop、singleTask、singleInstance我们可以在AndroidManifest.xml配置的android:launchMode属性为以上四种之一即可。下面我们结合实例一一介绍这四种lanchMod...
分类:其他好文   时间:2015-03-11 19:29:14    阅读次数:157
awk 的一个奇怪异常
awk: cmd. line:1: (FILENAME=- FNR=192) fatal: print to "standard output" failed (No space left on device)1045827 awk: cmd. line:1: (FILENAME=- FNR=218...
分类:其他好文   时间:2015-03-11 12:34:30    阅读次数:539
grep -q判断是否包含字符串
-q 参数,本意是 Quiet; do not write anything to standard output. Exit immediately with zero status if any match is found, even if an error was detected. 中文....
分类:其他好文   时间:2015-03-11 10:42:40    阅读次数:2067
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!