码迷,mamicode.com
首页 >  
搜索关键字:javac target release    ( 36617个结果
autorelease使用注意事项
1、autorelease是什么?autorelease是一种支持引用计数的内存管理方式它可以暂时的保存某个对象(object),然后在内存池自己的排干(drain)的时候对其中的每个对象发送release消息注意,这里只是发送release消息,如果当时的引用计数(reference-counte...
分类:其他好文   时间:2014-06-09 22:37:52    阅读次数:405
smartJS 0.1 API 讲解 - Trigger
Trigger在目标对象上加入触发器功能,目标对象的方法就会具有方法注入功能,注入的方式有before(前置执行),after(后置执行)和round(环绕),另外还有一个exception模式,因为异常处理的模块还没完成,暂时先空缺。接口方法 st.attachTrigger(target,...
分类:Windows程序   时间:2014-06-09 20:41:24    阅读次数:353
iOS之MRC和ARC
1.栈放局部变量(代码结束就释放,系统自动回收)堆放对象(动态分配)2.每个对象里分配4个字节的存储空间放 引用计数器 当引用计数器值为0时对象占用的内存自动被回收自动回收,引用计数器的初始值是1.3.retain 引用计数器+1 release引用计数器-14.可以给对象发送(调用)retain....
分类:移动开发   时间:2014-06-09 18:39:06    阅读次数:304
[leetcode]Combination Sum @ Python
原题地址:https://oj.leetcode.com/problems/combination-sum/题意:Given a set of candidate numbers (C) and a target number (T), find all unique combinations in...
分类:编程语言   时间:2014-06-09 17:50:09    阅读次数:333
[leetcode]Combination Sum II @ Python
原题地址:https://oj.leetcode.com/problems/combination-sum-ii/题意:Given a collection of candidate numbers (C) and a target number (T), find all unique combi...
分类:编程语言   时间:2014-06-09 17:41:58    阅读次数:320
JAVA - 错误
分享记录JAVA学习过程中我自己犯过的错误,解决方法来自网络、书籍查阅。如侵权请告知,我将立即删除相关内容:1.命令行java -version运行通过,javac提示不是内部命令和外部命令我的错误:jdk安装没有按照默认的安装路径,jdk和jre装在一起,导致错误。解决方法:重新安装,注意区分jd...
分类:编程语言   时间:2014-06-09 15:41:18    阅读次数:257
查看Linux版本的方法
1)命令: lsb_release -a[root@localhost tmp]# lsb_release -aLSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printin...
分类:系统相关   时间:2014-06-09 13:31:37    阅读次数:526
google ip地址
http://203.208.46.146http://203.208.46.177http://203.208.46.178http://209.116.186.251http://203.208.46.200/
分类:其他好文   时间:2014-06-09 00:17:37    阅读次数:267
[leetcode]Search for a Range @ Python
原题地址:https://oj.leetcode.com/problems/search-for-a-range/题意:Given a sorted array of integers, find the starting and ending position of a given target ...
分类:编程语言   时间:2014-06-08 21:03:21    阅读次数:297
关于Struts2的Validator的配置找不到DTD
看教材的时候写的DTD是用浏览器访问URL直接404,在eclipse中也没有代码提示,说明这个DTD已经不可用然后去看Struts2的官方JAVADOC,找到http://struts.apache.org/release/2.3.x/xwork-core/apidocs/index.html看了...
分类:其他好文   时间:2014-06-08 19:53:51    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!