上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version><!-- <scope>test</scope>-->不注释@Test 红色编译不通过 阅读全文
posted @ 2018-07-05 11:28 zfzf1 阅读(368) 评论(0) 推荐(0) 编辑
摘要: T.PRICE_MAIN_ID IN<foreach item="priceMainId" collection="ids" open="(" separator="union all" close=")"> select #{priceMainId} from dual</foreach> ( s 阅读全文
posted @ 2018-07-05 10:40 zfzf1 阅读(131) 评论(0) 推荐(0) 编辑
摘要: java jar xx.jar & xxx xxx ... 敲出 exit退出,然后reconnect 阅读全文
posted @ 2018-07-05 09:29 zfzf1 阅读(2795) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-28 10:30 zfzf1 阅读(82) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -Dfile=D:\jar\alipay-sdk-java-20170725114550.jar -DgroupId=com.alipay -DartifactId=alipay-sdk-java -Dversion=20170725114550 - 阅读全文
posted @ 2018-06-28 09:51 zfzf1 阅读(112) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.0.0</version> </dependency> <dependency> <groupId 阅读全文
posted @ 2018-06-15 09:32 zfzf1 阅读(116) 评论(0) 推荐(0) 编辑
摘要: grep -C5 --color '67|70CD5582BC9478E5' ygnetty.log.2018-06-06.log 阅读全文
posted @ 2018-06-08 16:49 zfzf1 阅读(243) 评论(0) 推荐(0) 编辑
摘要: grep 'getSiteIdByDeviceCode' com.yung.sitequery.impl-2018-05-28.log grep '{"result":{},"status":"SUCCESS"}' 阅读全文
posted @ 2018-05-29 16:57 zfzf1 阅读(1308) 评论(0) 推荐(0) 编辑
摘要: cat xx.log|grep 'xxx'|more 阅读全文
posted @ 2018-05-25 08:57 zfzf1 阅读(930) 评论(0) 推荐(0) 编辑
摘要: 线程池大小 每秒的高峰访问次数*99%的访问延时+buffer 30*0,2+4 timeout设置: 99.5%的访问延时 115 阅读全文
posted @ 2018-05-21 13:44 zfzf1 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页