中间遇到的问题:1,make的时候,提示gui/x.cc:42:22: error:
X11/Xlib.h: No such file or direct解决:yum install libX11-devel2, error:
X11/xpm.h: No such file or directory...
分类:
其他好文 时间:
2014-06-16 11:06:23
阅读次数:
384
错误 1 errorC2143:语法错误:缺少“;”(在“*”的前面)错误 2
errorC4430:缺少类型说明符-假定为int。注意:C++不支持默认int错误3
errorC4430:缺少类型说明符-假定为int。注意:C++不支持默认int解决办法:1.检测出错文件中需要include的文件...
分类:
其他好文 时间:
2014-06-16 09:45:09
阅读次数:
456
PHP5.4 的while / for / break / continue、PHP5.4
的系统函数和自定义函数 论坛交流:http://bbs.php100.com/read-htm-tid-150407.html PHP5.4 的while /
for / break / continue.....
分类:
Web程序 时间:
2014-06-12 07:21:25
阅读次数:
310
今天写程序的时候调用到一个第三方的DLL文件,本机调试一切都正常,但是程序不是到服务器以后一直提示一个BUG:"基础连接已经关闭: 未能为SSL/TLS
安全通道建立信任关系"。后来把DLL文件进行反编译,发现是在获得请求的时候出错了。引用WebResponse response = WebRequ...
分类:
其他好文 时间:
2014-06-12 07:10:38
阅读次数:
249
[java]view
plaincopy错误代码如下:严重:IOExceptionwhileloadingpersistedsessions:java.io.EOFExceptionjava.io.EOFExceptionatjava.io.ObjectInputStream$PeekInputSt...
分类:
编程语言 时间:
2014-06-12 06:57:01
阅读次数:
459
在androidproject中编译C++时,找不到头文件,报错例如以下:fatal
error: string: No such file or directory解决该问题须要在Android.mk文件里:LOCAL_C_INCLUDES
:= \ bionic \ external/stlpo...
分类:
编程语言 时间:
2014-06-12 06:54:25
阅读次数:
387