濮阳杆衣贸易有限公司

主頁(yè) > 知識(shí)庫(kù) > 對(duì)文件的操作--建立移動(dòng)刪除文件夾

對(duì)文件的操作--建立移動(dòng)刪除文件夾

熱門標(biāo)簽:修改地圖標(biāo)注 外呼系統(tǒng)API接口 怎么在地圖標(biāo)注自己 萊西電子地圖標(biāo)注 鳳臺(tái)百度地圖標(biāo)注店 個(gè)人可以辦理400電話么 金昌電話機(jī)器人價(jià)格 縣域地圖標(biāo)注打印店 武夷山旅游地圖標(biāo)注
下面兩個(gè)文件:
!--#include virtual="/intels/chunfeng/graphicdetect.asp"-->
html>
head>
TITLE>圖像尺寸/TITLE>
/head>
body bgcolor="#FFFFFF">
%
graphic="images/intels.gif"
HW = ReadImg(graphic)
Response.Write graphic " Dimensions: " HW(0) "x" HW(1)
"br>"
response.write "img src=""/" graphic """"
response.write height=""" HW(0) """
response.write width=""" HW(0) "">"
%>
/body>
/html>

------------------------
graphicdetect.asp
%
Dim HW

Function AscAt(s, n)
AscAt = Asc(Mid(s, n, 1))
End Function

Function HexAt(s, n)
HexAt = Hex(AscAt(s, n))
End Function

Function isJPG(fichero)
If inStr(uCase(fichero), ".JPG") > 0 Then
isJPG = true
Else
isJPG = false
End If
End Function

Function isPNG(fichero)
If inStr(uCase(fichero), ".PNG") > 0 Then
isPNG = true
Else
isPNG = false
End If
End Function

Function isGIF(fichero)
If inStr(uCase(fichero), ".GIF") > 0 Then
isGIF = true
Else
isGIF = false
End If
End Function

Function isBMP(fichero)
If inStr(uCase(fichero), ".BMP") > 0 Then
isBMP = true
Else
isBMP = false
End If
End Function

Function isWMF(fichero)
If inStr(uCase(fichero), ".WMF") > 0 Then
isWMF = true
Else
isWMF = false
End If
End Function

Function isWebImg(f)
If isGIF(f) Or isJPG(f) Or isPNG(f) Or isBMP(f) Or isWMF(f)
Then
isWebImg = true
Else
isWebImg = true
End If
End Function

Function ReadImg(fichero)
If isGIF(fichero) Then
ReadImg = ReadGIF(fichero)
Else
If isJPG(fichero) Then
ReadImg = ReadJPG(fichero)
Else
If isPNG(fichero) Then
ReadImg = ReadPNG(fichero)
Else
If isBMP(fichero) Then
ReadImg = ReadPNG(fichero)
Else
If isWMF(fichero) Then
ReadImg = ReadWMF(fichero)
Else
ReadImg = Array(0,0)
End If
End If
End If
End If
End If
End Function

Function ReadJPG(fichero)
Dim fso, ts, s, HW, nbytes
HW = Array("","")
Set fso = CreateObject("Scripting.FileSystemObject")
Set ts = fso.OpenTextFile(Server.MapPath("/" fichero), 1)
s = Right(ts.Read(167), 4)
HW(0) = HexToDec(HexAt(s,3) HexAt(s,4))
HW(1) = HexToDec(HexAt(s,1) HexAt(s,2))
ts.Close
ReadJPG = HW
End Function

Function ReadPNG(fichero)
Dim fso, ts, s, HW, nbytes
HW = Array("","")
Set fso = CreateObject("Scripting.FileSystemObject")
Set ts = fso.OpenTextFile(Server.MapPath("/" fichero), 1)
s = Right(ts.Read(24), 8)
HW(0) = HexToDec(HexAt(s,3) HexAt(s,4))
HW(1) = HexToDec(HexAt(s,7) HexAt(s,8))
ts.Close
ReadPNG = HW
End Function

Function ReadGIF(fichero)
Dim fso, ts, s, HW, nbytes
HW = Array("","")
Set fso = CreateObject("Scripting.FileSystemObject")
Set ts = fso.OpenTextFile(Server.MapPath("/" fichero), 1)
s = Right(ts.Read(10), 4)
HW(0) = HexToDec(HexAt(s,2) HexAt(s,1))
HW(1) = HexToDec(HexAt(s,4) HexAt(s,3))
ts.Close
ReadGIF = HW
End Function


Function ReadWMF(fichero)
Dim fso, ts, s, HW, nbytes
HW = Array("","")
Set fso = CreateObject("Scripting.FileSystemObject")
Set ts = fso.OpenTextFile(Server.MapPath("/" fichero), 1)
s = Right(ts.Read(14), 4)
HW(0) = HexToDec(HexAt(s,2) HexAt(s,1))
HW(1) = HexToDec(HexAt(s,4) HexAt(s,3))
ts.Close
ReadWMF = HW
End Function

Function ReadBMP(fichero)
Dim fso, ts, s, HW, nbytes
HW = Array("","")
Set fso = CreateObject("Scripting.FileSystemObject")
Set ts = fso.OpenTextFile(Server.MapPath("/" fichero), 1)
s = Right(ts.Read(24), 8)
HW(0) = HexToDec(HexAt(s,4) HexAt(s,3))
HW(1) = HexToDec(HexAt(s,8) HexAt(s,7))
ts.Close
ReadBMP = HW
End Function

Function isDigit(c)
If inStr("0123456789", c) > 0 Then
isDigit = true
Else
isDigit = false
End If
End Function

Function isHex(c)
If inStr("0123456789ABCDEFabcdef", c) > 0 Then
isHex = true
Else
ishex = false
End If
End Function

Function HexToDec(cadhex)
Dim n, i, ch, decimal
decimal = 0
n = Len(cadhex)
For i=1 To n
ch = Mid(cadhex, i, 1)
If isHex(ch) Then
decimal = decimal * 16
If isDigit(c) Then
decimal = decimal + ch
Else
decimal = decimal + Asc(uCase(ch)) - Asc("A")
End If
Else
HexToDec = -1
End If
Next
HexToDec = decimal
End Function
%>

標(biāo)簽:清遠(yuǎn) 南京 邢臺(tái) 涼山 赤峰 楚雄 通遼 上海

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《對(duì)文件的操作--建立移動(dòng)刪除文件夾》,本文關(guān)鍵詞  對(duì),文件,的,操作,建立,移動(dòng),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《對(duì)文件的操作--建立移動(dòng)刪除文件夾》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于對(duì)文件的操作--建立移動(dòng)刪除文件夾的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    凤山县| 蓝山县| 黎川县| 壶关县| 阿瓦提县| 敖汉旗| 萨迦县| 尼勒克县| 海伦市| 胶州市| 太仆寺旗| 宣武区| 台湾省| 崇仁县| 卢氏县| 东乌珠穆沁旗| 濮阳市| 嫩江县| 屏边| 湟中县| 淅川县| 龙山县| 酉阳| 红桥区| 安化县| 溧水县| 侯马市| 咸阳市| 连山| 沙雅县| 轮台县| 咸阳市| 武鸣县| 郸城县| 罗江县| 乐安县| 虞城县| 峨眉山市| 黄冈市| 长宁县| 遵义县|