许久之前,就想看看C和C++,看看这两种神奇的编程语言,但是一直被这样或者那样的琐事给耽搁了(狂喷自己的拖延症)。今天翻开自己的移动硬盘找到一本古老的书籍:《The C Programming Language 中文版》,浏览一下,缓解一下内心的空虚。事情并没有想象中的那么顺利,刚看了一个例子的两种...
分类:
其他好文 时间:
2014-08-13 12:56:16
阅读次数:
163
有关的设置这一节里将描述通过标签来指定不同的事务性设置。默认的设置如下:事务传播设置是REQUIRED隔离级别是DEFAULT事务是 读/写事务超时默认是依赖于事务系统的,或者事务超时没有被支持。任何RuntimeException将触发事务回滚,但是任何 checkedException将不触发事...
分类:
编程语言 时间:
2014-08-13 12:55:36
阅读次数:
239
iOS6之前 Required background modes
1.App plays audio
2.App registers for location updates
3.App provides Voice over IP services...
分类:
移动开发 时间:
2014-08-13 01:19:04
阅读次数:
299
英文参考译文Ambiguous operators need parentheses不明确的运算需要用括号括起Ambiguous symbol ''xxx''不明确的符号Argument list syntax error参数表语法错误Array bounds missing丢失数组界限符Array...
分类:
其他好文 时间:
2014-08-12 21:22:14
阅读次数:
185
在model中定义public function rules(){ return array( array('Name,Email','required'), array('Email','unique','message'=>'{value...
分类:
其他好文 时间:
2014-08-12 18:31:14
阅读次数:
199
C# 操作word文档1.c#操作word 在指定书签插入文字或者图片1usingWord=Microsoft.Office.Interop.Word;23objectNothing=System.Reflection.Missing.Value;4objectformat=Word.WdSaveF...
分类:
其他好文 时间:
2014-08-12 18:07:24
阅读次数:
258
array(array(‘username’, ‘required’), array(‘username’, ‘length’, ‘min’=>3, ‘max’=>12), array(‘password’, ‘compare’, ‘compareAttribute’=>’password2′, ‘...
分类:
其他好文 时间:
2014-08-12 16:50:24
阅读次数:
271
There are n SMTP servers connected by network cables. Each of the m cables connects two computers and has a certain latency measured in milliseconds required to send
an email message. What is the sh...
分类:
其他好文 时间:
2014-08-11 21:25:02
阅读次数:
384
上午测试用友NC的时候,就有出现需要jre的提示,一直就是安装不上打不开的情况,后来设置了java的安全级别到“中”得以解决。
下去有有同事用农业部的转基因证书申请打印,结果那个“打印”两个字都不显示,点到上面就提示错误“Missing required Permissions manifest attribute in main jar”,参照上午的设置设置之后也是不行...
分类:
编程语言 时间:
2014-08-11 17:54:02
阅读次数:
269