mysql> SELECT desc,status,play_time,push_type, 'interval' FROM cms_push;ERROR 2006 (HY000): MySQL server has gone awayNo connection. Trying to reconne...
分类:
数据库 时间:
2014-07-25 13:52:11
阅读次数:
333
打开eclipse将鼠标放在代码上等待代码提示的时候,直接闪退 错误如下: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f25d0b922a1, pid=3459, tid=139...
分类:
系统相关 时间:
2014-07-25 11:41:41
阅读次数:
966
在工程中添加宏?WITH_NONAMESPACES
分类:
其他好文 时间:
2014-07-25 11:40:11
阅读次数:
206
不同的错误处理方法:
简单的die()语句自定义错误函数和错误触发器错误报告
基本的错误处理:使用die()函数
if(!file_exists("welcome.txt")){
die("FIle not found");
}else{
$file=fopen("welcome.txt","r");
}
或者
$file=fopen("web...
分类:
Web程序 时间:
2014-07-25 11:10:01
阅读次数:
243
F -Error CurvesTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionJosephina is a clever girl and addicted to Machine Learning rece...
分类:
其他好文 时间:
2014-07-25 03:22:24
阅读次数:
312
1.错误报告级别: 错误E_ERROR; 警告 E_WARNING 注意 E_NOTICE2.php.ini 中的配置 error_reporting=; 错误提示 一般设置为: error_reporting = E_ALL & ~E_NOTICE ; 除提示外,显示所有的错误...
分类:
Web程序 时间:
2014-07-25 03:00:18
阅读次数:
201
记录一下自己解决tomcat部署遇得到问题的全过程 首先,在tomcat部署上面部署项目时,报如下错误: 严重: Error listenerStart 2014-7-24 14:25:44 org.apache.catalina.core.StandardContext start 严重: Context...
分类:
移动开发 时间:
2014-07-25 00:08:44
阅读次数:
432
<?php
ini_set("display_errors","On");
error_reporting(E_ALL);
分类:
Web程序 时间:
2014-07-24 23:49:14
阅读次数:
235
这几天,竟遇见些奇葩问题,有的实在懒的写了,这个比较有意思,以前没见过,写个文章记录下:
Error Creating Control -"Object Reference Not Set To An Instance Of Object"
在winforms页面中,所有page的所有服务器控件的位置出现一行红字“Error Creating Control - Object re...
分类:
Web程序 时间:
2014-07-24 23:29:13
阅读次数:
206
问题大概就是最近发现用户中不少更新的最新补丁的(特别是KB2962872)之后,使用CDHtmlDialog做前端UI的对话框会抛出异常,查了很久,无解。
无奈提交了一个问题给微软。
链接地址:
Problem with CDHtmlDialog (Error: Js::JavascriptExceptionObject
* __ptr64)
之前Google了一下,发现了...
分类:
编程语言 时间:
2014-07-24 23:26:43
阅读次数:
466