随笔分类 -  ADO.Net

用程序理解概念
摘要:题目:做一个登陆窗口,实现登陆。登陆成功后实现修改密码的功能。在登陆过程中,判断用户名或密码是否正确,修改 密码时判断两次密码是否相等,原密码是否正确。(密码使用MD5加密算法)要求:使用三层的思想去实现该功能。(UI,DAL,BLL)截图如下: 1、DAL层程序如下:// sqlHelper.c... 阅读全文
posted @ 2015-11-04 16:38 JiangXiaoKun 阅读(401) 评论(0) 推荐(0)
摘要:// 2105/07/08// DataAdapter&&DataSetusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;usi... 阅读全文
posted @ 2015-07-08 21:00 JiangXiaoKun 阅读(746) 评论(0) 推荐(0)
摘要:// 2015/07/08 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;using S... 阅读全文
posted @ 2015-07-08 20:58 JiangXiaoKun 阅读(239) 评论(0) 推荐(0)
摘要:// 2015/07/05using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;using Sy... 阅读全文
posted @ 2015-07-05 16:44 JiangXiaoKun 阅读(405) 评论(0) 推荐(0)
摘要:// 2015/07/04// 访问存储过程using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data... 阅读全文
posted @ 2015-07-04 17:06 JiangXiaoKun 阅读(224) 评论(0) 推荐(0)
摘要:1 //2015/07/03 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 using ... 阅读全文
posted @ 2015-07-04 16:59 JiangXiaoKun 阅读(1260) 评论(0) 推荐(0)