码迷,mamicode.com
首页 >  
搜索关键字:archiver error    ( 30138个结果
swift学习三:?和!理解
Swift语言使用var定义变量,但和别的语言不同,Swift里不会自动给变量赋初始值,也就是说变量不会有默认值,所以要求使用变量之前必须要对其初始化。如果在使用变量之前不进行初始化就会报错: 1 2 3 4 5 var stringValue : String   //error: variable 'st...
分类:其他好文   时间:2014-06-11 00:44:59    阅读次数:374
WriteFile操作时返回87错误
if ((!WriteFile(         m_hDevEx,         pBuf,         size,         &WriteBytes,         &Overlapped)) &&         (GetLastError() != ERROR_IO_PENDING))     {         OutputDebugString("Writ...
分类:其他好文   时间:2014-06-10 13:47:45    阅读次数:149
cannot find -lnl
问题: cannot find -lnlcollect2: error: ld returned 1 exit statusmake: *** [wpa_supplicant] 错误 1解决方法:[fulinux@ubuntu wpa_supplicant]$ sudo apt-get install libnl-dev libssl-dev...
分类:其他好文   时间:2014-06-10 13:35:36    阅读次数:262
COCOS2DX遇到的问题
1 新增类无法在别的类里面include到的问题:去项目-> 配置属性-> C/C++-> 常规-> 附加包含目录中增加类的文件夹路径2 新增类出现extensions\gui\cccontrolextension\ccinvocation.h(36): error C2143: 语法错误 : 缺少...
分类:其他好文   时间:2014-06-10 13:05:45    阅读次数:217
Error is 10055 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作
今天上午,一个同事反映:某系统的某个通过socket来进行通信的服务无法连接上数据库里,在操作系统上用数据库的客户端测试数据库连接也出现这样的错误信息:Error is 10055 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。 经过检查,发现该程序是部署在一个前置机上,上边有一个...
分类:其他好文   时间:2014-06-10 13:00:58    阅读次数:353
检测到在集成的托管管道模式下不适用的ASP.NET设置的解决方法(转)
我们将ASP.NET程序从IIS6移植到IIS7,可能运行提示以下错误: HTTP 错误 500.23 - Internal Server Error 检测到在集成的托管管道模式下不适用的 ASP.NET 设置。 为什么会出现以上错误? 在IIS7的应用程序池有两种模式,一种是“集成模式”,...
分类:Web程序   时间:2014-06-10 12:44:06    阅读次数:309
freemarker自定义标签报错(七)
1、错误描述 六月 09, 2014 11:11:09 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Expression a is undefined on line 27, column 23 in tag.ftl." Expression a is undefi...
分类:其他好文   时间:2014-06-10 07:33:34    阅读次数:293
ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.
有时候,我们需要单独安装nginx,来处理大量的下载请求。单独在Centos5安装nginx遇到的rewrite和HTTP cache错误解决办法:wgethttp://nginx.org/download/nginx-0.8.33.tar.gztar-zxvfnginx-0.8.33.tar.gz...
分类:其他好文   时间:2014-06-09 21:05:27    阅读次数:312
HTTP Error 500.21解决方案
HTTP Error 500.21 - Internal Server ErrorHandler "WebServiceHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.解决...
分类:其他好文   时间:2014-06-09 18:55:31    阅读次数:198
ghost 还原系统时,遇到error 10010,提示can not open image file
昨天系统有点问题,在用Ghost还原系统时,一直提示10010错误,提示can not open image file想着可能是备份文件的问题,从另一台电脑上重新拷过来一份,仍然不行,Ghost还是提示10010错误后来,实在没办法,想着可能是路径问题,就把备份文件从F盘的子文件夹里拷到E盘根目录下...
分类:其他好文   时间:2014-06-09 16:41:12    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!