码迷,mamicode.com
首页 >  
搜索关键字:must    ( 3847个结果
something about basic usage of vector,queue
1.for a two dimension vector, we must assign at least the first dimension of the vector2.each dimension of an inner vector can be different3.if you do...
分类:其他好文   时间:2014-04-30 18:47:20    阅读次数:549
liunx trac 邮件提示功能
http://trac.edgewall.org/wiki/TracNotification官网上提供的方法。个人觉得不是清楚,不过还是有参考价值的。以下写下自己的添加过程,以作记录。1.the[trac] base_urloption must be set intrac.ini.base_url...
分类:其他好文   时间:2014-04-30 14:26:15    阅读次数:365
悟以往只不谏,念来者之可追
1.To survive among the ordinary,you must be strong and independent!2.Be a unique person and develop skills so that nobody can replace you!3.Since nans...
分类:其他好文   时间:2014-04-29 15:37:58    阅读次数:567
《Cracking the Coding Interview》——第18章:难题——题目2
2014-04-29 00:59题目:设计一个洗牌算法,效率尽量快点,必须等概率。解法:每次随机抽一张牌出来,最后都抽完了,也就洗好了。时间复杂度O(n^2),请看代码。代码: 1 // 18.2 shuffle a deck of 52 cards, it must be perfect rand...
分类:其他好文   时间:2014-04-29 14:38:25    阅读次数:473
Hello World!
Hello World!My first blog! I must try my best to learn Python!print ("Hello World")
分类:其他好文   时间:2014-04-29 09:41:46    阅读次数:300
fedora安装mod_python
3.1 Installing mod_pythonTo install mod_python, we simply run:yum install mod_python3.2 Configuring ApacheNow we must configure Apache so that it can ...
分类:编程语言   时间:2014-04-28 04:52:46    阅读次数:735
一些编程语录
【一些编程语录】1、If debugging is the process of removing software bugs, then programming must be the process of putting them in.– Edsger Dijkstra 如果调试程序是移除臭....
分类:其他好文   时间:2014-04-27 22:56:14    阅读次数:543
3847条   上一页 1 ... 383 384 385
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!