码迷,mamicode.com
首页 >  
搜索关键字:read me    ( 23766个结果
centos和readhat下安装python2.7
1、安装基本库yum install gccyum install makeyum install zlib-develyum install bzip2-develyum install openssl-develyum install ncurses-devel2、获得python2.7.4wg...
分类:编程语言   时间:2014-04-30 04:58:42    阅读次数:400
assign/copy/retain/strong/weak/readyonly/readwrite/nonatomic/atomic
arc其实并不是所谓的垃圾回收机制,其实arc只是编译器的一种特性,编译器会在编译阶段插入相应的内存管理代码,以实现自动的内存管理,这样就减少了因为程序员的一时疏忽或者项目过大而失误从而造成内存泄露,因为是编译器自动完成的代码插入所以arc的效率要高于垃圾回收机制.在arc机制下dealloc中会由...
分类:其他好文   时间:2014-04-28 11:50:10    阅读次数:463
filestream streamreader
filestream是一个读取文件的stream,其本身也是支持read和write的,负责的对文件的读与写,而streamreader则是建立在对流的基础上的读,同时还有streamwritehttp://bbs.csdn.net/topics/280026654基本相似,但是目标数组的类型不同,...
分类:其他好文   时间:2014-04-28 07:54:07    阅读次数:521
nginx: [emerg] the size 10485760 of shared memory zone "cache_one" conflicts with already declared size 0
注意配置段中的区域包含关系.proxy_cache_patch 要在proxy_cache前已经定义.>>>> what seems to be the problem?>>>>>>>> [emerg]: the size 52428800 of shared memory zone "media"...
分类:其他好文   时间:2014-04-28 04:33:03    阅读次数:1157
oracle构建一致性读
对于实际的业务系统,通常有一些热点的表,insert和delete的量非常大,这个时候就会发现一些查询语句的逻辑读比较偏高,这时可能就是oracle在构建一致性块的进行的consistent read。下面做一个测试看下:第一步准备数据:create table test(col1 varchar2...
分类:数据库   时间:2014-04-28 03:57:41    阅读次数:821
Catch Application Exceptions in a Windows Forms Application
You need to handle theSystem.Windows.Forms.Application.ThreadExceptionevent for Windows Forms. This article really helped me:http://bytes.com/forum/th...
分类:移动开发   时间:2014-04-27 21:10:16    阅读次数:907
23766条   上一页 1 ... 2375 2376 2377
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!