摘要:
URL和JDBC驱动: Datebase Driver class Database URL MySQL com.mysql.jdbc.Driver jdbc:mysql://host:port/{dbname} PostgreSQL org.postgresql.Driver jdbc:postg 阅读全文
posted @ 2017-08-02 17:22
流柯
阅读(830)
评论(0)
推荐(0)
摘要:
失败事务报错信息如下, Socket closed Non HTTP response code: org.apache.http.NoHttpResponseException (the target server failed to respond) Socket closed Non HTTP 阅读全文
posted @ 2017-08-02 15:42
流柯
阅读(1056)
评论(0)
推荐(0)
摘要:
1、添加HTTP信息头管理器 Content-Type application/json Accept application/json 2、添加http请求(方法、编码、路径、body) 阅读全文
posted @ 2017-08-02 15:42
流柯
阅读(659)
评论(0)
推荐(0)
摘要:
PermGen space的全称是Permanent Generation space,是指内存的永久保存区域,这块内存主要是被JVM存放Class和Meta信息的,Class在被Loader时就会被放到PermGen space中,它和存放类实例(Instance)的Heap区域不同,GC(Gar 阅读全文
posted @ 2017-08-02 11:56
流柯
阅读(505)
评论(0)
推荐(0)
摘要:
在Linux下,java应用cpu占用很高的时候,我们需要知道此时的应用到底在做什么导致资源的消耗。 阅读全文
posted @ 2017-08-02 10:42
流柯
阅读(12)
评论(0)
推荐(0)