光辉飞翔

导航

 
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 51 下一页

2019年7月17日

摘要: 2018年01月09日 09:59:21 愿天堂没有阿雨 阅读数 9515 2018年01月09日 09:59:21 愿天堂没有阿雨 阅读数 9515 2018年01月09日 09:59:21 愿天堂没有阿雨 阅读数 9515 2018年01月09日 09:59:21 愿天堂没有阿雨 阅读数 951 阅读全文
posted @ 2019-07-17 13:29 光辉飞翔 阅读(169) 评论(0) 推荐(0)
 

2019年7月1日

摘要: 类的加载过程 https://www.cnblogs.com/Fang3s/p/3970783.html 在编译生成class文件时,会自动产生两个方法,一个是类的初始化方法<clinit>, 另一个是实例的初始化方法<init> <clinit>:在jvm第一次加载class文件时调用,包括静态变 阅读全文
posted @ 2019-07-01 20:46 光辉飞翔 阅读(143) 评论(0) 推荐(0)
 

2019年5月23日

摘要: 利用 Memory Dump Diagnostic for Java (MDD4J) 分析内存管理问题(2) 利用 Memory Dump Diagnostic for Java (MDD4J) 分析内存管理问题(2) 启动和理解 MDD4J[size=1.0625]为了充分理解如何使用 MDD4J 阅读全文
posted @ 2019-05-23 20:54 光辉飞翔 阅读(513) 评论(0) 推荐(0)
 

2019年4月20日

摘要: https://github.com/google/seesaw 在分布式系统中,负载均衡是非常重要的环节,通过负载均衡将请求派发到网络中的一个或多个节点上进行处理。通常来说,负载均衡分为硬件负载均衡及软件负载均衡。硬件负载均衡,顾名思义,在服务器节点之间安装专门的硬件进行负载均衡的工作,F5便为其 阅读全文
posted @ 2019-04-20 05:59 光辉飞翔 阅读(950) 评论(0) 推荐(0)
 

2019年4月17日

摘要: [java] Exception: java.sql.SQLException [java] Message: Commit can not be set while enrolled in a transaction 数据库事务没有控制好,主要原因为已经开启事务了,不能在再事务里面提交不属于该事务 阅读全文
posted @ 2019-04-17 20:17 光辉飞翔 阅读(555) 评论(0) 推荐(0)
 
摘要: declare declare cursor [del_cursor] is select a.*, a.rowid row_id from [table_name] a order by a.rowid; cursor [del_cursor] is select a.*, a.rowid row 阅读全文
posted @ 2019-04-17 19:48 光辉飞翔 阅读(308) 评论(0) 推荐(0)
 
摘要: Statement.class:executeBatch() implement interface: PreparedStatement implement class: JdbcOdbcPreparedStatement.class:executeBatchUpdate() 阅读全文
posted @ 2019-04-17 09:48 光辉飞翔 阅读(247) 评论(0) 推荐(0)
 

2019年4月16日

摘要: eclipse invalid zip archive lib 修改.class文件的编译内容。删除license或找到相应的jar包,放到lib下面,重新编译。 阅读全文
posted @ 2019-04-16 17:20 光辉飞翔 阅读(1163) 评论(0) 推荐(0)
 

2019年3月28日

摘要: https://blog.csdn.net/konglongaa/article/details/80590470 登陆后输入export LC_ALL="zh_CN.GB2312" 然后再用VI看 中文就没问题了 把他加到home目录的.bashrc 或 .bash_profile 或 .prof 阅读全文
posted @ 2019-03-28 21:42 光辉飞翔 阅读(483) 评论(0) 推荐(0)
 

2019年3月25日

摘要: ps -ef|grep shutdown ls -al /proc/4170 阅读全文
posted @ 2019-03-25 21:06 光辉飞翔 阅读(183) 评论(0) 推荐(0)
 
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 51 下一页