专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
<html><meta http-equiv=\"Refresh\" content=\"2\"><!-- Place this code into an ASP Page and run it!--><code>Random FileName Creation<% Function Generator(Length)  dim i, tempS, v  dim c(39)  tempS = \"\"  c(1) = \"a\": c(2) = \"b\": c(3) = \"c\": c(4) = \ [阅读全文] [PDF]
<%response.write makePassword(16)function makePassword(byVal maxLen)Dim strNewPassDim whatsNext, upper, lower, intCounterRandomizeFor intCounter = 1 To maxLen whatsNext = Int((1 - 0 + 1) * Rnd + 0)If whatsNext = 0 Then\'character upper = 90 lower = 65Else upper = 57 lower [阅读全文] [PDF]
<?php #########随机广告显示##########function myads(){ $dir="ads";#设置存放记录的目录//$dir="ads";#设置存放记录的目录$ads="$dir/ads.txt"; #设置广告代码文件 $log ="$dir/ads.log"; #设置ip记录文件 $ads_lines=file($ads); $lines=count($ads_lines);#文件总行数 ####读出广告总数$ads_count和显示次数到数组$displ [阅读全文] [PDF]
1 共3条 分1页