码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
xcode 筛选error
程序编译出太多warning,想从中找到error很不容易,xcode中可以作筛选,点左下角的叹号即可只显示error:
分类:其他好文   时间:2015-05-18 20:39:59    阅读次数:115
应用程序正常初始化(0xc015002)失败解决方法
VS2005 sidebyside manifest error Microsoft.VC80.MFC Microsoft.VC80.CRT Microsoft.VC80.MFCLOC msvcr80.dll mfc80.dll eventlog VC2005 编译出来的程序文件,採用了man...
分类:其他好文   时间:2015-05-18 20:39:45    阅读次数:107
OpenWrt compiles
make -r world: build failed. Please re-run make with -j1 V=s to see what's going onmake: *** [world] Error 1,OpenWrt telnet一般情况我们是直接使用ssh的,这个是dropbear...
分类:其他好文   时间:2015-05-18 20:38:33    阅读次数:249
php之include和require
include如果没找到包含文件,会试着运行接下来的代码,会报warning,include_once只包含文件一次,如果出现多次include_once也只能第一次有效。 require如果没找到包含文件,停止运行代码,会报fatal error,require_once只包含文件一次,如果...
分类:Web程序   时间:2015-05-18 20:31:50    阅读次数:113
Microsoft Visual C++ Runtime Library Runtime Error的解决的方法
打开浏览器时,出现Microsoft Visual C++ Runtime Library Runtime Error错误,初步预计是软件冲突,可能有多种出错的方式,我的是浏览器自己主动关闭。一、有些时候,在你安装、执行某个软件,可能会得到这样一个错误提示: Microsoft Visual C+....
分类:编程语言   时间:2015-05-18 18:32:28    阅读次数:117
设置Log文件每天生成一个(wamp)
打开 Wamp的 httpd.conf文件把下面两句话拷贝进去即可:1.设置错误log的, ErrorLog "|bin/rotatelogs.exe logs/error_%Y_%m_%d.log 86400"2.设置访问log的 CustomLog "|bin/rotatelogs.exe .....
分类:其他好文   时间:2015-05-18 18:25:51    阅读次数:179
Debian系统网卡调试出问题,无线网卡提示device not managed如何解决?
参考文章:《How to fix Wired Network interface “Device not managed” error in Debian or Kali Linux?》文中提到,经常性的人们会遇到在有线连接的时候,当网线插上去之后,有线连接便提示“Device not manage...
分类:其他好文   时间:2015-05-18 18:19:21    阅读次数:516
【perl】使用mysql问题
【error】 install_driver(mysql) failed: Global symbol "$VERSION" requires explicit package name at /mtkoss/perl/5.14.2-ubuntu-12.04/x86_64/lib/site_perl/5.14.2/x86_64-linux-thread-multi/DBD/mysql....
分类:数据库   时间:2015-05-18 16:58:33    阅读次数:201
android导入eclipse项目后,gradle版本引起的问题.md
1.Error:The project is using an unsupported version of the Android Gradle plug-in (0.12.2). The recommended version is 1.2.3. 2.Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandlin...
分类:移动开发   时间:2015-05-18 16:40:19    阅读次数:292
How to Hide Apache Tomcat Version Number from Error Pages
1. 进入tomcat lib目录cd /usr/local/tomcat7/lib2. 解压catalina.jarjar xvf catalina.jar3. 修改ServerInfo.properteis文件vi org/apache/catalina/util/ServerInfo.prop...
分类:Web程序   时间:2015-05-18 16:16:22    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!