码迷,mamicode.com
首页 >  
搜索关键字:must begin with    ( 12452个结果
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
java.lang.IllegalStateException: Expected a string but was BEGIN_ARRAY at line 1 column 296
先贴代码public class ListDataRequest extends JsonRequest> {public ListDataRequest(int method, String url,Map contentBody, Listener> listener, ErrorListene...
分类:编程语言   时间:2014-04-30 17:32:30    阅读次数:740
Thair数 树状数组
题目:Erwin最近对一种叫"thair"的东西巨感兴趣。。。在含有n个整数的序列a1,a2......an中,三个数被称作"thair"当且仅当i k do dec(j); 32 if i j); 40 if i 0) do 59 begin 60 in...
分类:其他好文   时间:2014-04-30 14:58:46    阅读次数:501
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
Oracle——函数
CREATE FUNCTION annual_income(spNAme VARCHAR2) RETURN NUMBER IS yearSal number(7,2);BEGIN SELECT (sal+NVL(comm,0))*12 INTO yearSal FROM emp WHERE enam...
分类:数据库   时间:2014-04-29 18:08:00    阅读次数:497
Xilinx VDMA 24位流输出与32位AXI总线的内存 流数据关系
测试方法采用了VDMA仅有MM2S通道, 内存中的图像帧是用MicroBlaze核写入的一个colorbar.VDMA的mhs部分如下, 因为我的输出用了Digilent的HDMI核,而这个HDMI核是32位的,我自己写了个axis_24_32的位宽转换的ip,这个暂且按下不表.BEGIN axi_...
分类:其他好文   时间:2014-04-29 17:23:46    阅读次数:486
悟以往只不谏,念来者之可追
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
whatweb.rb 未完待续
#!/usr/bin/env ruby #表示ruby的执行环境=begin # ruby中用=begin来表示注释的开始.$$$ $. ...
分类:Web程序   时间:2014-04-28 12:39:54    阅读次数:710
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!