09 2011 档案
摘要:项目是vs2008版升级到vs2010发布网站到IIS注意事项:服务器需要安装:1、.net framework4.02、IIS 6.03、2010版的水晶报表
阅读全文
摘要:public static byte[] EncryptPassword(string password) { byte[] bytes = new UnicodeEncoding().GetBytes(password); SHA1 sha = new SHA1CryptoServiceProvider(); return sha.ComputeHash(bytes); } protected void btnLogin_Click(object sender, EventArgs e) { byte[] encPassword = EncryptPassword("111&quo
阅读全文

浙公网安备 33010602011771号