14/07/10 18:50:47 FATAL conf.Configuration: error parsing conf file: com.sun.org ...
分类:
其他好文 时间:
2015-09-24 21:20:52
阅读次数:
141
error:in `require': cannot load such file -- sqlite3/sqlite3_native (LoadError)先删除 Ruby下的D:\Ruby22-x64\lib\ruby\gems\2.2.0\cache目录;然后在cmd中输入:gem insta...
分类:
其他好文 时间:
2015-09-24 21:02:58
阅读次数:
156
1. use try, except, finallytry: data=open('its.txt','w') print('its..', file=data)except: print('file error:', +str(err))finally: if 'data...
分类:
编程语言 时间:
2015-09-24 16:40:35
阅读次数:
222
安装nagios-plugins插件make时遇到的error error内容:check_http.c: In function ‘process_arguments’:check_http.c:312: error: ‘ssl_version’ undeclare...
分类:
移动开发 时间:
2015-09-24 16:33:19
阅读次数:
177
测试发布到虚拟目录中时发生的报错现象,由于不支持asp.net兼容性而导致服务无法激活启用。具体错误信息如下:Server Error in '/Service2' Application.
--------------------------------------------------------------------------------
The service cannot be ...
分类:
Web程序 时间:
2015-09-24 14:46:40
阅读次数:
333
用cowboy这个库,没有日志功能,所以研究了otp提供的日志功能。1.启动SASL的方式erl–bootstart_sasl默认配置文件下启动SASL,{env,[{sasl_error_logger,tty},{errlog_type,all}]},,见源码sasl.app文件。erl-boot...
分类:
其他好文 时间:
2015-09-24 14:33:59
阅读次数:
230
log4j.properties 使用一.参数意义说明输出级别的种类ERROR、WARN、INFO、DEBUGERROR 为严重错误 主要是程序的错误WARN 为一般警告,比如session丢失INFO 为一般要显示的信息,比如登录登出DEBUG 为程序的调试信息配置日志信息输出目的地log4j.a...
分类:
其他好文 时间:
2015-09-24 09:27:27
阅读次数:
173
Nogoalshavebeenspecifiedforthisbuild.MavenBuid时出现下面这个错误:[ERROR]Nogoalshavebeenspecifiedforthisbuild.Youmustspecifyavalidlifecyclephaseoragoalintheform...
分类:
Web程序 时间:
2015-09-24 09:23:41
阅读次数:
572
输出中文内容报错如下: self.status.split(‘ ‘,1)[0], self.bytes_sent 需要指定返回编码: return?[stdout.getvalue().encode("gbk")] 参考:http://stackoverflow.com/questions/21059640/wsgiref-error-att...
分类:
编程语言 时间:
2015-09-23 19:43:42
阅读次数:
354
SymptomsWhen performing a large commit to VisualSVN Server over the HTTPS protocol, the Subversion client sometimes fails with the following error mes...
分类:
其他好文 时间:
2015-09-23 19:07:05
阅读次数:
171