摘要: 使用jquery.media.js插件示例: pdf阅读 pd文档 阅读全文
posted @ 2015-07-10 18:10 自行车上的程序员 阅读(3530) 评论(0) 推荐(0) 编辑
摘要: import java.util.HashMap;import java.util.Iterator;import java.util.Map;public class TestMap { public static void main(String[] args) { Map ... 阅读全文
posted @ 2015-07-10 15:53 自行车上的程序员 阅读(1150) 评论(0) 推荐(0) 编辑
摘要: public static boolean isEmpty(String str)判断某字符串是否为空,为空的标准是str==null或str.length()==0StringUtils.isEmpty(null) = trueStringUtils.isEmpty("") = trueStrin... 阅读全文
posted @ 2015-07-10 15:47 自行车上的程序员 阅读(2126) 评论(0) 推荐(0) 编辑