2015年2月24日
摘要: //新建App_Code文件夹//新建studentDA文件using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using Syst... 阅读全文
posted @ 2015-02-24 14:16 黑桃X 阅读(365) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using Sys... 阅读全文
posted @ 2015-02-24 13:43 黑桃X 阅读(176) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-02-24 13:27 黑桃X 阅读(159) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-02-24 13:13 黑桃X 阅读(180) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-02-24 13:03 黑桃X 阅读(228) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-02-24 13:01 黑桃X 阅读(138) 评论(0) 推荐(0)
摘要: //向数据库中新增数据 private void button1_Click_1(object sender, EventArgs e) { SqlConnection conn = new SqlConnection("server=.;database... 阅读全文
posted @ 2015-02-24 12:56 黑桃X 阅读(260) 评论(0) 推荐(0)