2007年11月19日

string path;

摘要: public static string Encrypt(UserPasswordFormat format, string cleanString, string salt) { Byte[] clearBytes; Byte[] hashedBytes; Encoding encoding = Encoding.GetEncoding("unicode"); c... 阅读全文

posted @ 2007-11-19 10:11 Jingnan 阅读(423) 评论(0) 推荐(0) 编辑

VS2003新起项目步骤

摘要: 一、建立新文件夹,放置项目文件。 二、建立SLN解决方案,到SLN文件夹 三、添加数据访问层,其他项目--》企业级模板项目--》Visual C#生成块--》数据访问,命名问DAL四、添加业务规则层,其他项目--》企业级模板项目--》Visual C#生成块--》业务规则,命名问BLL 五、数据库连接层,Visual C# 项目 添加类库,命名为Common,为数据库连接层 六、公共数据应用层,主... 阅读全文

posted @ 2007-11-19 09:55 Jingnan 阅读(180) 评论(0) 推荐(0) 编辑

代码

摘要: using System; using System.Collections; using System.Security.Cryptography; using System.Text; using System.Web; using System.IO; using System.Collections.Specialized; using System.Web.Caching; using ... 阅读全文

posted @ 2007-11-19 09:55 Jingnan 阅读(216) 评论(0) 推荐(0) 编辑

导航