php的配置文件中有一行--with-mysql=/usr/local/mysql ,安装的时候提示:configure: error: Cannot find MySQL header files under yes.Note that the MySQL client library is no...
分类:
数据库 时间:
2015-08-26 17:21:13
阅读次数:
237
//优先级1 protected void Page_Error(object sender, EventArgs e) { Exception objErr = Server.GetLastError().GetBaseException(); using (System.IO.StreamW.....
分类:
Web程序 时间:
2015-08-26 17:11:04
阅读次数:
127
1、 ??? public static void main(String[] args){ ?? ??? ??? ??? ? ?? ??? ?HostnameVerifier hv = new HostnameVerifier() { ?? ???????? public boolean verify(String urlHo...
分类:
编程语言 时间:
2015-08-26 16:01:54
阅读次数:
320
UTF-8可能是我们使用的最多的一种字符编码,一直以其支持的广泛的字符被人称道,我也经常在项目中使用它,至到遇到了:SQL state [HY000]; error code [1366]; Incorrect string value: ‘\xF0\x9F\x92\x8BRo...‘...
分类:
数据库 时间:
2015-08-26 15:55:40
阅读次数:
296
建议web只做上传功能,读取、处理还是放后台吧。PHPExcel还是比较耗费时间、内存的。 实例代码: error_reporting(0); require_once ‘PHPExcel_1.8.0/Classes/PHPExcel.php‘;???? //修改为自己的目录 echo ‘...
分类:
Web程序 时间:
2015-08-26 15:55:16
阅读次数:
190
本文来自:http://blog.itpub.net/22664653/viewspace-1714269/一 前言 MySQL 的主从复制作为一项高可用特性,用于将主库的数据同步到从库,在维护主从复制数据库集群的时候,作为专职的MySQL DBA,笔者相信大多数人都会遇到“Got fatal er...
分类:
数据库 时间:
2015-08-26 15:32:03
阅读次数:
324
1、JavaScript预包装的9个原生的对象构造函数: Number(),String(),Boolean(),Object(),Array(),Function(),Data(),RegExp(),Error() 2、以上对象返回的类型除了Function返回function外,其他的都返回ob...
分类:
编程语言 时间:
2015-08-26 15:25:11
阅读次数:
245
http://blog.csdn.net/xiyuan1999/article/details/5706230DB2 SQL Error: SQLCODE=-803, SQLSTATE=23505, SQLERRMC=2 。 1、查了下,大概意思是违反了唯一性约束啊! 2、不过,我db2 descr...
分类:
数据库 时间:
2015-08-26 15:16:18
阅读次数:
627
项目 -> 属性-> 配置属性 -> c/c++ -> 将警告视为错误 -> 否参考:http://www.cnblogs.com/kex1n/archive/2011/10/19/2217266.html
分类:
其他好文 时间:
2015-08-26 15:14:22
阅读次数:
348
PHP Fatal error: Uncaught exception ‘ErrorException‘ with message ‘proc_open(): fork failed - Cannot allocate memory‘ in phar 原因由于虚拟机分配的内存太少,而导致没有可用内存打开文件 free -m
total...
分类:
其他好文 时间:
2015-08-26 14:07:38
阅读次数:
1187