03 2016 档案

摘要:定义和用法disabled 属性规定应该禁用 input 元素。被禁用的 input 元素既不可用,也不可点击。可以设置 disabled 属性,直到满足某些其他的条件为止(比如选择了一个复选框等等)。然后,就需... 阅读全文
posted @ 2016-03-27 00:00 thewindkee 阅读(232) 评论(0) 推荐(0) 编辑
摘要:java的str.getBytes();就是以操作系统默认编码集,把这个str字符串编码成一串编码,比如 "严"这个字,编码成Unicode 就是20005 ,以十六进制显示的。其Unicode编码是 20005... 阅读全文
posted @ 2016-03-24 20:42 thewindkee 阅读(102) 评论(0) 推荐(0) 编辑
摘要:资料来自:http://www.2cto.com/kf/201312/268046.htmlhttp://blog.163.com/tianshenglongchang@126/blog/static/16462... 阅读全文
posted @ 2016-03-23 19:26 thewindkee 阅读(104) 评论(0) 推荐(0) 编辑
摘要:转载自:http://www.cnblogs.com/steven0lisa/archive/2010/04/17/1714463.html感觉有收获, 感谢。Java Listener 模式每种语言都有自己回调... 阅读全文
posted @ 2016-03-18 01:36 thewindkee 阅读(164) 评论(0) 推荐(0) 编辑
摘要:jdbc.driverClass=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql:///testspringjdbc.username=rootjdbc.password=roo... 阅读全文
posted @ 2016-03-02 01:57 thewindkee 阅读(89) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示