码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
解决 yum安装时报错 Error: Protected multilib versions: 报错
系统中缺少一个lib库 libz.so.1文件,使用yum安装会自动找到相关的rpm包,如下命令 # yum -y install libz.so.1 Resolving Dependencies --> Running transaction check ---> Package zlib.i686 0:1.2.3-29.el6 ...
分类:其他好文   时间:2015-09-22 11:36:09    阅读次数:194
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
分类:其他好文   时间:2015-09-22 11:30:39    阅读次数:152
php安装libiconv-1.14.tar.gz遇到的问题
php安装libiconv-1.14.tar.gz遇到的问题 遇到的Error codeIn file included from progname.c:26:0:./stdio.h:1010:1: error: 'gets' undeclared h...
分类:Web程序   时间:2015-09-22 10:12:59    阅读次数:252
安装Microsoft oneDrive(原skyDrive)
oneDrive下载地址:https://onedrive.live.com/about/zh-cn/download/安装时报错:Error 0x80040ca0解决方案:关闭安装程序,按下面的步骤进行操作。a. Right-click on the OneDrive.exe setup file...
分类:其他好文   时间:2015-09-22 10:05:22    阅读次数:180
#error#(1)
今天遇到了一个问题:android.view.InflateException: Binary XML file line #16: Error inflating class com.example.ui.FocusedView。FocusedView是继承了Textview。出现了这个错误,在C...
分类:其他好文   时间:2015-09-22 01:17:42    阅读次数:119
LDAP 在ubuntu14.04下的安装配置install and configure
https://help.ubuntu.com/lts/serverguide/openldap-server.htmlif error occurs in reinstall, try this:"1)sudo apt-get purge slapd 2)sudo apt-get install ...
分类:系统相关   时间:2015-09-21 23:42:01    阅读次数:346
YII框架分析笔记10:日志
yii框架中日志组件记录的等级5类,在CLogger已通过常量定义:const LEVEL_TRACE='trace';const LEVEL_WARNING='warning';const LEVEL_ERROR='error';const LEVEL_INFO='info';const LEVE...
分类:其他好文   时间:2015-09-21 21:18:19    阅读次数:230
FreeBSD php5.6 https fsockopen错误
php升级到5.6后,fsockpen(‘ssl://www.baidu.com‘, 443,?$errno, $errstr, 10); 爆出: PHP Warning:? fsockopen(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines...
分类:Web程序   时间:2015-09-21 19:49:45    阅读次数:341
php 安装 yii framework notice-error 的解决方案!
1 问题描述:2 解决方案:error_reporting(0); //解决error_notice 的最简单最有效的方法在每一个php文件的头部都加上error_reporting(0);3. 成功效果:
分类:Web程序   时间:2015-09-21 19:18:09    阅读次数:181
A new session could not be created. (Original error: Requested a new session but one was in progress) )错误解决办法
z在desiredCapabilities里新增这俩居然fix了问题,原因暂时不得而知: capabilities.setCapability("unicodeKeyboard", "True"); capabilities.setCapability("resetKeyboard", "...
分类:其他好文   时间:2015-09-21 17:46:37    阅读次数:429
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!