2013年8月29日
摘要: 先看效果图: 代码(没什么难度的一个案例,进度条为第三方控件ProgressODoom.dll,自己去网上下。)using System; using System.Collections.Generic; using System.ComponentModel; using System.... 阅读全文
posted @ 2013-08-29 15:06 BigOldMouse 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 类名:XML/// 1.创建XML文档/// 2.在根节点下增加子元素/// 3.在元素下增加子元素/// 4.获取类型为制定值的一组节点/// 5.抓取网页上的xml文档赋值给XmlDocument对象/// 6.获取服务器上指定文件的xml文件内容/// 7.读取xml直接返回DataSet /... 阅读全文
posted @ 2013-08-29 14:41 BigOldMouse 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 类名:Uploadusing System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.Se... 阅读全文
posted @ 2013-08-29 14:37 BigOldMouse 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 类名:Securityusing System;using System.Security.Cryptography;using System.IO;using System.Text;namespace Tools{ /// /// Security 的摘要说明。 /// Sec... 阅读全文
posted @ 2013-08-29 14:28 BigOldMouse 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 首先,在web.config的appSettings配置一下。 下面是类的方法,类名:Email///发送找回密码Email///发送注册成功Email///发送Email方法using System;using System.Collections.Generic;u... 阅读全文
posted @ 2013-08-29 14:23 BigOldMouse 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 类名:DealString/// 1.截取字符串,最后加3个小数点/// 2.获得指定Url的参数的string类型值/// 3.判断数据类型/// 4.过滤JS标记/// 5.获取CheckBoxList属性值/// 6.通过ID绑定CheckBoxList选项/// 7.CheckBoxList... 阅读全文
posted @ 2013-08-29 14:12 BigOldMouse 阅读(256) 评论(0) 推荐(0) 编辑