Previously, I doubted about possible data transfer errors during file synchronization using rsync. Now, I feel relieved according to the manual:Note t...
分类:
其他好文 时间:
2014-07-15 00:38:37
阅读次数:
330
Table of Contents1. 准备工作:2. Saucy Salamander3. 刷入 最新 版Touch最近手里的 Nexus 4 手机一直闲置,它的配置要比我六年前买的笔记本还好,于是就动起了向里面刷个 Ubuntu Touch 的想法。1 准备工作:安装 Adb tools, go...
分类:
其他好文 时间:
2014-07-14 10:30:07
阅读次数:
223
1、apache + mysql 直接利用 yum 安装yum -y install httpd httpd-devel mysql mysql-server httpd-manual mod_perl mod_auth_mysql mysql-connector-odbc mysql-devel ...
分类:
数据库 时间:
2014-07-07 18:28:32
阅读次数:
320
??
垃圾回收用来实现内存的自动管理(automatic management),区别于人工管理(manual management)。人工管理内存容易出现的问题:
1)悬垂指针,dangling pointer
2)重复回收,Double free
3)内存泄露,memory leak
历史
垃圾回收的概念及技术由John McCarthy于1959年发明,应用于List...
分类:
其他好文 时间:
2014-07-03 16:34:03
阅读次数:
194
参考文献:http://www.html-5.cn/Manual/Zepto/Source code on Github
分类:
编程语言 时间:
2014-07-02 22:27:00
阅读次数:
198
Before I owned a pool I always thought that pool maintenance was going to be a real pain and troublesome. I had heard many horror stories from friends...
分类:
其他好文 时间:
2014-06-30 21:58:20
阅读次数:
316
I2C我是想全面深入的从嵌入式软件工程师的角度做个理解,刚刚还申请了一个专栏,这个好好写. 学习技术从外文文档看起~~ 要全面了解I2C,可以从《I2C-bus specification and user manual》看起.I2C最初是由Philips提出的,那么这文档就是由NXP...
分类:
其他好文 时间:
2014-06-30 14:41:01
阅读次数:
259
转自:http://cn2.php.net/manual/zh/function.array-chunk.php(PHP 4 >= 4.2.0, PHP 5)array_chunk—将一个数组分割成多个说明arrayarray_chunk(array$input,int$size[,bool$pre...
分类:
Web程序 时间:
2014-06-26 21:39:22
阅读次数:
252
NoSQL现在很红,所以拿了MongoDB来体验一把。写下随笔备以后使用。整个安装过程是根据官网上的描述来进行的,基于windows平台。结果成功了,并不像网上一些帖子说的,最后无法正常启动Services。官方步骤参照该link:http://docs.mongodb.org/manual/tut...
分类:
数据库 时间:
2014-06-25 15:40:59
阅读次数:
230
参数值可以是AUTO、MANUAL 和FORCE:
(1) 设置为AUTO 时,优化程序将根据重复的执行操作确定将哪些结果存储在高速缓存中。
(2) 设置为MANUAL(默认值)时,必须使用RESULT_CACHE 提示指定在高速缓存中存储特定结果。
(3) 设置为FORCE 时,所有结果都将存储在高速缓存中。
注:对于AUTO 和FORCE 设置,如果语句中包含...
分类:
数据库 时间:
2014-06-24 22:45:02
阅读次数:
242