上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 74 下一页
  2016年1月18日
摘要: Calendar c = Calendar.getInstance();c.set(1999,12,21);SimpleDateFormat sdf = new SimpleDateFormat();sdf.applyPattern("yyyy-MM-dd HH:mm:ss E");System.o... 阅读全文
posted @ 2016-01-18 21:14 z5337 阅读(141) 评论(0) 推荐(0)
  2016年1月13日
摘要: Basic CRUD Application - jQuery EasyUI CRUD Demo Basic CRUD Application Click the buttons on dat... 阅读全文
posted @ 2016-01-13 00:52 z5337 阅读(660) 评论(0) 推荐(0)
  2016年1月12日
摘要: XML 文件内容: zhangsan 1 lisi 2 html 文件内容: jQuery 解析 XML ... 阅读全文
posted @ 2016-01-12 15:12 z5337 阅读(166) 评论(0) 推荐(0)
  2016年1月11日
摘要: 上面代码来自微软,用于下载大文件。下面代码来自http://www.cnblogs.com/smile-wei/p/4159213.htmlSystem.IO.Stream iStream = null;// Buffer to read 10K bytes in chunk:byte[] buff... 阅读全文
posted @ 2016-01-11 14:07 z5337 阅读(474) 评论(0) 推荐(0)
  2016年1月8日
摘要: // IE 下 name 都是 undefined ,这里手动赋值Number.name="Number";//String.name="String";Function.name="Function";Object.name="Object";Array.name="Array";Boolean.... 阅读全文
posted @ 2016-01-08 09:55 z5337 阅读(428) 评论(0) 推荐(0)
  2016年1月7日
摘要: 更多可参考:http://www.cnblogs.com/newsouls/archive/2012/11/12/2766567.html// 读 cookie 方法function getCookie(name){ var arr = document.cookie.match(new Re... 阅读全文
posted @ 2016-01-07 16:33 z5337 阅读(178) 评论(0) 推荐(0)
摘要: @echo offnet share c$ /delnet share d$ /delnet share e$ /delnet share f$ /delnet share g$ /delnet share admin$ /delnet share ipc$ /del@echo offecho 正在... 阅读全文
posted @ 2016-01-07 15:58 z5337 阅读(329) 评论(1) 推荐(0)
摘要: var str="akdlfaklhello 1234klfd1441ksalfd9000kals8998j2345fd;lsa";var reg = new RegExp(/(\d)(\d)\2\1/gi);var x;var item = [];do{ x = reg.exec(str);... 阅读全文
posted @ 2016-01-07 14:37 z5337 阅读(245) 评论(0) 推荐(0)
摘要: JavaScript RegExp 对象参考手册RegExp 对象RegExp 对象表示正则表达式,它是对字符串执行模式匹配的强大工具。直接量语法/pattern/attributes创建 RegExp 对象的语法:new RegExp(pattern, attributes);参数参数 patte... 阅读全文
posted @ 2016-01-07 14:20 z5337 阅读(160) 评论(0) 推荐(0)
  2016年1月6日
摘要: 阅读全文
posted @ 2016-01-06 20:57 z5337 阅读(254) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 74 下一页