摘要:
dim adors as new adodb.recordset dim adoconn as new adodb.connection adoconn.open "provider=microsoft.jet.oledb.4.0 ;extended properties=excel 8.0;data source =\\services\全部数据\test\03-4月.xls&......
摘要:
怎样搜索文件系统里的所有文件?我以前采用的方法是findfirst,findnext,findclose的一套方法,但缺点是对于某些文件和文件夹总是不能识别。有没有其它好的方法?或者改进find系列函数的方法?
......
各位大侠:如何在<textarea>框中显示文本文件
各位大侠,如何在<textarea>框中显示文本文件
NO.1 作者: possible_Y
<%
Dim fso,fil
Const ForReading=1
Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set fil=fso.OpenTextFile(Server.MapPath("xxx.txt"),ForReading)
na=fil.ReadAll
fil.close
%>
<textarea><%=na%></textarea>
摘要:
dim obj as object set obj = createobject("gpsserv.server.1", "ty") obj.setport (1) 在行此出现"拒绝访问"的提示 原提示: run time error "70" permission denied
......