系统中缺少一个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)
分类:
其他好文 时间:
2015-09-22 11:30:39
阅读次数:
152
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
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
今天遇到了一个问题: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
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框架中日志组件记录的等级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
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
1 问题描述:2 解决方案:error_reporting(0); //解决error_notice 的最简单最有效的方法在每一个php文件的头部都加上error_reporting(0);3. 成功效果:
分类:
Web程序 时间:
2015-09-21 19:18:09
阅读次数:
181
z在desiredCapabilities里新增这俩居然fix了问题,原因暂时不得而知: capabilities.setCapability("unicodeKeyboard", "True"); capabilities.setCapability("resetKeyboard", "...
分类:
其他好文 时间:
2015-09-21 17:46:37
阅读次数:
429