2018年3月17日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-03-17 10:25 BigOldMouse 阅读(3) 评论(0) 推荐(0) 编辑
  2014年1月7日
摘要: 什么是内联元素? 阅读全文
posted @ 2014-01-07 13:05 BigOldMouse 阅读(195) 评论(0) 推荐(0) 编辑
  2013年11月18日
摘要: 现在是2013年11月18日1:53分,从1号开始学习JqueryMoblie(简称JQM),这些天遇到的问题,和走的弯路还真不少。 先做个小总结,做了那么多天的一些收获: ●JQM是一个手机网站/轻应用的框架,提供了框架样式,图片,主题,页面跳转的滑动效果,面板效果等,在手机浏览器看不再像看电脑网 阅读全文
posted @ 2013-11-18 02:44 BigOldMouse 阅读(582) 评论(0) 推荐(0) 编辑
  2013年9月3日
摘要: using System;using System.Web;using System.Data;using System.Collections;using System.Collections.Generic;using System.Collections.Specialized;using S... 阅读全文
posted @ 2013-09-03 14:35 BigOldMouse 阅读(288) 评论(1) 推荐(1) 编辑
  2013年8月29日
摘要: 先看效果图: 代码(没什么难度的一个案例,进度条为第三方控件ProgressODoom.dll,自己去网上下。)using System; using System.Collections.Generic; using System.ComponentModel; using System.... 阅读全文
posted @ 2013-08-29 15:06 BigOldMouse 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 类名:XML/// 1.创建XML文档/// 2.在根节点下增加子元素/// 3.在元素下增加子元素/// 4.获取类型为制定值的一组节点/// 5.抓取网页上的xml文档赋值给XmlDocument对象/// 6.获取服务器上指定文件的xml文件内容/// 7.读取xml直接返回DataSet /... 阅读全文
posted @ 2013-08-29 14:41 BigOldMouse 阅读(361) 评论(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 阅读(348) 评论(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 阅读(217) 评论(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) 编辑