摘要:
想要蓝屏很简单啊,我给你个蓝屏命令吧.开始菜单点运行,然后输入:ntsd-cq-pnwinlogon.exe点击「开始」菜单→「运行」→输入以下代码(快速结束所有进程)cmd /c for /f %I in ('wmic process get Name')do (wmic process where Name="%I" delete) 阅读全文
posted @ 2013-12-25 10:58
914556495
阅读(2532)
评论(0)
推荐(0)
摘要:
public class AdminManager { private AdminService adminService = new AdminService(); public int DeleteAdmin(int id) { return adminService.DeleteAdminById(id); } public int DeleteAdmin(Admin admin) { return adminService.Delet... 阅读全文
posted @ 2013-12-25 08:48
914556495
阅读(369)
评论(0)
推荐(0)
摘要:
public class AdminService { #region 根据登录名和密码查询管理员 /// /// 根据登录名和密码查询管理员 /// /// 用户对象 /// 用户对象 public Admin GetAdminByParas(Admin admin) { string sql = "SELECT * FROM Admin WHERE LoginId=@LoginId and LoginPwd=@LoginP... 阅读全文
posted @ 2013-12-25 08:35
914556495
阅读(765)
评论(0)
推荐(0)
摘要:
/// /// SqlHelper类是专门提供给用于高性能、可升级的sql数据操作 /// public static class DBHelper { //数据库连接字符串。 //连接字符串在界面层的webConfig的配置文件中。[设计为public是为了创建带事务的连接,因为连接将在DAL相关类中创建] public static string ConnectionString = "Data Source=.;Initial Catalog=PB_BookShopDemo;Integrated Security=T... 阅读全文
posted @ 2013-12-25 08:34
914556495
阅读(228)
评论(0)
推荐(0)

浙公网安备 33010602011771号