2016年1月9日
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text... 阅读全文
posted @ 2016-01-09 09:30 波波嘟 阅读(291) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text... 阅读全文
posted @ 2016-01-09 09:29 波波嘟 阅读(171) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Wind... 阅读全文
posted @ 2016-01-09 09:27 波波嘟 阅读(168) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using Syste... 阅读全文
posted @ 2016-01-09 09:26 波波嘟 阅读(225) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Wind... 阅读全文
posted @ 2016-01-09 08:55 波波嘟 阅读(382) 评论(0) 推荐(0)
摘要: /// /// 第一步:登陆验证方法;7章178页,参考;过滤不正确的数据. /// /// /// public bool ValidateInput() { if (txtNic... 阅读全文
posted @ 2016-01-09 08:52 波波嘟 阅读(237) 评论(0) 推荐(0)
摘要: /// /// 登陆:检查 /// /// /// private void btnLogin_Click(object sender, EventArgs e) { //第7章第2题... 阅读全文
posted @ 2016-01-09 08:47 波波嘟 阅读(237) 评论(0) 推荐(0)
摘要: 相关两个公共类 public class DBHelper { private static string connString = "server=192.168.62.81;database=MyQQ;Uid=sa;Pwd=1"; public sta... 阅读全文
posted @ 2016-01-09 08:45 波波嘟 阅读(209) 评论(0) 推荐(0)