摘要:
方法 可以使用Element.select(String selector) 和 Elements.select(String selector) 方法实现: 说明 jsoup elements对象支持类似于CSS (或jquery)的选择器语法,来实现非常强大和灵活的查找功能。. 这个select 阅读全文
posted @ 2016-08-23 09:26
jakermk
阅读(651)
评论(0)
推荐(0)
摘要:
//获取MD5值 public static String getMd5ByFile(File file) throws FileNotFoundException { String value = null; FileInputStream in = new FileInputStream(file); try { ... 阅读全文
posted @ 2016-08-23 09:18
jakermk
阅读(476)
评论(0)
推荐(0)
摘要:
Message Digest Algorithm MD5:为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and RSA Data Security Inc. 阅读全文
posted @ 2016-08-23 09:06
jakermk
阅读(197)
评论(0)
推荐(0)
浙公网安备 33010602011771号