今天在linux下 用tar -zxf xxx.tar.bz2然后就报这个错。gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errors解决方案:压缩包...
分类:
其他好文 时间:
2015-01-07 16:27:54
阅读次数:
162
(转载)http://www.cnblogs.com/jiangyao/archive/2010/07/10/1774981.html 1.创建自己的404.html页面? 2.更改nginx.conf在http定义区域加入:?fastcgi_intercept_errors on;? 3.更改nginx.conf(或单独网站配...
分类:
其他好文 时间:
2015-01-07 13:19:10
阅读次数:
162
环境:linux,mysql5.5.21错误:Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'原因: 同一个ip在短时间内产生太多(超过mysql数据库max_conne....
分类:
数据库 时间:
2015-01-06 17:19:55
阅读次数:
219
1. syntax errors (arrow marks)
2. zero division error, name error, type error.
3. try except
while True:
try:
x = int(raw_input("Input:"))...
分类:
编程语言 时间:
2015-01-04 23:10:56
阅读次数:
470
MonkeyRunner用的是Jython 2.5.3,基于Python 2.5,Python 2.7之后才有json模块。需要在Jython中安装simplejson。
分类:
其他好文 时间:
2014-12-31 20:01:38
阅读次数:
145
主机内存256G,sga_target准备设置为160G,DBCA创建数据库时一直报错ORA-00064: object is too large to allocate on this O/S (1,15429280)
直接使用DBCA默认参数把库建好后,再次使用命令来修改,报错依旧。经查,参考文档Database startup can fail with ORA-00064 Errors...
分类:
其他好文 时间:
2014-12-31 16:25:41
阅读次数:
142
手机客户端向服务器提交Http请求时,Tomcat抛出错误:
十二月 31, 2014 2:32:45 下午 org.apache.coyote.http11.AbstractHttp11Processor process
信息: Error parsing HTTP request header
Note: further occurrences of HTTP header parsi...
分类:
编程语言 时间:
2014-12-31 16:23:45
阅读次数:
246
环境:linux,mysql5.5.21 错误:Host is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts‘ 原因: 同一个ip在短时间内产生太多(超过mysql数据库max_connection_errors的...
分类:
数据库 时间:
2014-12-31 11:36:17
阅读次数:
212
本文记录下在Eclipse中导入项目的过程中常见的问题. 1:The project cannot be built until the build path errors are resolved 请查阅:http://blog.sina.com.cn/s/blog_4cb58ce60...
分类:
系统相关 时间:
2014-12-31 09:57:14
阅读次数:
245