摘要: 1 Console.Write("请输入要修改的编号:"); 2 string ucode = Console.ReadLine(); 3 SqlConnection conn = new SqlConnection("server=.;database=Data0504;user=sa;pwd=123;"); ... 阅读全文
posted @ 2017-07-08 12:29 御风飞舞 阅读(381) 评论(0) 推荐(0) 编辑
摘要: Console.Write("请输入要删除的编号:"); string ucode = Console.ReadLine(); SqlConnection conn = new SqlConnection("server=.;database=Data0504;user=sa;pwd=123;"); 阅读全文
posted @ 2017-07-08 12:27 御风飞舞 阅读(339) 评论(0) 推荐(0) 编辑
摘要: string ucode = ""; //开始 生成编号 SqlConnection conn = new SqlConnection("server=.;database=Data0504;user=sa;pwd=lyb0629"); SqlCommand cmd = conn.CreateCom 阅读全文
posted @ 2017-07-08 12:24 御风飞舞 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 当在添加程序中注入攻击时在控制台应用程序中可以这样写: 请输入编号:U006 请输入用户名:无敌 请输入密码:1234 请输入昵称:呵呵 请输入性别:True 请输入生日:2000-1-1 请输入民族:N004');update Users set PassWord='0000';-- 添加成功! 阅读全文
posted @ 2017-07-08 12:15 御风飞舞 阅读(721) 评论(0) 推荐(0) 编辑