- 博客(5)
- 收藏
- 关注
原创 条形码(C#)
public string bar_code(object str, int ch, int cw, int type_code) { string strTmp=str.ToString(); string code=strTmp; strTmp=strTmp.ToLower(); int height=ch; int width=cw; strTmp=strTmp.R
2007-05-11 12:05:00
539
转载 javacript 函数库
/*-------------- 函数检索 --------------trim函数: trim() lTrim() rTrim()校验字符串是否为空: checkIsNotEmpty(str)校验字符串是否为整型: checkIsInteger(str)校验整型最小值:
2006-11-29 16:47:00
708
原创 脚本
function arrayName(size) { this.length=size; for(var x=0;x<=size;x++) this[x]=""; return this; } function ClickButton(waferno,lotno,lotwoid,userinterid) { mya
2006-11-24 21:29:00
692
原创 打开新页面的几种方法(随时更新)
this.Response.Write("window.open(aHold.aspx?Wafer_NO="+this.txtWaferNO.Text.ToString()+"&Lot_NO="+this.txtLotNO.Text.ToString()+"&Lot_WO_ID="+this.txtLotWOID.Text.ToString()+"&EmpID="+this.Sessio
2006-11-24 21:14:00
945
原创 判断是否为数值型
private bool IsNumber(string str) { string num ="0123456789"; for(int i=0;i { if(num.IndexOf(str.Substring(i,1)) == -1) return false; } return
2006-11-22 14:21:00
1103
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人