摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient; using Dapper; // to have a play, instal... 阅读全文
posted @ 2014-10-07 15:08 不能失败 阅读(2274) 评论(0) 推荐(2) 编辑
摘要: Dictionary myDic = new Dictionary(); myDic.Add(System.DBNull.Value.ToString(), "---"); myDic.Add("Male", "男"); ... 阅读全文
posted @ 2014-10-07 01:23 不能失败 阅读(388) 评论(0) 推荐(0) 编辑