摘要: console-->monitor-->performance. 阅读全文
posted @ 2013-12-26 17:01 一天不进步,就是退步 阅读(623) 评论(0) 推荐(0) 编辑
摘要: 并发weblogic异常,报错如下:weblogic.rjvm.PeerGoneException: ; nested exception is:weblogic.utils.net.SocketResetException - with nested exception:[java.net.SocketException: Connection reset]]]; SQ --- Check the SQL Statement (preparation failed).原因:从根上是PeerGoneException,数据库连接问题,游标出错,属性映射出错。 阅读全文
posted @ 2013-12-26 16:14 一天不进步,就是退步 阅读(2923) 评论(0) 推荐(0) 编辑
摘要: 1.使用crontabcrontab -u //设定某个用户的cron服务crontab -l //列出某个用户cron服务的详细内容crontab -r //删除某个用户的cron服务crontab -e //编辑某个用户的cron服务2. cron表达式基本格式:*****command分时日月周命令第1列表示分钟1~59每分钟用*或者*/1表示频率第2列表示小时1~23(0表示0点)第3列表示日期1~31第4列表示月份1~12第5列标识号星期0~6(0表示星期天)第6列要运行的命令3.保存4.设置自动启动5.重启 阅读全文
posted @ 2013-12-26 11:52 一天不进步,就是退步 阅读(437) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1673841/examples-of-gof-design-patternsYou can find an overview of a lot of design patterns inWikipedia. It also mentions which patterns are mentioned by GoF. I'll sum them up here and try to assign as much as possible pattern implementations found in both the 阅读全文
posted @ 2013-12-26 09:42 一天不进步,就是退步 阅读(247) 评论(0) 推荐(0) 编辑