07 2015 档案

Apache+tomcat ajp模式转发域名
摘要:本示例使用Apache24 和 tomcat7.0.62本机IP:192.168.10.38要实现的效果访问来源192.168.10.38 ---->apache ---->tomcat1 /app1localhost ---->apache ---->tomcat2 /app... 阅读全文

posted @ 2015-07-31 16:26 modprobe 阅读(503) 评论(0) 推荐(0)

mybatis批量update(mysql)
摘要:Mapper文件中的写法 UPDATE test_table SET c_a = #{item.ca}, c_b = #{item.cb} WHERE id = #{it... 阅读全文

posted @ 2015-07-28 16:24 modprobe 阅读(491) 评论(2) 推荐(0)