摘要: http://www.360doc.com/content/14/1103/17/1039473_422223837.shtml http://www.jb51.net/article/70378.htm 阅读全文
posted @ 2016-03-30 15:44 ChineseMoonGod 阅读(154) 评论(0) 推荐(0)
摘要: static void Main(string[] args) { string strUrl = "未付款 "; var s=GetHTOrderId(strUrl); //取到:order_id=425044 Console.Read(); } ... 阅读全文
posted @ 2016-03-30 14:20 ChineseMoonGod 阅读(298) 评论(0) 推荐(0)
摘要: 使用nuget管理程序包,有可能在不同时间安装不同版本的Entity Framework:在项目创建初期安装的是6.0.0.0版本,后来添加的类库,安装了6.1.1版本,所以出现这个问题。 解决办法: 1. 工具 -> 库程序包管理器 -> 管理解决方案的nuget程序包 2. 在选中已安装的包中找 阅读全文
posted @ 2016-03-30 11:49 ChineseMoonGod 阅读(2956) 评论(0) 推荐(1)