本系列主要参考资料:Objective-C Runtime ReferenceObjective-C Runtime Programming Guide涉及主要文件:objc/message.h,objc/objc-api.h,objc/objc.h,objc/runtime.h特酷吧[tekuba...
分类:
其他好文 时间:
2015-06-25 17:14:54
阅读次数:
304
http://www.tekuba.net/program/335/本系列主要参考资料:Objective-C Runtime ReferenceObjective-C Runtime Programming Guide涉及主要文件:objc/message.h,objc/objc-api.h,ob...
分类:
其他好文 时间:
2015-06-25 16:50:22
阅读次数:
152
In this guide I will show you how to install Python 2.7 and 3.3 on CentOS 6. The examples below are for Python 2.7.6 and Python 3.3.5, but the procedure is the same for any modern version of Python...
分类:
编程语言 时间:
2015-06-24 16:53:52
阅读次数:
223
参考http://codeigniter.org.cn/user_guide/database/connecting.html手册首先,在database.php中设置多个数据库的连接信息,这里命名为‘test'$db['test']['hostname'] = "localhost";$db['t...
分类:
数据库 时间:
2015-06-24 16:02:28
阅读次数:
139
1. 序言现在学的东西很容易忘记,写这篇文章的目的是能让我在需要时快速找回当时的感觉.入门学习和参考手册建议翻阅JavaScript.The.Definitive.Guide.5th.Edition的附录(有电子版).2. 准备设置服务器*.xml的MIME为text/xml ,Windows Xp...
分类:
Web程序 时间:
2015-06-24 14:16:21
阅读次数:
482
英文原文:https://julien.danjou.info/blog/2013/guide-python-static-class-abstract-methods翻译出处:http://python.jobbole.com/81595/一、HowmethodsworkinPython方法就是一个函数、以类的属性被存储。可以通过如下的形式进行声明和访问:In[1]:classPizza(object):
...:def..
分类:
编程语言 时间:
2015-06-22 18:05:23
阅读次数:
169
http://www.advancedinstaller.com/user-guide/qa-keep-file.html Youneedtomodifysomeoftheresource'scomponentattributes,inthe"Organization"page. toprevent...
分类:
其他好文 时间:
2015-06-21 10:35:38
阅读次数:
126
去年做了一些关于Matlab GUI的程序,现在又要做相关的东西,回想起来,当时很多经验没有记录下来,现在回顾起来始终觉得不爽,所以从现在开始,一定要勤写记录。 从简单的例子说起吧。 创建Matlab GUI界面通常有两种方式: 1,使用 .m 文件直接动态添加控件 2. 使用 GUIDE 快速的生...
分类:
其他好文 时间:
2015-06-19 14:57:53
阅读次数:
117
http://homeservershow.com/forums/index.php?/topic/6596-hp-microserver-gen8-processor-faq/This guide is a work in progress. After reading some other pe...
分类:
其他好文 时间:
2015-06-18 22:10:31
阅读次数:
155
译自ES官方对于JVM参数的建议,原文见:
https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html
目录
1
堆空间的配置方法2
把内存留一半给Lucene3
别超过32GB!4
swap(交换区)是性能终结者...
分类:
其他好文 时间:
2015-06-17 15:24:50
阅读次数:
403