有关java.util.ConcurrentModificationException java doc对这个类的定义: This exception may be thrown by methods that have detected concurrent modification of an ...
分类:
编程语言 时间:
2017-06-29 22:30:48
阅读次数:
289
好久没有冒泡了,最近在新环境上搭建应用时,启动报错: INFO: Illegal access: this web application instance has been stopped already. Could not load java.net.BindException. The ev ...
分类:
数据库 时间:
2017-06-28 16:15:21
阅读次数:
639
1)什么是OOM? OOM,全称“Out Of Memory”,翻译成中文就是“内存用完了”,来源于java.lang.OutOfMemoryError。看下关于的官方说明: Thrown when the Java Virtual Machine cannot allocate an object ...
分类:
其他好文 时间:
2017-06-23 10:26:16
阅读次数:
265
java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "http-bio-8080-exec-5"java.lang.OutOfMemoryError: PermGen space进入Tomcat中 ...
分类:
编程语言 时间:
2017-05-25 19:02:21
阅读次数:
150
以下是我在研究asmack4.0出现的异常 06-17 12:02:56.924: W/System.err(10622): org.jivesoftware.smack.SmackException$ConnectionException 06-17 12:02:56.924: W/System. ...
分类:
系统相关 时间:
2017-05-13 14:18:19
阅读次数:
232
findBugs错误英文翻译rule.findbugs.IMSE_DONT_CATCH_IMSE.name=不良实践 - 捕获可疑IllegalMonitorStateException rule.findbugs.BX_BOXING_IMMEDIATELY_UNBOXED.name=性能 - 基本... ...
分类:
数据库 时间:
2017-04-28 14:02:12
阅读次数:
225
With语句是什么? Python’s with statement provides a very convenient way of dealing with the situation where you have to do a setup and teardown to make some ...
分类:
编程语言 时间:
2017-04-11 12:10:59
阅读次数:
327
Specification Summary 除了作为一个statement将一个函数变成一个generator以外,yield可以被视为是一个表达式,并用于赋值。 比如 ...
分类:
编程语言 时间:
2017-04-05 00:52:04
阅读次数:
276
error: function(XMLHttpRequest, textStatus, errorThrown) { alert(XMLHttpRequest.status); alert(XMLHttpRequest.readyState); alert(textStatus); }, 假如aja ...
分类:
Web程序 时间:
2017-03-24 19:21:02
阅读次数:
198
日志分析mycat的日志文件配置为MYCAT_HOME/conf/log4j.xml,结构为:
<log4j:configuration xmlns:log4j="http://jakarta.ap...
分类:
其他好文 时间:
2017-03-17 11:10:10
阅读次数:
673