<script type="text/vbscript"> Function str2asc(strstr) str2asc = hex(asc(strstr)) End Function Function asc2str(ascasc)  ...
http://www.jb51.net//article/15238.htm
如何配置 URLScan 工具察看本文应用于的产品文章编号 : 326444 最后修改 : 2007年3月14日 修订 : 5.3 我们强烈建议所有运行 Microsoft Windows Server 2003 的用户将 Microsoft Internet 信息服务 (IIS) 升级到 6.0 版,因为 IIS 6.0 显著增强了&n...
http://www.jb51.net//article/15026.htm
安装方法:1. 解压后先双击UrlScan 2.5.EXE安装原版程序,安装完后会提示UrlScan has been successfully installed.这时点击确定即可!2. 双击PATH.exe安装我修改的补丁,最后重启IIS生效即可!服务器安全提示:利用微软官方发布的UrlScan2.5可以杜绝黑客把你的服务器当木马源!我修改了一些参数目前可以正常运行在所有Windows服务器上,下载地址是http://www.jb51.net/softs/47.htmlUrlscan 2.5官方下载地址是htt...
http://www.jb51.net//article/15025.htm
Error: Lost connection to MySQL server during query 错误信息很明显了,在查询的时候丢失了和MYSQL数据库服务器的连接。 MYSQL不稳定。 ...
http://www.jb51.net//article/15015.htm
用 Javascript 解析链接(URL)是一个常见的需求,本文介绍了一个非常健全的用 Javascript 写的链接(URL)解析类,他可以准确获取一个完整的 URL 中每个部分的内容,包括协议、URL中包含的用户名和密码、主机名、端口、路径名、参数、锚点(Fragment Anchor)等信息。 [html]<body> <div id="example"> <div id="example_...
http://www.jb51.net//article/15000.htm
#scanweb.rb#用法ruby scanweb.rb www.jb51.net 将当前结果保存在c:\1.txtrequire 'net/http'filename= File.new('c:\1.txt',"w+")if $*[0]==nil puts "hehe,没有输入网址"elseh = Net::HTTP.new($*[0], 80)resp, data = h.get('/index.html', nil)if resp.mes...
http://www.jb51.net//article/14966.htm
需要用到这个功能,没怎么测试呢,测试后给具体代码假如地址是:http://dxy.com:8082/test/geturl.asp?Param-VR52tmx3syn03777.html方法一:简单,得不到参数,只有一个虚拟路径[code]GetUrl =request("url") '这个因为我们没有url=什么字样所以直接pass掉 [/code]方法二:得到整个URL,得到参数 [code]'得到当前页面的地址 Function GetUrl() ...
http://www.jb51.net//article/14799.htm
调用方法,将下面函数写在一个js文件,支持调用将要encode 的网址改[html]<script>function UrlEncode(str){return transform(str);} function transform(s){var hex='' var i,j,t j=0for (i=0; i<s.length; i++){t = hexfromdec...
http://www.jb51.net//article/14720.htm
示例:[html]<title>LoadPicture函数</title> <form name="frm"> 选择图片<input type="file" name="pic" onChange="GetPicInfor()" > </form> <script language="vbscript"> Sub GetPicInfor()&nb...
http://www.jb51.net//article/14681.htm
JAVASCRIPT權威指南第四版上說,這兩個有區別。參見 document.URL 章節。[document.URL是訪問的文檔URL,而window.location.href是真實的文檔URL搞不明白。服务器重定向后有可能使document.url变动,但window.location.href指的永远是访问该网页时用的URL.document.url只能作为只读字符串...
http://www.jb51.net//article/14396.htm
[code]protected string UrlEncode(string url) ...{ byte[] bs = Encoding.GetEncoding("GB2312").GetBytes(url); &nb...
http://www.jb51.net//article/13750.htm
