摘要:
CultureInfo ci = new CultureInfo("en-US"); DateTime now = DateTime.Now; for (int i = 0; i < 12; i++) { string month = now.ToString("MMM",ci); now = now.Ad... 阅读全文
摘要:
sql server 小技巧(1) 导入csv数据到sql serversql server 小技巧(2) 删除sql server中重复的数据sql server 小技巧(3) SQL Server 2012 数据库完整导出到SQL Azure (包括数据)sql server 小技巧(4) Sq... 阅读全文
摘要:
在CRM中使用linq时,有时会报这个错误:A proxy type with the name account has been defined by another assembly.Current type: Account, MyAssembly, Version=1.0.0.4, Cult... 阅读全文