Strings are constant; their values cannot be changed after they are created String s1 = "Hello";String s2 = "Hello";System.out.println(s1==s2); //true...
分类:
其他好文 时间:
2014-09-20 17:16:59
阅读次数:
185
举个例子: NSString*houseOfMM= [[NSStringalloc]initWithString:'装梵几的三室两厅'];上面一段代码会执行以下两个动作:1 在堆上分配一段内存用来存储@'装梵几的三室两厅' ,比如:内存地址为0X1111内容为 '装梵几的三室两厅',2 在栈上分配一...
分类:
其他好文 时间:
2014-09-20 15:15:57
阅读次数:
198
在linux上安装Android开发环境时,R文件不能生成。提示libz.so.1找不到。。。。执行aapt果然报错了。折腾了半天。
在网上找到一篇文章,查找该库的进行安装,终于解决了,在此记录下。。
1 到sdk目录 tools下执行 ./aapt ,根据报错信息,查看缺少的库
2 执行以下命令,查看谁提供该库 如
yum whatprovides ld-linux.so.1...
分类:
其他好文 时间:
2014-09-20 14:05:37
阅读次数:
227
The class styles define additional elements of the window class. Two or more styles can be combined by using the bitwise OR (|) operator. To assign a ...
分类:
其他好文 时间:
2014-09-19 23:40:26
阅读次数:
300
加入以下,解决 <properties> <jdk.version>1.6</jdk.version> <spring.version>3.2.8.RELEASE</spring.version> <spring.security.version>3.2.3.RELEASE</spring.security.version> <!-- Web --> <jsp.version>...
分类:
编程语言 时间:
2014-09-19 22:38:36
阅读次数:
246
svn更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed.因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件.会出...
分类:
其他好文 时间:
2014-09-19 21:08:56
阅读次数:
197
Abstract. Although polynomials offer many advantages, there exist a number of important curve and surface types which cannot be represented precisely ...
分类:
其他好文 时间:
2014-09-19 20:52:26
阅读次数:
405
报错错误信息为:ITextRenderer cannot be resolved to a type
解决办法是:将 core-renderer.jar添加进来即可。
core-renderer.jar下载地址: http://download.csdn.net/detail/zl544434558/7943765...
分类:
其他好文 时间:
2014-09-19 17:37:45
阅读次数:
381
本笔记解决如下两个问题:1、查询返回指定列。2、查询指定列时报错如下:The entity or complex type 'DataBase.AccordionModels' cannot be constructed in a LINQ to Entities query.一、环境中类定义如下:...
分类:
其他好文 时间:
2014-09-19 15:12:45
阅读次数:
222
AIX weblogic 启动报There is not enough buffer space for the requested socket operation 错误 ???? <Sep 19, 2014 10:27:09 AM GMT+08:00> <Error> <Coherence> <BEA-000000> <Oracle Coherence 3.6.0.4 ...
分类:
Web程序 时间:
2014-09-19 12:19:05
阅读次数:
305