随笔分类 - .NET 3.5
.NET 3.5
    
摘要:#region MD5算法(md5不可解密,加密后判断是否相等)public string md5(string str, int code){if (code == 16) //16位MD5加密(取32位加密的9~25字符) {return System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str...
        阅读全文
            
摘要:数据库 create database TreeView go use Treeview create table node1 ( nd1id int primary key, nd1name varchar(32) ) create table node2 ( nd2id int primary key, nd1id int, nd2name varchar(32) ) create tab...
        阅读全文
            
摘要:如果你已经有较多的面向对象开发经验,跳过以下这两步:    
 第一步 掌握一门.NET面向对象语言,C#或VB.NET 我强烈反对在没系统学过一门面向对象(OO)语言的前提下去学ASP.NET。 ASP.NET是一个全面向对象的技术,不懂OO,那绝对学不下去!  
        阅读全文
            
                    
                
浙公网安备 33010602011771号