最近写了一个定时脚本,每天凌晨跑,每次跑时间很长。 在测试这个脚本的时候,跑了一个小时,发生一个错误,脚本中断,错误如下: _mysql_exceptions.OperationalError: (2013, 'Lost connection to MySQL server during query ...
分类:
数据库 时间:
2018-03-30 23:13:54
阅读次数:
569
场景: JDK原先装在C盘的,现在移动到了D盘,并在环境变量修改了%JAVA_HOME%的新路径,但是CMD中输入java后依然报错。 Error: could not open `C:\Program Files\Java\jre1.8.0_131\lib\amd64\jvm.cfg' 解决办法: ...
分类:
移动开发 时间:
2018-03-29 12:40:29
阅读次数:
938
#user nobody; worker_processes 4; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:
Web程序 时间:
2018-03-27 14:45:27
阅读次数:
164
今天主要介绍一下我使用MAT工具分析文件时遇到的一个错误 Error opening heap dump 'a.hprof'. Check the error log for further details.Error opening heap dump 'a.hprof'. Check the e ...
分类:
移动开发 时间:
2018-03-19 18:11:51
阅读次数:
210
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements, 出现这个问题怎么办? 为了加强安全性,MySQL5.7为root用户随机生成了一个密码,在error log中,关于error lo ...
分类:
数据库 时间:
2018-03-13 12:16:17
阅读次数:
500
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
分类:
Web程序 时间:
2018-03-09 10:39:53
阅读次数:
197
http://www.bubuko.com/infodetail-1193119.html 练习题答案 http://www.mamicode.com/info-detail-1113345.html python常用标准库 http://lizhenliang.blog.51cto.com/787 ...
分类:
编程语言 时间:
2018-03-06 17:15:30
阅读次数:
512
Nginx (engine x) 是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP服务器。Nginx是由伊戈尔·赛索耶夫为俄罗斯访问量第二的Rambler.ru站点(俄文:Рамблер)开发的,第一个公开版本0.1.0发布于2004年10月4日。 其将源代码以类BSD许 ...
分类:
其他好文 时间:
2018-03-04 19:02:08
阅读次数:
211
保持apache、mysql正在运行 依赖的库 安装libiconv库 安装php [root@cairui php-7.2.3]# ./configure --prefix=/opt/php7.2.3 --with-apxs2=/opt/apache/bin/apxs --with-openssl ...
分类:
Web程序 时间:
2018-03-03 16:52:03
阅读次数:
282
user nobody; #启动进程,通常设置成和cpu的数量相等 worker_processes 1; #全局错误日志及PID文件 #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error ...
分类:
其他好文 时间:
2018-03-03 15:22:40
阅读次数:
188