2005年8月19日

遍历Web控件的子控件

摘要: private void Button1_Click(object sender, System.EventArgs e) { FindSelecedControl(GlobalCategoryPanel); } private void FindSelecedControl(Control control)//递归函数 ... 阅读全文

posted @ 2005-08-19 16:28 Mat 阅读(207) 评论(0) 推荐(0) 编辑

正则表达式

摘要: case "allhtml":// 清除所有html标签content = execRE("]*>", "", content);break;case "word":// 清除所有的xml标签content = execRE("]*>", "", content);// 清除所有的带名称空间的标签content = execRE("]*>", "", content); // 清除所有的class... 阅读全文

posted @ 2005-08-19 16:16 Mat 阅读(223) 评论(0) 推荐(0) 编辑

函数和方法集

摘要: 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=curre... 阅读全文

posted @ 2005-08-19 09:17 Mat 阅读(134) 评论(0) 推荐(0) 编辑

导航