cst 相关的软件列表

首页

VC WinExec打开指定程序或者文件的方法

2020-02-16 标签:vc,winexec,打开,指定,程序,文件,方法,函数,原型,uint,win,exec,lpcstr,lpcmdline,ucmdshow,参数,指向,结束,字符串

⑴ 函数原型: UINT Win Exec(LPCSTR lpCmdLine, UINT uCmdShow); ⑵ 参数: lpCmdLine:指向一个空结束的字符串,串中包含将要执行的应用程序的命令行(文件名加上可选参数)。 uCmdShow:定义Windows应用程序的窗口如何显示,并为Crea

首页

asp中文数字验证码

2020-02-16 标签:asp,中文数字,验证,实现,代码,如下,form,method,post,n,ame,myform,姓名,input,type,text,value,br,学号

实现代码如下: 姓 名: 学 号: 。。。: 。。。: 验证码: asp代码: 实现代码如下: Cstr(Session("validateCode")) then Response.write ("验证码不正确") Response.end end if %>

asp防止垃圾留言代码
ASP

asp防止垃圾留言代码

2020-02-16 标签:asp,防止,垃圾,留言,代码,include,file,common,conn,sub,server,v,cstr,request,http,referer,response,write

server_v2 thenresponse.write "禁止外部提交数据"response.endend ifif len(request.form("frmContent"))>1000 thenresponse.write "输入内容超过规定字符数目"response.endend

关于phpwind克隆用户的方法
PHP

关于phpwind克隆用户的方法

2020-02-16 标签:关于,phpwind,克隆,用户,方法,作者,lcx,来源,vbs,小铺,首先,字符集,174,wscript,echo,cstr,hex,ascb,chrb

作者:lcx 来源:vbs小铺 首先将字符集中的174转一下,wscript.echo "%"&CStr(Hex(ascb(chrb(174)))),url编码的结果为%AE。当然你用别的字符集里(129-255)的也可以, 我用的是174。然后用achilles(安焦有下),修改post数

首页

php生成缩略图的类代码

2020-02-16 标签:php,生成,缩略图,代码,功能,作者,phpox,日期,thu,may,17,09,57,05,cst,2007,class,公共

srcFile=$srcFile; $this->echoType=$echoType; $info = ""; $data = GetImageSize($this->srcFile,$info); switch ($data[2]) { case 1: if(!function_ex

php仿ZOL分页类代码
首页

php仿ZOL分页类代码

2020-02-16 标签:php,zol,分页,代码,实现,如下,功能,作者,phpox,时间,sat,jul,14,18,15,02,cst,2007

实现代码如下:infocount = $infocount; $this->items = $items; $this->pageno = $pageno; $this->pagecount = $this->getpagecount(); $this->justpag

CS1.5,cs1.6中使用包含文件夹的脚本的图文教程
首页

CS1.5,cs1.6中使用包含文件夹的脚本的图文教程

2020-02-16 标签:cs,中使,包含,文件夹,脚本,图文,教程,继续,大家,如何,使用,含有,比如,下载的,这样的,文件

我们继续教大家如何使用含有文件夹的脚本比如你下载的是这样的脚本文件 或者一,自动安装脚本文件我们网站制作了一个.exe安装文件的脚本你打开后如图:你点接受出来一个安装文件,点浏缆我这的CS放在了D:\CS1.5\CS1.5中文硬盘版 找到了CS文件后,就可以安装了二,含有cstrike等文件夹的脚本

asp常用的正则表达式实现字符串的替换
ASP

asp常用的正则表达式实现字符串的替换

2020-02-16 标签:asp,常用,正则,表达式,实现,字符串,替换,去除,html,标签,function,losehtml,contentstr,dim,regex,cstr,set,new,regexp

去除html标签正则]*>Function LoseHtml(ContentStr)Dim ClsTempLoseStr,RegExClsTempLoseStr = Cstr(ContentStr)Set RegEx = New RegExpRegEx.Pattern = "]*>"Re

ASP生成柱型体,折线图,饼图源代码提供了
ASP

ASP生成柱型体,折线图,饼图源代码提供了

2020-02-16 标签:asp,生成,折线,源代码,提供,function,table,total,x,y,width,height,line,n

ASP生成柱型体,折线图,饼图源代码 9 then temp2=mid(cstr(temp1),2,1) if temp2>4 thentemp3=(int(temp1/(10^(len(cstr(temp1))-1)))+1)*10^(len(cstr(temp1))-1) else tem