码迷,mamicode.com
首页 >  
搜索关键字:javac target release    ( 36617个结果
cocos2dx引用计数
一个类,new出来或者create出来,引用计数是1,如果引用计数为0,就会调用析构函数如果delete 这个类的指针,也会调用析构函数。如果一个类A的指针被多个类持有的时候,让A继承自Ref,然后每个类持有A的引用时,retain一下,不需要的时候release一下CC_SAFE_RELEASE_...
分类:其他好文   时间:2014-07-16 18:39:23    阅读次数:233
Android Proguard使用技巧
1.混淆后解码ProGuard运行结束后,输出以下文件:dump.txt :描述.apk文件中所有类文件间的内部结构mapping.txt:列出了原始的类,方法和字段名与混淆后代码间的映射。这个文件很重要,当你从release版本中收到一个bug报告时,可以用它来翻译被混淆的代码。seeds.txt...
分类:移动开发   时间:2014-07-15 08:05:59    阅读次数:338
iOS debug release
#ifndef __OPTIMIZE__#define NSLog(...) NSLog(__VA_ARGS__)#else#define NSLog(...){}#endif打开Xcode -->>product -->scheme -->>edit scheme -->info 设置debug ...
分类:移动开发   时间:2014-07-14 21:08:29    阅读次数:262
xcode 真机调试 failed to get the task for process xxx
xcode 真机调试 failed to get the task for process xxx此错误原因是,使用 in house profile 签名了真机调试的证书;在 target---build settings----code sign把 in house profile 改成 dev...
分类:其他好文   时间:2014-07-14 19:08:50    阅读次数:257
Maste Note for OCR / Vote disk Maintenance Operations (ADD/REMOVE/REPLACE/MOVE)
Doc ID 428681.1Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document applies to any platform.GoalThe goal of this note i...
分类:其他好文   时间:2014-07-14 18:12:01    阅读次数:343
模态对话框 bootstrap-modal.js
调用方式通过data属性无需编写JavaScript代码即可生成一个对话框。在一个主控元素,例如按钮,上设置data-toggle="modal",然后再设置data-target="#foo" 或href="#foo" 用以指向某个将要被启动的对话框。Launch modal通过JavaScrip...
分类:Web程序   时间:2014-07-14 17:46:09    阅读次数:363
getChars的用法
<!-- getChars()方法的用法: getChars()方法可以一次获得字符串中的多个字符。语法格式如下: void getChars(int sourceStart,int sourceEnd,int target[],int targetStart); 第一个参数sourc...
分类:其他好文   时间:2014-07-14 13:29:31    阅读次数:169
Windows Server2008 域的管理
实验报告实验名称:域的管理实验描述:安装活动目录,创建域,管理域用户和组,域组策略的应用实验拓扑:略实验步骤:一、在WindowsServer2008安装活动目录升级域控制器,域名tarena.com,客户端加入域1、以管理员Administrator登录,修改TCP/IP设置2、“开始”—“运行”输入d..
分类:Windows程序   时间:2014-07-14 11:56:45    阅读次数:382
Windows server 2008磁盘管理
实验名称:动态磁盘实验描述:练习简单卷,跨区卷,带区卷,镜像卷,RAID-5卷的添加并思考其原理及优缺点实验拓扑:略实验步骤:1、添加一块新硬盘40G转换为动态磁盘在磁盘1未划分的空间上右击,新建一个简单卷200M在“新加卷(E:)”右击,扩展300M使此简单卷扩展为500M2、添..
分类:Windows程序   时间:2014-07-14 11:46:47    阅读次数:1741
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!