sys.liu

导航

2015年6月18日 #

java获取系统信息

摘要: public class SystemInfo { public static void main(String[] args) { //系统属性 Properties prop = System.getProperties(); System.out.println(prop.getProper... 阅读全文

posted @ 2015-06-18 15:11 Crazy_snail 阅读(325) 评论(0) 推荐(0) 编辑

jquery实现div遮罩层

摘要: 1 2 3 4 5 Jquery遮罩层 6 7 25 26 27 41 42 43 44 45 46 47 48 49 弹出层关闭50 我是弹出对话框111111!!51 52 53 54 55 ... 阅读全文

posted @ 2015-06-18 15:09 Crazy_snail 阅读(316) 评论(0) 推荐(0) 编辑