使用 CocoaHTTPServer 的时候,报错 libxml/parser.h not found
解决办法:添加链接库 libxml2.dylib
在 header search paths 处 添加 ${SDK_DIR}/usr/include/libxml2
这里说明一下,有的教程说,在此处添加
${SDK_ROOT}/user/include/libxml2, 这个应该是在开...
分类:
其他好文 时间:
2014-12-10 19:55:18
阅读次数:
245
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
You are given a target value to search. If found in the array retur...
分类:
其他好文 时间:
2014-12-10 19:50:10
阅读次数:
154
如下图,执行了一次apt-getupdate命令后错误消失
分类:
其他好文 时间:
2014-12-10 14:29:35
阅读次数:
129
在Eclipse环境下,使用Maven进行MavenIntall时发现报了该错误:Fatalerrorcompiling:tools.jarnotfound:C:\ProgramFiles\Java\jre6\..\lib\tools.jar.解决办法:点击Eclipse菜单:Window->Preferences->Java->Installed
JREs,选择右侧的Edit来修改JREs,之前我的JAVA_H..
分类:
编程语言 时间:
2014-12-10 14:28:06
阅读次数:
1159
Class 'Think' not found D:\www\DonatePlatform\ThinkPHP\Extend\Vendor\alipay\lib\alipay_submit.class.php 第 29 行.经过仔细排查发现alipay_submit.class.php中这个方法fun...
分类:
Web程序 时间:
2014-12-10 10:38:49
阅读次数:
167
I found this somewhere after googlingThere will be case that your custom list item doesn’t respond when you click…so what’s the reason and what’s the ...
分类:
移动开发 时间:
2014-12-09 22:45:03
阅读次数:
205
第五章游标和触发器
游标:
隐式游标:%FOUND, %NOTFOUND ,%ROWCOUNT
1.%FOUND 用法,只有在DML 语句影响一行或者多行时,%FOUND 属性才返回 TRUE。下列示例演示了 %FOUND 的用法:
begin
update employees2 set first_name = 'scott' where employee_id = 2;
if ...
分类:
数据库 时间:
2014-12-09 21:35:32
阅读次数:
335
1、Error Domain=AFNetworkingErrorDomain Code=-1011 "Request failed: not found (404)" UserInfo=0x86811c0 {NSErrorFailingURLKey=http://192.168.6.77:8080/demo/rest/demo/getApplicationList, NSLocalizedDesc...
分类:
移动开发 时间:
2014-12-09 19:40:37
阅读次数:
353
error: xml2-config not found. Please check your libxml2 installation作者:淡淡de幸福安装php时候,在configure后,又出现错误提示:error: xml2-config not found. Please check yo...
分类:
Web程序 时间:
2014-12-09 17:25:35
阅读次数:
215
Why do I see a warning about "No appenders found for logger" and "Please configure log4j properly"?This occurs when the default configuration files lo...
分类:
移动开发 时间:
2014-12-09 09:17:16
阅读次数:
185