1. 使用命令行查看类加载过程,在eclipse测试类的run configuration中配置-verbose:class或者-verbose,如下图所示:运行结果如下所示:[Opened D:\Program Files\jdk6\jre\lib\rt.jar][Loaded java.lang...
分类:
编程语言 时间:
2014-10-24 12:58:50
阅读次数:
726
Problem DescriptionWhuacmers use coins.They have coins of value A1,A2,A3...An Silverland dollar. One day Hibix opened purse and found there were some ...
分类:
其他好文 时间:
2014-10-22 09:57:35
阅读次数:
269
I use Xcode6 GM. I encountered the same problem. What I did was to go to Build Options. Then I changed the value of the "Compiler for C/C++/Objective-...
分类:
其他好文 时间:
2014-10-16 17:29:52
阅读次数:
164
Problem Description
Whuacmers use coins.They have coins of value A1,A2,A3...An Silverland dollar. One day Hibix opened purse and found there were some coins. He decided to buy a very nice watch in ...
分类:
其他好文 时间:
2014-10-03 02:05:13
阅读次数:
356
1、前言
最近为了兼容iOS8升级到Xcode6.0编译之前的工程,结果App无法在真机上运行。报错如下:The file “xxxx.app” couldn’t be opened because you don’t have permission to view it
2、解决方法
查看工程中警告,发现需要更新旧工程的设置:
点击Upate to reconmm...
分类:
其他好文 时间:
2014-09-25 10:44:48
阅读次数:
179
svn更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed.因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件.会出...
分类:
其他好文 时间:
2014-09-19 21:08:56
阅读次数:
197
1、表缓存相关参数:table_open_cache 指定表缓存的大小。每当MySQL访问一个表时,如果在表缓冲区中还有空间,该表就被打开并放入其中,这样可以更快地访问表内容。通过检查峰值时间的状态值,如果发现open_tables等于table_cache,并且opened_tables在不断增....
分类:
数据库 时间:
2014-09-15 03:17:18
阅读次数:
303
[persistence/sql-map-.xml]; nested exception is java.io.FileNotFoundException: class path resource [sql-map-config-2.dtd] cannot be opened because it does not exist at org.springframework.beans.fac...
分类:
数据库 时间:
2014-09-10 12:49:40
阅读次数:
402
【背景】
近期,不少用户foxmail接收domino系统的邮件时报“Maildrop opened for exclusive access by another user”。
【解决办法】
在notes.ini增加参数POP_SESSION_TIMEOUT=10问题不在出现(可以在控制台输入 set config POP_SESSION_TIMEOUT=10)...
分类:
数据库 时间:
2014-08-21 19:29:54
阅读次数:
1529
svn更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed.因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件。会出...
分类:
其他好文 时间:
2014-08-17 11:35:52
阅读次数:
227