04 2006 档案

摘要:实现tree的代码如下:function showTree(treeid) { if(treeid == 0 ) return false; top.frameColumn.location.href = ""+ treeid +".html"; } function init() { t = new Bs_Tree(); t.imageDir = './images/icon/Help/'; t... 阅读全文
posted @ 2006-04-27 16:07 WUYQ 阅读(1003) 评论(0) 推荐(0)
摘要:Eamil :\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*电话号码:(\d{3}-|\d{4}-)?(\d{8}|\d{7})?邮编:\d{6}手机:^0{0,1}13[0-9]{9} 阅读全文
posted @ 2006-04-19 09:27 WUYQ 阅读(105) 评论(0) 推荐(0)
摘要://System.Web.UI.HtmlControls.HtmlInputFile fileUp,System.Web.UI.Page pagestring filePath="",fileExtName="",mFileName="",mPath=""; if("" != fileUp.PostedFile.FileName) { filePath =fileUp.PostedF... 阅读全文
posted @ 2006-04-15 13:39 WUYQ 阅读(568) 评论(1) 推荐(0)
摘要:using System;using System.Runtime.InteropServices;using System.Text;namespace Encry{ [Serializable] public struct HardDiskInfo { /// /// 型号 /// public string ModuleNumber; /// /// 固件版本 /// ... 阅读全文
posted @ 2006-04-06 13:47 WUYQ 阅读(903) 评论(1) 推荐(0)
摘要:1:在接收页 的html代码里加上一行: WebForm1 fp=(WebForm1)Context.Handler; this.TextBox1.Text=fp.name; 2:GET方式 在发送页 public int sum=0; int i =int.Parse(this.TextBox1.Text... 阅读全文
posted @ 2006-04-05 13:45 WUYQ 阅读(147) 评论(0) 推荐(0)
摘要:public string OutPutExcel(System.Web.UI.Page page,DataTable myTable, string strTitle) { strMeno=""; try { page.Response.Buffer= false; page.Response.Charset="UTF-8"; page.Response.App... 阅读全文
posted @ 2006-04-05 13:43 WUYQ 阅读(165) 评论(0) 推荐(0)