一、nginx简单配置示例user www www;worker_processes 10;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid ...
分类:
Web程序 时间:
2015-05-20 12:52:43
阅读次数:
128
MyEclipse2015+Maven3出现错误:
T E S T S
-------------------------------------------------------
Running DataDictTest
org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibe...
分类:
编程语言 时间:
2015-05-20 11:27:32
阅读次数:
1103
背景:
这几天一直被Formail7.2版本折磨,一天早上,来到机房,习惯性的收取邮件,但是出现了这个错误。如下:
我输入了密码,但是还是这个问题,我继续输入,他继续蹦出来!无语死了。这个错误我以前就见过,但是还来没有管他就好啦。抱着这种心理,我没有管他,但是第...
分类:
其他好文 时间:
2015-05-20 11:23:03
阅读次数:
19436
故障说明:官网放了一段flv的视频,之前还可以播放,今天突然发现播放不了了。程序都一样,测试环境没问题,线上却播放不了。下面说下产生问题的原因和解决办法。nginx打开网页,点击视频播放,打不来,首先从nginx的errorlog下手,看下能否找出一些蛛丝马迹。2015/04/0918:33:..
分类:
其他好文 时间:
2015-05-20 02:17:33
阅读次数:
180
【记录错误(生产环境)】php.ini:① 开启 / 关闭 错误日志功能log_errors = On② 设置 log_errors 的最大字节数log_errors_max_len = 1024其他:选项描述log_errors设置是否将错误信息记录到日志或者 error_log 中error_l...
分类:
Web程序 时间:
2015-05-20 01:57:47
阅读次数:
164
1.ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0Tcpwarpper阻挡了,编辑/etc/hosts.allow,加上这两行...
分类:
数据库 时间:
2015-05-20 00:19:07
阅读次数:
199
Today while i started my Android ADT Eclipse Workspace i got the following error message,Problem Opening WizardThe selected wizard could not be starte...
分类:
移动开发 时间:
2015-05-20 00:11:01
阅读次数:
665
应用程序端碰到错误提示,MySQLNonTransientConnectionException:Got an error writing communication packets。与packet有关,之前一直都没有碰到过这个问题。数据库error日志也未见半点异常,到底是怎么一回事呢?...
分类:
其他好文 时间:
2015-05-19 22:44:28
阅读次数:
213
今天在写Android代码的过程中,编译器一直报错,错误出在这一行代码:setContentView(R.layout.activity_main)提示信息是:activity_main cannot be resolved or is not a field我就觉得很奇怪,我在R.layout里面...
分类:
其他好文 时间:
2015-05-19 22:10:24
阅读次数:
135