1.安装jython1.1 进入http://www.jython.org/downloads.html ,网页上会显示当前最稳定的版本(The most current stable release),本文撰写时,稳定版本为Jython 2.5.3,因此点击`Download Jython 2.5...
分类:
其他好文 时间:
2014-11-10 23:19:33
阅读次数:
250
一:autorelease1> autorelease原理:将我们创建的对象放到一个对象释放池中(是一个栈区)当池子释放时,会将池子中的对象都做一次release操作(自动释放池存放在一个池子中,就近原则,符合先进后出)2>自动释放池的创建方式(1)ios5.0以前的创建方式NSAutoreleas...
分类:
其他好文 时间:
2014-11-10 23:16:43
阅读次数:
249
问题:[root@cddserver2 ~]#yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlisthttp://mirrorlist.centos.org/?release=6&a...
分类:
系统相关 时间:
2014-11-10 21:28:04
阅读次数:
521
设置在Release模式下调试的方法:1.工程项目上右键 -> 属性2.c++ -> 常规 -〉调试信息格式 选 程序数据库(/Zi)或(/ZI), 注意:如果是库的话,只能(Zi)3.c++ -> 优化 -〉优化 选 禁止(/Od)4.连接器 -〉调试 -〉生成调试信息 选 是 (/DEBUG)转...
分类:
其他好文 时间:
2014-11-10 17:20:08
阅读次数:
150
1、添加SCM 首先我们需要在POM中加入scm信息,这样Maven才能够替你完成svn操作,这里我的配置如下: Xml代码??: 2、配置maven-release-plugin 这个插件会帮助我们升级pom版本,提交,打tag,然后再升级版本,再...
分类:
其他好文 时间:
2014-11-10 10:13:47
阅读次数:
161
viepel.repohttp://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm2.yumgroupinstall"XWindowSystem"yuminstallxfce4*yuminstallfirefox3.https://copr.fedoraproject.org/coprs/mosquito/myrepo/repo/epel-7/mosquito-myrepo-epel-7.repo[mosquito-my..
分类:
其他好文 时间:
2014-11-10 10:12:01
阅读次数:
213
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found. Release notesdescribed as follows: These names ...
分类:
数据库 时间:
2014-11-10 10:00:31
阅读次数:
237
第一章笔记:显示:黑色屏幕主要是初始化的四个步骤1.创建IDirect3D9接口指针;2个用途: 确定系统中显示设备的技术特征,显示的模式等(是否支持硬件(第2步));创建代表物理设备的device对象(第四部);后release掉它是2.3.4步的上层接口。2.检测硬件是否支持顶点处理,否则用so...
分类:
其他好文 时间:
2014-11-08 22:03:49
阅读次数:
270
修改项目的Preprocessor Macros, 将Debug & Release 的CC_ENABLE_CHIPMUNK_INTEGRATION=1 改为CC_ENABLE_BOX2D_INTEGRATION=1检查是否启用Box2d引擎的方法#if CC_ENABLE_BOX2D_INTEGR...
分类:
其他好文 时间:
2014-11-08 16:35:30
阅读次数:
225
运行环境:CentOS release 5.8 (Final)#include#includeusing namespace std;int main(){ unsigned short u = 10; unsigned int n = 0; ...
分类:
其他好文 时间:
2014-11-08 15:07:59
阅读次数:
251