Google开源软负载seesaw
摘要:https://github.com/google/seesaw 在分布式系统中,负载均衡是非常重要的环节,通过负载均衡将请求派发到网络中的一个或多个节点上进行处理。通常来说,负载均衡分为硬件负载均衡及软件负载均衡。硬件负载均衡,顾名思义,在服务器节点之间安装专门的硬件进行负载均衡的工作,F5便为其
阅读全文
Commit can not be set while enrolled in a transaction
摘要:[java] Exception: java.sql.SQLException [java] Message: Commit can not be set while enrolled in a transaction 数据库事务没有控制好,主要原因为已经开启事务了,不能在再事务里面提交不属于该事务
阅读全文
del_cursor 批量删除游标
摘要: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
阅读全文
java api 批量数据库操作
摘要:Statement.class:executeBatch() implement interface: PreparedStatement implement class: JdbcOdbcPreparedStatement.class:executeBatchUpdate()
阅读全文
eclipse invalid zip archive lib
摘要:eclipse invalid zip archive lib 修改.class文件的编译内容。删除license或找到相应的jar包,放到lib下面,重新编译。
阅读全文