02 2012 档案

摘要:var date = new Date(parseInt(value.replace("/Date(", "").replace(")/", ""), 10)); var month = date.getMonth() + 1 < 10 ? "0" + (date.getMonth() + 1) : date.getMonth() + 1; var currentDate = date.getDate() < 10 ? "0" + date.getDate() : 阅读全文
posted @ 2012-02-20 15:35 biubiubiu 阅读(287) 评论(0) 推荐(0)
摘要:<system.webServer> <staticContent> <mimeMap fileExtension=".dae" mimeType="text/xml" /> </staticContent> </system.webServer> 阅读全文
posted @ 2012-02-15 09:33 biubiubiu 阅读(757) 评论(0) 推荐(1)
摘要:Copy 002.jpg/b + 001.txt/a 003.jpg 阅读全文
posted @ 2012-02-09 10:53 biubiubiu 阅读(642) 评论(0) 推荐(0)