2016年11月25日
摘要: #!/bin/shtouch telnetRes.logfor ip in `cat $1`do format=`echo $ip|awk -F ':' '{print $1,$2}'` { echo "quit";sleep 1; }|telnet $format >> telnetRes.log 阅读全文
posted @ 2016-11-25 17:49 benzero 阅读(326) 评论(0) 推荐(0) 编辑
  2016年7月27日
摘要: jboss7 access log Analysis,goAccess 阅读全文
posted @ 2016-07-27 17:13 benzero 阅读(2093) 评论(0) 推荐(0) 编辑
  2016年4月6日
摘要: jetty配置jndi数据源 阅读全文
posted @ 2016-04-06 11:20 benzero 阅读(2047) 评论(0) 推荐(0) 编辑
  2016年3月24日
摘要: @ContextConfiguration(locations="classpath:spring.xml")public class BaseTest extends AbstractJUnit4SpringContextTests{ @Test testSomething(){} } 阅读全文
posted @ 2016-03-24 18:27 benzero 阅读(169) 评论(0) 推荐(0) 编辑
  2016年3月18日
摘要: linux fd分析方法及原理 too many open files解决方案 阅读全文
posted @ 2016-03-18 10:26 benzero 阅读(2113) 评论(0) 推荐(1) 编辑
  2016年3月15日
摘要: ws client jboss webservcie client jboss 客户端 阅读全文
posted @ 2016-03-15 14:51 benzero 阅读(365) 评论(0) 推荐(0) 编辑
  2016年3月9日
摘要: 自动增量更新war的shell脚本 阅读全文
posted @ 2016-03-09 10:09 benzero 阅读(2421) 评论(0) 推荐(0) 编辑
  2016年2月26日
摘要: 文本提取,文本解析,java regex 阅读全文
posted @ 2016-02-26 17:14 benzero 阅读(383) 评论(0) 推荐(0) 编辑
  2016年2月22日
摘要: java调用shell脚本 阅读全文
posted @ 2016-02-22 15:24 benzero 阅读(2489) 评论(0) 推荐(0) 编辑
  2016年1月28日
摘要: 利用shell发送邮件 阅读全文
posted @ 2016-01-28 16:40 benzero 阅读(2005) 评论(0) 推荐(0) 编辑