日本xxxx18视频在线观看-日本xxxx1819-日本xxxwww在线观看-日本xxx-日本xx-日本www在线视频

LOGO OA教程 ERP教程 模切知識交流 PMS教程 CRM教程 開發文檔 其他文檔  
 
網站管理員

幾個常用的asp自造函數

admin
2010年7月23日 0:15 本文熱度 6045
[p]getrepeattimes(thechar,thestring) 得到一個字符串在另一個字符串當中出現幾次的函數(新)[br][br]如:[br]response.write getrepeattimes("w",aspxhome.com) [br]response.write getrepeattimes("ww","wwwww")[br]在網上看到過一個checkthechar(thechar,thestring)函數,有個bug,在檢測wwwww中有幾個ww時,會錯誤的返回4個![br][br]cleft(string, length) 返回指定數目的從字符串的左邊算起的字符,區分單雙字節。[br][br]如:[br]dim mystring, leftstring [br]mystring = "文字測試vbscript" [br]leftstring = cleft(mystring, 10) [br]返回 "文字測試vb"。[br][br][br]myrandc(n) 生成隨機字符,n為字符的個數[br][br]如:[br]response.write myrandn(10)[br]輸出10個隨機字符[br][br][br]myrandn(n) 生成隨機數字,n為數字的個數[br][br]如:[br]response.write myrandn(10)[br]輸出10個隨機數字[br][br][br]formatquerystr(str) 格式化sql中的like字符串.[br]如:[br]q = request("q") [br]q = formatquerystr(q) [br]sql = "select * from [table] where aa like ’%"& q &"%’"[br]getrnd(min,max) 返回min - max之間的一個隨機數[br][br]如:[br]response.write getrnd(100,200)[br]輸出大于100到200之間的一個隨機數[br][br]regreplace(str,regexstr,repalcestr) 對str 進行正則替換[br][br]如:[br]htmlstr = "123456" [br]htmlstr2 = regreplace(htmlstr,"<(.[^><]*)>","")[br]返回 htmlstr2 為123456[br][br]所有函數如下:[br]function cleft(str,n)[br]dim str1,str2,alln,islefted[br]str2 = ""[br]alln = 0[br]str1 = str[br]islefted = false[br]if isnull(str) then[br] cleft = ""[br] exit function[br]end if[br]for i = 1 to len(str1)[br] nowstr = mid(str1,i,1)[br] if asc(nowstr)<0 then[br] alln = alln + 2[br] else[br] alln = alln + 1[br] end if[br] if (alln<=n) then[br] str2 = str2 & nowstr[br] else[br] islefted = true[br] exit for[br] end if[br]next[br]if islefted then[br] str2 = str2 & ".."[br]end if[br]cleft = str2[br]end function[br][br][br]function myrandc(n) '生成隨機字符,n為字符的個數[br]dim thechr[br]thechr = ""[br]for i=1 to n[br] dim znum,znum2[br] randomize[br] znum = cint(25*rnd)[br] znum2 = cint(10*rnd)[br] if znum2 mod 2 = 0 then[br] znum = znum + 97[br] else[br] znum = znum + 65[br] end if[br] thechr = thechr & chr(znum)[br]next[br]myrandc = thechr[br]end function[br][br][br]function myrandn(n) '生成隨機數字,n為數字的個數[br]dim thechr[br]thechr = ""[br]for i=1 to n[br] dim znum,znum2[br] randomize[br] znum = cint(9*rnd)[br] znum = znum + 48[br] thechr = thechr & chr(znum)[br]next[br]myrandn = thechr[br]end function[br][br]function formatquerystr(str) '格式化sql中的like字符串[br]dim nstr[br]nstr = str[br]nstr = replace(nstr,chr(0),"")[br]nstr = replace(nstr,"'","''")[br]nstr = replace(nstr,"[","[[]")[br]nstr = replace(nstr,"%","[%]")[br]formatquerystr = nstr[br]end function[br][br]function getrnd(min,max)[br]randomize[br]getrnd = int((max - min + 1) * rnd + min)[br]end function[br][br]function getrepeattimes(thechar,thestring)[br]getrepeattimes = (len(thestring)-len(replace(thestring,thechar,"")))/len(thechar)[br]end function[br][br]function regreplace(str,patternstr,repstr)[br]dim newstr,regex[br]newstr = str[br]if isnull(newstr) then[br] regreplace = ""[br] exit function[br]end if[br]set regex = new regexp[br]regex.ignorecase = true[br]regex.global = true[br]regex.pattern=patternstr[br]newstr = regex.replace(newstr,repstr)[br]regreplace = newstr[br]end function [br][/p]

該文章在 2010/7/23 0:15:32 編輯過
關鍵字查詢
相關文章
正在查詢...
點晴ERP是一款針對中小制造業的專業生產管理軟件系統,系統成熟度和易用性得到了國內大量中小企業的青睞。
點晴PMS碼頭管理系統主要針對港口碼頭集裝箱與散貨日常運作、調度、堆場、車隊、財務費用、相關報表等業務管理,結合碼頭的業務特點,圍繞調度、堆場作業而開發的。集技術的先進性、管理的有效性于一體,是物流碼頭及其他港口類企業的高效ERP管理信息系統。
點晴WMS倉儲管理系統提供了貨物產品管理,銷售管理,采購管理,倉儲管理,倉庫管理,保質期管理,貨位管理,庫位管理,生產管理,WMS管理系統,標簽打印,條形碼,二維碼管理,批號管理軟件。
點晴免費OA是一款軟件和通用服務都免費,不限功能、不限時間、不限用戶的免費OA協同辦公管理系統。
Copyright 2010-2025 ClickSun All Rights Reserved

主站蜘蛛池模板: 欧美性猛交xxxx乱大交3 | 欧美国产一区二区 | 91蝌蚪网 | 99久免费精品视频在线观看 | 免费国产va在线观看中文 | 国产呦在线观看欧美一区 | 91精品国产吴梦 | 欧美国产日韩一区二 | 国产欧美自拍偷怕日韩亚洲 | 精品国产一区二区三区免费91 | 国产亚洲首页 | 国产老妇伦国产 | 日韩一级欧美动漫国产在线观看 | 精品自拍中| 日韩电影中文字幕 | 日本xxxx色 | 久青草国产97香蕉在线视频 | 国产精品露脸国 | 国产亚洲中文日韩欧美 | 国产免费在线观看伦理电影 | 欧美日韩精品在线 | 欧美一级专区免费大片 | 殴美亚洲日韩国产一区三区 | 成人夜间视频 | 国产午夜理 | 精品综合欧美在线观看 | 成人91污污污在线观看 | 国产精品va | 国产日韩欧美综合网站 | 国产黄大片在线观看好吊色 | 日韩成人欧美在线 | 日韩一区二区在线免费观看 | 成人性视频免费网站在线 | 国产女同一区二区在线 | 91po国| 精品在线免费播放 | 国产精品一品道加勒比 | 国产一区二区色淫影院 | 不卡一卡二卡三 | 国产91精品在线观看 | 欧美日韩在线一区 |