10 2015 档案

Could not load file or assembly 'Microsoft.VisualStudio.Web.PageInspector.Loader
摘要:解决方法:清除web.config中的。 阅读全文

posted @ 2015-10-22 21:51 symcious 阅读(337) 评论(0) 推荐(0)

Sys_Config is not mapped
摘要:NHibernate.Hql.Ast.ANTLR.QuerySyntaxException: Sys_Config is not mapped [from Sys_Config]hibernate.cfg.xml文件中的配置不正确,还有就是顺序不能乱,如要放在节点的最后 阅读全文

posted @ 2015-10-14 13:33 symcious 阅读(281) 评论(0) 推荐(0)

DataTable转为List对象
摘要:1 public static List Convert2Object(DataTable dt) where T : new() 2 { 3 List list = new List(); 4 foreach (DataRow ... 阅读全文

posted @ 2015-10-03 23:27 symcious 阅读(212) 评论(0) 推荐(0)

导航