摘要: SELECT 表名 = Case When A.colorder=1 Then D.name Else '' End, 表说明 = Case When A.colorder=1 Then isnull(F.value,'') Else '' End, 字段序号 = A.colorder, 字段名 = A.name, ... 阅读全文
posted @ 2015-06-30 16:25 ZeroDai 阅读(203) 评论(0) 推荐(0) 编辑
摘要: public static DataTable ListToDataTable(List entitys) { //检查实体集合不能为空 if (entitys == null || entitys.Count < 1) { return new DataTable(); ... 阅读全文
posted @ 2015-06-04 17:03 ZeroDai 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 本人使用的是ThoughtWorks.QRCode.dll,在網上可以下載,但要注意dll文件的完整性和準確性,本人之前下載的dll就是不正確導致調試時出現錯誤。 以下為cs文件代碼: 阅读全文
posted @ 2015-06-03 16:50 ZeroDai 阅读(1378) 评论(0) 推荐(0) 编辑