摘要:
//根据json中的日期格式,转换成yyyy-mm-dd HH:mm:ss function ChangeDateFormat(cellval) { var date = new Date(parseInt(cellval.replace("/Date(", "").replace(")/", "" 阅读全文
摘要:
select b.name as tablename , a.rowcnt as datacount from sysindexes a , sysobjects b where a.id = b.id and a.indid < 2 and objectproperty(b.id, 'IsMSSh 阅读全文
摘要:
List<RemindSend> lrs = (from a in db.Remind join b in db.Certified on a.certifiedId equals b.CertifiedId where a.status == 1 && a.addTime.Year == Date 阅读全文
摘要:
WIN+R cmd cd C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319InstallUtil.exe D:\wechatgetmarry\WeChatGetMarry\bin\Debug\WeChatGetMarry.exe net start GetM 阅读全文