2016年9月27日

jsonp解析 html

摘要: https://jsoup.org/cookbook/ 官网的教程, 很详细! 阅读全文

posted @ 2016-09-27 16:10 ..小树苗 阅读(1876) 评论(0) 推荐(0)

svn“Previous operation has not finished; run 'cleanup' if it was interrupted“ 或者不能cleanup,或者提示空目录 报错的解决方法

摘要: 参考了文档: http://blog.csdn.net/superch0054/article/details/38668017 今天碰到了个郁闷的问题,svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if 阅读全文

posted @ 2016-09-27 09:09 ..小树苗 阅读(245) 评论(0) 推荐(0)

java字符串 64位编码

摘要: byte[] encodeBase64 = Base64.encodeBase64("到了是是是是".getBytes("UTF-8")); System.out.println("RESULT: " + new String(encodeBase64)); import org.apache.commons.codec.binary.Base64; 阅读全文

posted @ 2016-09-27 08:56 ..小树苗 阅读(1895) 评论(0) 推荐(0)

导航