摘要:
引用Dll:Newtonsoft.Json.dll1.创建Url Url组成 主机名 端口号 路径 参数string strUrl = "http://192.199.101.101:... 阅读全文
posted @ 2015-09-25 17:55
人生为卒
阅读(324)
评论(0)
推荐(0)
摘要:
private void Form1_Load(object sender, EventArgs e) { SqlConnection con = new SqlConnection(@"SERVER=localhost;UID=sa;DATABASE=GG;Mu... 阅读全文
posted @ 2015-09-25 16:31
人生为卒
阅读(170)
评论(0)
推荐(0)
摘要:
http://jingyan.baidu.com/article/656db918b3fe44e381249c1c.html转载 阅读全文
posted @ 2015-09-25 16:21
人生为卒
阅读(144)
评论(0)
推荐(0)
摘要:
方法1:控件自带进入Run Designer:① 设置属性:Views-Options-OptionsView-ShowFooter=true②对于需要值操作的列进行操作:SummaryItem-SummaryType-Sum(可以设置sum,max,min,等)方法2:重写方法//要操作的表dt;... 阅读全文
posted @ 2015-09-25 16:05
人生为卒
阅读(1790)
评论(0)
推荐(0)
摘要:
新增列:名为SlctValue,类型为string,并放在第一列dt.Columns.Add("SlctValue", typeof(string)).SetOrdinal(0);移除列dt.Columns.Remove(列名)新增行DataRow dr = dt.NewRow();移除行dt.Ro... 阅读全文
posted @ 2015-09-25 15:03
人生为卒
阅读(329)
评论(0)
推荐(0)
浙公网安备 33010602011771号