home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
221.214.14.186
/
221.214.14.186.tar
/
221.214.14.186
/
wh
/
dx
/
list.asp
< prev
next >
Wrap
Text File
|
2011-08-12
|
3KB
|
164 lines
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<link href="Connections/css/admincss.css" rel="stylesheet" type="text/css">
<title>╢╠╨┼═│╝╞</title></head>
<body>
<%
'╩²╛▌┐Γ┤≥┐¬
Dim conn,connSql
Dim sql
Conn="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("data/datadx.mdb")
Set connsql = Server.CreateObject("Adodb.Connection")
connsql.open conn
set Rs=server.createobject("adodb.recordset")
'sql="select * from dx" '┤≥┐¬╩²╛▌┐Γ▒φ
sql="select * from dx order by id DESC"
Rs.open sql,conn,1,3
dim fc1,fc2,fc3,fc4,fc5,fc6,fc7,fc8
dim nr1,nr2,nr3,nr4,nr5,nr6,nr7,nr8,nr
nr=Rs("txt")
'Response.Write("╢╠╨┼─┌╚▌"&nr&"<br>")
fc1=instr(1,nr,"=")
'Response.Write("╩²╛▌┐Γ─┌╚▌╡┌╥╗=╨╨╡─╬╗╓├"&fc1&"<br>")
'zl3=Mid(shij1,15,6)
nr1=Mid(nr,1,fc1)
Response.Write(nr1&"<br>")
fc2=instr(fc1+1,nr,"=")
'Response.Write("╩²╛▌┐Γ─┌╚▌╡┌╢■=╨╨╡─╬╗╓├"&fc2&"<br>")
nr2=Mid(nr,fc1+1,fc2-fc1+1)
Response.Write(nr2&"<br>")
fc3=instr(fc2+1,nr,"=")
'Response.Write("╩²╛▌┐Γ─┌╚▌╡┌╚²=╨╨╡─╬╗╓├"&fc3&"<br>")
nr3=Mid(nr,fc2+1,fc3-fc2+1)
Response.Write(nr3&"<br>")
fc4=instr(fc3+1,nr,"=")
'Response.Write("╩²╛▌┐Γ─┌╚▌╡┌╦─=╨╨╡─╬╗╓├"&fc4&"<br>")
nr4=Mid(nr,fc3+1,fc4-fc3+1)
Response.Write(nr4&"<br>")
fc5=instr(fc4+1,nr,"=")
'Response.Write("╩²╛▌┐Γ─┌╚▌╡┌╬σ=╨╨╡─╬╗╓├"&fc5&"<br>")
nr5=Mid(nr,fc4+1,fc5-fc4+1)
Response.Write(nr5&"<br>")
fc6=instr(fc5+1,nr,"=")
'Response.Write("╩²╛▌┐Γ─┌╚▌╡┌┴∙=╨╨╡─╬╗╓├"&fc6&"<br>")
nr6=Mid(nr,fc5+1,fc6-fc5+1)
Response.Write(nr6&"<br>")
fc7=instr(fc6+1,nr,"=")
'Response.Write("╩²╛▌┐Γ─┌╚▌╡┌╞▀=╨╨╡─╬╗╓├"&fc7&"<br>")
nr7=Mid(nr,fc6+1,fc7-fc6+1)
Response.Write(nr7&"<br>")
fc8=instr(fc7+1,nr,"=")
'Response.Write("╩²╛▌┐Γ─┌╚▌╡┌░╦=╨╨╡─╬╗╓├"&fc8&"<br>")
nr8=Mid(nr,fc7+1,fc8-fc7+1)
Response.Write(nr8&"<br>")
'Rs.addnew'╠φ╝╙╨┬─┌╚▌
'rs("time")=sj
'sj=Rs("time")
'Rs("time")=request.Form("date")
'txt=Rs("txt")
'rs("txt")=txt
' else
'rs("txt")=request.Form("content")'╠φ╝╙╡╜╩²╛▌┐Γ╧α╢╘╙ª╡─╫╓╢╬
'end if
'
rs.update'╕ⁿ╨┬╩²╛▌┐Γ
rs.close
set rs=nothing
' dim source,shj
'
'
'shj=time()'╚í╩▒╝Σ
'shj=Hour(sj)
'
' if shj=6 then
' source="d:\dx\stdx\DXWE06.txt"
'Else
'source = "d:\dx\stdx\DXWE17.txt"
'End if
'
'
' 'source="d:\dx\stdx\DXWE06.txt"
' 'source="d:\yy\sktxt\*.*"
' 'Connrs=Server.CreateObject("ADODB,Connection")
' 'Conn="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("data/yy.mdb")
' ' Conn="Provider=SQLOLEDB;Server=127.0.0.1;UID=sa;PWD=829000;Database=yy"
'
' ' Conn="Provider=SQLOLEDB;server=whqxjserver6;database=CAWS600B;uid=sa;pwd=123;"
'
' Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
' set Rs=server.CreateObject("adodb.recordset")
'
' objFSO.DeleteFile source,True
'
' if shj=6 then
' FilePath = "stdx/DXWE06.txt"
'Else
'FilePath = "stdx/DXWE17.txt"
'End if
'
''FilePath = "stdx/DXWE17.txt"
'FilePath = Server.MapPath(FilePath)
'
'Set objTS = objFSO.OpenTextFile(FilePath,8,True)
'
'objTS.Write(txt1)
'objTS.WriteBlankLines(1)
'objTS.Write(txt2)
'objTS.WriteBlankLines(1)
'objTS.Write(txt3)
'objTS.WriteBlankLines(1)
'objTS.Write(txt4)
'objTS.WriteBlankLines(1)
'objTS.Write(txt5)
'objTS.WriteBlankLines(1)
'objTS.Write(txt6)
'objTS.WriteBlankLines(1)
'objTS.Write(txt7)
'objTS.WriteBlankLines(1)
''objTS3.Write(yb3&"ú¼")
''Response.Write("╩▒╝Σ"&txt&"<br>")
'
'
'Set objTS=nothing
%>
</body>
</html>