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
[ERROR] 2015-01-04 09:42:35,180 (CommonsLogger.java:38) - Exception occurred during processing request: Unable to instantiate Action, com.web.home.act...
分类:
编程语言 时间:
2015-01-04 18:47:42
阅读次数:
313
错误信息:LM_44229 Failed to authenticate login. [PCSF_10342] [PCSF_10342] Exception occurred: [[AUTHEN_10000] The Service Manager failed to authenticate user [ADMIN] in security
domain [Native].].
...
分类:
其他好文 时间:
2015-01-02 18:46:38
阅读次数:
380
在IIS7上配置一个asp程序,出现了一个错如提示:An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system admin...
分类:
Web程序 时间:
2015-01-02 12:09:19
阅读次数:
126
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