bootloader启动代码;=========================================; NAME: 2440INIT.S; DESC: C start up codes; Configure memory, ISR ,stacks; Initialize...
分类:
其他好文 时间:
2014-12-03 18:41:20
阅读次数:
266
修改uid gid 的起始范围/etc/login.defs## Min/max values for automatic uid selection in useradd#UID_MIN 500UID_MAX 60000## Min/max values for automatic gid sel...
分类:
其他好文 时间:
2014-12-02 19:06:29
阅读次数:
334
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1056
题意:替换单词,这个题不难,但写题解想想就是泪啊TAT,最大要注意的地方就是要替换彻底,就是替换完之后如果可以替换接着替换,其次,一定要一个单词一个单词的替换。
剩下的看代码吧:
#i...
分类:
其他好文 时间:
2014-12-01 22:28:39
阅读次数:
207
1、AppDelegate.cpp 文件中 bool?AppDelegate::applicationDidFinishLaunching()?{
????//?initialize?director
????auto?director?=?Director::getInstance();
????auto?glview?=?directo...
分类:
其他好文 时间:
2014-12-01 01:21:47
阅读次数:
170
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1302
题意:就是用吧一句话截断为5部分,然后先打印s1s2s3s4s5,然后再输入一句话,然后在打印这句话(去除‘.’),然后打印s4s3s2s5。其实就是个模拟,没有难度,就是英语有点问题,用...
分类:
其他好文 时间:
2014-12-01 01:11:52
阅读次数:
133
Universal Document Converter works as a virtual printer and can save any document in the PDF, JPEG, TIFF, or PNG format. If you are a software developer, you can control the settings using COM-inte...
分类:
其他好文 时间:
2014-11-30 20:14:29
阅读次数:
245
今天学习了一下keyword,无意中发现了自己一直未曾接触到的auto好吧,我又开始胡扯了!automatic storage duration. (deprecated) 1) When declaring variables in block scope, in namespace scope,...
分类:
其他好文 时间:
2014-11-29 22:51:25
阅读次数:
210
couldnotinitializeproxy-noSession 今天写一个小项目的时候,遇到了标题所示问题,could not initialize proxy - no Session,刚开始没有太在意,以为是方法使用错了,于是更改了一个方法,还是一样的问题,我知道肯定是hibernate哪....
分类:
其他好文 时间:
2014-11-29 15:52:27
阅读次数:
321
这就是一个简单的模板类,不过在C++中有了特殊的语法支持,定义的时候使用如下的格式:initialize_list dl = {1.1, 1.2};或者:initialize_list dl {1.1, 1.2};还有就是有一些容器类也会有构造函数是以initial_list类为参数的。templa...
分类:
编程语言 时间:
2014-11-29 10:13:23
阅读次数:
250
本文介绍 Unity 框架的两种实现延迟解析的作法,一种是 Lazy<T>,另一种是「自动工厂」(automatic factories)。
分类:
编程语言 时间:
2014-11-28 15:41:50
阅读次数:
270