参考文献:ORA-01033:解决方法数据库掉电后 ORA-01172
磁盘坏块解决方法--尝试连接数据库prjdbC:\Documents and Settings\Administrator>sqlplus
test/test@prjdbSQL*Plus: Release 11.2.0.1.0 ...
分类:
数据库 时间:
2014-06-10 13:22:47
阅读次数:
393
1 child->retain();//引用计数+12 3
child->removeFromParent(); 4 5 root->addChild();6 7 child->release();
//引用计数-1需要注意的是retain()和release(),如果在卸载节点前不调用retain...
分类:
其他好文 时间:
2014-06-10 08:48:48
阅读次数:
231
1、autorelease是什么?autorelease是一种支持引用计数的内存管理方式它可以暂时的保存某个对象(object),然后在内存池自己的排干(drain)的时候对其中的每个对象发送release消息注意,这里只是发送release消息,如果当时的引用计数(reference-counte...
分类:
其他好文 时间:
2014-06-09 22:37:52
阅读次数:
405
1.栈放局部变量(代码结束就释放,系统自动回收)堆放对象(动态分配)2.每个对象里分配4个字节的存储空间放 引用计数器
当引用计数器值为0时对象占用的内存自动被回收自动回收,引用计数器的初始值是1.3.retain 引用计数器+1
release引用计数器-14.可以给对象发送(调用)retain....
分类:
移动开发 时间:
2014-06-09 18:39:06
阅读次数:
304
Date.prototype.Format = function (fmt) { //author:
meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.get...
分类:
编程语言 时间:
2014-06-09 18:09:09
阅读次数:
275
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
http://acm.timus.ru/problem.aspx?space=1&num=1936F
- RoshamboTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d &
%I64uSubmit Status...
分类:
其他好文 时间:
2014-06-08 22:28:26
阅读次数:
300
http://acm.timus.ru/problem.aspx?space=1&num=1932B
- The Secret of IdentifierTime Limit:1000MS Memory Limit:65536KB 64bit IO
Format:%I64d & %I...
分类:
其他好文 时间:
2014-06-08 22:15:33
阅读次数:
476
看教材的时候写的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
Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified.
You should pack your words in a greedy approach; that i...
分类:
编程语言 时间:
2014-06-08 15:25:00
阅读次数:
282