摘要: “密码最短长度为7,其中必须包含以下非字母数字字符: 1”的意思是说,非字母和数字的字符至少必须有一个, 请用~!@#$%^&*()_+中的一个试一下,肯定就好了! 解决办法二: 密码最短长度为7,其中必须包含以下非字母数字字符: 1 1(Password length minimum: 7. Non-alphanumeric characters required: 1. ) ... 阅读全文
posted @ 2008-05-12 21:29 looky 阅读(319) 评论(0) 推荐(0) 编辑
摘要: SqlConnection con = new SqlConnection(); con.Open(); SqlCommand cmd = new SqlCommand("select count(*) from [User] where [Name]='" + TxtName.Text.Trim() + "'", con); int count... 阅读全文
posted @ 2008-05-12 21:21 looky 阅读(2191) 评论(0) 推荐(0) 编辑