12 2006 档案
获取新浪读书频道,书的列表程序
摘要:using System;using System.Net;using System.IO;using System.Text;using System.Collections;using System.Text.RegularExpressions;namespace ConsoleApplication1{ /**//// /// Class1 的摘要说明。 /// ... 阅读全文
posted @ 2006-12-25 10:55 感動常在 阅读(547) 评论(1) 推荐(0) 编辑
常用的验证
摘要:声明: 是参照别人写的,自己整理了一下 namespace UtilityValidator{ using System; using System.Text.RegularExpressions; public class Validators { //验证是否是有效日期 public static bool isValidDate(string ... 阅读全文
posted @ 2006-12-20 20:29 感動常在 阅读(677) 评论(1) 推荐(0) 编辑
手写分页函数C#
摘要:/**//// /// 返回数据集 /// /// /// public DataSet GetData(string sql,string strconn) { OleDbConnection ole=new OleDbConnection("PROVIDER=Mic... 阅读全文
posted @ 2006-12-08 15:36 感動常在 阅读(4550) 评论(4) 推荐(0) 编辑