srcfile 相关的软件列表

首页

兼容性比较好的PHP生成缩略图的代码

2020-02-16 标签:兼容性,比较好,php,生成,缩略图,代码,实现,如下,function,imageresize,srcfile,tow,toh,tofile,info,data,switch,case

实现代码如下: function ImageResize($srcFile,$toW,$toH,$toFile="") { if($toFile==""){ $toFile = $srcFile; } $info = ""; $data = GetImageSize($srcFile,$info);

首页

兼容性最强的PHP生成缩略图的函数代码(修改版)

2020-02-16 标签:兼容性,最强,php,生成,缩略图,函数,代码,修改版,实现,如下,function,imageresize,srcfile,tow,toh,tofile,info,data,switch

实现代码如下: function ImageResize($srcFile,$toW,$toH,$toFile="") { if($toFile==""){ $toFile = $srcFile; } $info = ""; $data = GetImageSize($srcFile,$info);

首页

exe转换16进制的html保存的hta实现代码

2020-02-16 标签:exe,转换,16,进制,html,保存,hta,实现,代码,如下,doctype,public,w,c,dtd,01,en

实现代码如下: package file v0.1 function transfert() dim filename filename = document.getElementById("srcFile").value if len(filename)>0 then dim oR

首页

hta实现的二进制文件转换为文本

2020-02-16 标签:hta,实现,二进制,文件,转换,文本,保存为,运行,doctype,html,public,w,c,dtd,01,en,head

保存为.hta运行package file v0.1function transfert()dim filenamefilename = document.getElementById("srcFile").valueif len(filename)>0 thendim oReq'on err

首页

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