当系统开启safe_mode和 open_basedir,在程序中使用以下语句curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);并且遇到301,302状态吗时会出现错误PHP Warning: curl_setopt(): CURLOPT_FOLLOWLOC...
分类:
其他好文 时间:
2014-09-10 12:27:20
阅读次数:
178
今天遇到了很无语很坑的需求,说是要在应用安装的时候根据参数的不同动态生成桌面图标,这再android里基本上是不可能的,下面有stackoverflow上的一句话:You cannot change the application icon (or the Android manifest, o.....
分类:
移动开发 时间:
2014-09-10 12:23:20
阅读次数:
306
在使用 Ioc 框架时,一般我们建议集中在一个称为 Composition Root(其含义请参见下面的小注)的位置来注册 (Register) 和解析 (Resolve) 服务。该做法的目的在于通过限制 Ioc 的使用场合,尽量减少应用程序本身对于 Ioc 框架的依赖。这种模式固然能够很好地解耦应...
分类:
其他好文 时间:
2014-09-10 00:21:59
阅读次数:
172
用tar 解压 tar.bz2文件出错debian:/usr/src# tar jxf linux-2.6.26.tar.bz2tar: bzip2: Cannot exec: No such file or directorytar: Error is not recoverable: exiti...
分类:
其他好文 时间:
2014-09-09 19:55:59
阅读次数:
451
参考了博客:http://blog.csdn.net/leilu2008/article/details/12495273
我用的android ndk版本是:android-ndk-r9d-windows-x86_64.zip。
提醒:解压之后千万不要保存在含有空格的目录里。否则,下面给jni里的c、c++编译的时候,编译器会报错。
NDK path cannot contain...
分类:
移动开发 时间:
2014-09-09 12:59:38
阅读次数:
269
最近用jdbc连接出现了两个比较费时的问题:问题1 :mysql创建TEXT类型的表示,总提示默认值上错误:找了这么一篇文章解决了问题:http://www.sharkuo.com/BLOB-TEXT-column-cannot-have-a-default-value-queryCreate ta...
分类:
数据库 时间:
2014-09-09 12:10:18
阅读次数:
187
这是一个非常难以找到解决方法的问题,因为VMWare和Ubuntu都有Unitiy,前者指的是Unity Mode,后者指的是Unity Shell。我的主机操作系统是Windows 7 ,安装VMWare 9.0.1,虚拟机中运行Ubuntu 12.04 。当我试图把VMWare切换到Unity Mode,我得到以下信息:
The virtual machine cannot enter ...
分类:
其他好文 时间:
2014-09-06 22:36:04
阅读次数:
192
Cannot complete the install because one or more required items could not be found. Software being installed: m2e - Maven Integration for Eclipse (inc....
分类:
系统相关 时间:
2014-09-06 00:59:32
阅读次数:
288
有时候在操作Session时,系统会抛出如下异常java.lang.IllegalStateException: Cannot create a session after the response has been committed之所以会出现此类问题是因为我们在Response输出响应后才创建...
分类:
其他好文 时间:
2014-09-05 19:53:31
阅读次数:
182
案例环境: 操作系统版本: Windows Server 2012 R2 Standard 数据库版本 : SQL SERVER 2012 SP2 案例介绍: 今天进入一台新安装的SQL Server服务器的Reporting Service管理界面时,出现如下错误信息 The report ser...
分类:
数据库 时间:
2014-09-05 18:04:01
阅读次数:
181