04 2015 档案

摘要:根据图片相对路径查找图片并转换为二进制格式/// /// 图片转换 /// /// /// private byte[] reDyte(string strPath) { byte[] ... 阅读全文
posted @ 2015-04-14 15:41 时光未曾老去.
摘要:将字符转换为日期格式:function getDate(strDate) { var date = eval('new Date(' + strDate.replace(/\d+(?=-[^-]+$)/, function (a) { return parseInt(a, 10) - ... 阅读全文
posted @ 2015-04-07 14:59 时光未曾老去.