安装rac10g,出现如下错误:
[root@rac2 oracle]# /u01/product/crs/root.sh
WARNING: directory '/u01/product' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does no...
分类:
其他好文 时间:
2014-10-11 17:29:05
阅读次数:
241
异常现象:
今天在处理用户头像的过程中,由于头像的处理比较复杂,因为,没有使用afinal自带的自动加载,而是自己根据头像的下载路径,手动进行下载和使用。但是在手动回收bitmap对象的过程中,会出现Cannot generate texture from bitmap异常的情况,同时,ImageView显示是黑色的,图像不能正常显示。
解决方案:
在查阅了一些其他人...
分类:
其他好文 时间:
2014-10-11 17:06:05
阅读次数:
846
很多文章说这个管用:1) Project->Info->Deployment Target->iOS Deployment Target更改为Summary->iOS Application Target->Deployment Target更改 Build Settings ---> Build ...
分类:
其他好文 时间:
2014-10-11 14:36:05
阅读次数:
174
Cannot terminate an externally created thread ?The VCL has a new TExternalThread class which derives from TThreadand can be attached to an existing Wi...
分类:
Windows程序 时间:
2014-10-11 11:46:25
阅读次数:
1614
在安装oracle10g的时候出现如下错误:
[oracle10@rac1 clusterware]$ ./runInstaller
********************************************************************************
Please run the script rootpre.sh as root on al...
分类:
数据库 时间:
2014-10-10 20:15:24
阅读次数:
541
遇到这个问题是在测试项目的性能时发现的,每个对象分配一页大小的空间然后mprotect() 保护起来,当系统分配3W多个页的时候会出现这个问题。
google到在一份邮件列表中也曾提到该问题.https://sourceware.org/ml/libc-help/2010-04/msg00026.html
摘抄部分如下:
-----------------------...
分类:
其他好文 时间:
2014-10-10 15:17:44
阅读次数:
298
直接命令行操作没有问题,但是PHP连接就会报上面的错误。SET old_passwords =0;USE mysql;UPDATE user SET password =PASSWORD('yourpassword') WHERE user='testuser' limit 1;SELECT LEN...
分类:
数据库 时间:
2014-10-10 14:54:24
阅读次数:
229
错误描述:编译时报错:Cannot merge new index 66212 into a non-jumbo instruction。错误原因:Dalvik 对 method_id 由一个 short int(2个字节)标识。,一旦工程方法数超过64k method_id溢出,导致无法编译。 解...
分类:
其他好文 时间:
2014-10-10 14:35:24
阅读次数:
138
将指针变量作为参数传递给其他方法时,不会增加其指向对象的引用计数。所以归根结底还是看是否有无retain、new、alloc,以及看是否与release、autorelease配对使用。...
分类:
移动开发 时间:
2014-10-10 14:10:14
阅读次数:
275
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again兄弟Ruiy哥的解决方案是从OS一样的系统scp /e tc/yum.repo.d/下的所有repo到本机的这个地方就O...
分类:
其他好文 时间:
2014-10-10 13:12:44
阅读次数:
173