码迷,mamicode.com
首页 >  
搜索关键字:more is better    ( 8032个结果
在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.
用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:其他好文   时间:2014-08-04 13:42:47    阅读次数:255
HDU-3839-Ancient Messages(DFS)
Problem Description In order to understand early civilizations, archaeologists often study texts written in ancient languages. One such language, used in Egypt more than 3000 years ago, is based on c...
分类:其他好文   时间:2014-08-04 11:03:57    阅读次数:235
why using List list = new ArrayList() better than Arraylist list?
This is called programming to interface. This will be helpful in case if you wish to move to some other implementation of List in the future. If you w...
分类:其他好文   时间:2014-08-04 06:13:06    阅读次数:204
ZOJ 3048 (HDU 2258) Continuous Same Game (1)
Problem Description Continuous Same Game is a simple game played on a grid of colored blocks. Groups of two or more connected (orthogonally, not diagonally) blocks that are the same color may be r...
分类:其他好文   时间:2014-08-03 23:21:29    阅读次数:336
linux 空间不够了,怎么办?Disk Requirements:At least 11MB more space needed on the / filesystem.
Disk Requirements:At least 11MB more space needed on the / filesystem.  linux 空间不够了,怎么办? 1>  查看空间多少:df -h 2>  查看当期内核: uname -r 3>  查找内核   rpm -qa | grep kernel 4>  删除多余的内核 su -c 'yum remove kern...
分类:系统相关   时间:2014-08-03 20:43:25    阅读次数:434
HDU 1561The more, The Better(树形DP)
HDU 1561The more, The Better题目大意就不说了直接DP[i][j]表示i为跟节点的子树上攻克j个城堡的所能获得的最多宝物的数量DP[fa][j] = MAX{DP[fa][i-k] + DP[child][k]};首先一个问题就是说如果子树u下的任意子节点被选择了,那么u是...
分类:其他好文   时间:2014-08-03 15:09:55    阅读次数:251
2014年8月2号 (openfiler Can't create any more partitions.问题解决)
2014年8月2号今天在公司安装openfiler软件,配置磁盘时出现openfiler can't create any more partitons.仔细检查啦一下,发现安装操作系统时选择啦默认配置,自动安在啦100g的硬盘上,30g的盘子没有用,也就说明这块盘子已经被操作系统分过区啦,所以不能...
分类:其他好文   时间:2014-08-02 17:59:53    阅读次数:381
Lesson 37-38 Do you want to be a millionaire?
一 Words 1 perpetuate 保持,使永存 eg. Schood tends to perpetuate the myth that boys are better at sport than girls.学校往往会助长男孩比女孩体育强这一错误观念的延续 2 in general 通常 ...
分类:其他好文   时间:2014-08-02 12:43:03    阅读次数:228
Java epoll
the Gemfire consultant add one more parameter to JVM -Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.EPollSelectorProvider to be honest, I had no idea what it was. so I googled it. the key thin...
分类:编程语言   时间:2014-08-02 01:57:13    阅读次数:235
jquery data方法
jquery.data()文档:http://api.jquery.com/jQuery.data/html5有个data-*属性,跟这个功能一样。Note:This is a low-level method; a more convenient.data()is also available.T...
分类:Web程序   时间:2014-08-01 22:43:22    阅读次数:351
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!