码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
apache 访问默认页面及 you don't have permission to access / on this server”问题
问题一: 说明http服务器没有问题  ,  找到文件所在的位置   rm -rf /etc/httpd/conf.d/welcome.conf /var/www/error/noindex.html  删掉即可。 问题二:        1、 通过apachectl -t 检测配置文件也没有问题        2、查看.conf 文件的   Allow fr...
分类:数据库   时间:2015-05-11 22:03:21    阅读次数:199
安装php出错configure: error: mcrypt.h not found. Please reinstall libmcrypt
wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz安装: 66 tar -zxvf libmcrypt-2.5.7.tar.gz 67 cd libmcrypt-2.5.7 68 m...
分类:Web程序   时间:2015-05-11 21:39:08    阅读次数:135
win10应用部署到手机出现问题
今天把应用部署到手机上时,出现了这样的问题 Exception from HRESULT: 0x80073CFD 具体错误是:Error Error : DEP0001 : Unexpected Error: A Prerequisitefor an install could not be ...
分类:移动开发   时间:2015-05-11 21:31:21    阅读次数:178
安装mysql时出错。无法初始化。 libstdc++.so.5
./bin/mysqld: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or dire可以看出缺少库文件 libstdc++.so.5。到官方下载...
分类:数据库   时间:2015-05-11 21:25:14    阅读次数:338
Xcode中的NSLog详解
探究原因基本上这种事情一定可以在Apple文档中找到,看NSLog的文档,第一句话就说:Logs an error message to the Apple System Log facility.,所以首先,NSLog就不是设计作为普通的debug log的,而是error log;其次,NSLo...
分类:其他好文   时间:2015-05-11 19:50:44    阅读次数:332
Dispatcher initialization failed
015-5-11 16:44:49 com.opensymphony.xwork2.util.logging.commons.CommonsLogger fatal 严重: ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION ********** Looks like the Spring listener was not ...
分类:其他好文   时间:2015-05-11 18:02:33    阅读次数:125
Django web 开发指南 no such table:
在学习django web开发指南时,发布新博客点击save后会有error提示:no such table balabalabala...百度了一下说重新运行manage.py syncdb 就可以,我试了还是报错,然后仔细看了下提示信息,发现是版本问题,并且他也给出了解决方法:运行'manage...
分类:Web程序   时间:2015-05-11 17:47:37    阅读次数:142
C++编译错误 fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning
解决方法 :属性--配置属性-c/c++-预处理器 添加_XKEYCHECK_H
分类:编程语言   时间:2015-05-11 17:46:19    阅读次数:237
ERROR 1130 (HY000):Host'localhost'解决方法
http://www.2cto.com/database/201211/169504.htmlERROR 1130 (HY000):Host'localhost'解决方法ERROR 1130 (HY000): Host 'localhost' is not allowed to connect to...
分类:其他好文   时间:2015-05-11 17:19:47    阅读次数:140
thinkphp 登录后uploadify上传flash上传时出现302
uploadify上传后端加了用户登陆验证后某些浏览器会出现 http error 302...
分类:Web程序   时间:2015-05-11 14:48:20    阅读次数:134
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!