04 2007 档案
摘要:Searching the Source Code of Adding my Program Shortcut into Start Menu Now, I am searching the source code by C# of adding my program shortcut into Start Menu. I think its solution maybe is to modify...
阅读全文
摘要:function dateDiff(interval, date1, date2) { var objInterval = {'D' : 1000 * 60 * 60 * 24, 'H' : 1000 * 60 * 60, 'M' : 1000 * 60, 'S' : 1000, 'T' : 1}; interval = interval.toUpperC...
阅读全文