posted @ 2016-09-19 14:24 mdong 阅读(746) 评论(0) 推荐(0) 编辑
摘要:
前 -> 后 (总) 2016-09-19T12:17:55.390+0800: 967539.277: [Full GC [PSYoungGen: 9635K->0K(133632K)] [ParOldGen: 168910K->101246K(175104K)] 178546K->101246K 阅读全文
摘要:
status=`curl -o /dev/null -s -m 5 -w %{size_download}:%{http_code}:%{time_total}:%{time_connect}:%{size_header}:%{time_namelookup} $url` curl -o /dev/ 阅读全文
posted @ 2016-09-19 14:10 mdong 阅读(217) 评论(0) 推荐(0) 编辑
摘要:
Class.forName() Class.forName(xxx.xx.xx)要求JVM查找并加载指定的类,作用是 执行该类的静态代码段 一.什么时候用Class.forName()? 例:analyzer = (Analyzer) Class.forName(analyzerClass).new 阅读全文
posted @ 2016-09-18 10:03 mdong 阅读(273) 评论(0) 推荐(0) 编辑
摘要:
1. maven问题 1) maven settings.xml 配置有问题,导致依赖下载失败 2) SNAPSHO开启。 2. dubbo 仅需把dubbo.properties和spring xml文件,放到classpath 阅读全文
posted @ 2016-09-13 16:32 mdong 阅读(276) 评论(0) 推荐(0) 编辑
摘要:
http://www.cnblogs.com/weidagang2046/archive/2012/10/22/tf-idf-from-probabilistic-view.html 阅读全文
posted @ 2016-09-13 15:18 mdong 阅读(114) 评论(0) 推荐(0) 编辑
摘要:
Ctrl+Shift+T 搜索类(包括 工程和 关联的第三jar包) http://rongmayisheng.com/post/eclipse%E6%9C%80%E6%9C%89%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE%E6%95%B4%E7%90%86 阅读全文
posted @ 2016-09-13 14:29 mdong 阅读(101) 评论(0) 推荐(0) 编辑