摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using System.Threading;namespace ProjectWenDangManage... 阅读全文
posted @ 2014-10-26 14:09 易墨 阅读(2388) 评论(0) 推荐(0) 编辑
摘要: 使用YZMHelper帮助类即可 using System; using System.Web; using System.Drawing; using System.Security.Cryptography; namespace ProjectWenDangManage.Framework { 阅读全文
posted @ 2014-10-26 14:03 易墨 阅读(3307) 评论(0) 推荐(0) 编辑
摘要: 下面总结项目总用到的知识1、登录此次项目是采用xml文件的形式存储管理员密码,进行登录和修改密码操作 xml文件//读取user.xml文件string path = Server.MapPath("~/Areas/Admin/Xml/user.xml");XmlDocument document... 阅读全文
posted @ 2014-10-26 13:55 易墨 阅读(307) 评论(0) 推荐(0) 编辑
Fork me on GitHub