无法加载'pdo_mysql' ,因为需要pdo这个module。PHP Warning: Cannot load module 'pdo_mysql' because required module 'pdo' is not loaded in Unknown on line 0步骤1、进入源安装...
分类:
Web程序 时间:
2014-09-22 00:54:31
阅读次数:
934
===================NSArray====================(不可变数组,一旦建立就不能被更改)Ordered collection of objects.Immutable(you cannot add or remove objects to it once it...
分类:
其他好文 时间:
2014-09-21 23:58:31
阅读次数:
161
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
在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
加入以下,解决 <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
在很多时间使用了session就会出来如下提示了,Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /h...
分类:
其他好文 时间:
2014-09-18 22:13:44
阅读次数:
180