一个好玩的东西

把下面的代码放到已打开地址栏点转到就会有效果,很有趣哦,特别是在图像比较多的网站上。

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);

Pader 2007-4-7 0

PHP、ASP、JS域名判断跳转

(ASP)
host=lcase(request.servervariables("HTTP_HOST"))
'开始条件跳转
SELECT CASE host

CASE "blog.it19.cn"
        response.redirect "/blog/"
CASE "bbs.it19.cn"
        response.redirect "/bbs/"
case "cyle.it19.cn"
        response.redirect "/cyle/"
case "www.it19.cn"
        response.redirect "/cyle/"
CASE ELSE
        response.redirect "/main/"
END SELECT
%> 

(PHP)情况:多个域名都指向一台服务器的同一个文件夹"NNN",要求
www.ddd.com
www.eee.com
当URL为www.ddd.com的时候,页面自动跳转到NNN文件夹里的ddd
当URL为www.eee.com的时候,页面自动跳转到NNN文件夹里的index.htm
代码:

<?php
$domain_net="guan8.net";
$domain_com="362700.com";
$dot_net_url="bbs/";
$dot_com_url="index.html";
if(($HTTP_HOST=="$domain_net")or($HTTP_HOST=="www.$domain_net"))
{
Header("Location: $dot_net_url");
}
elseif(($HTTP_HOST=="$domain_com")or($HTTP_HOST=="www.$domain_com"))
{
Header("Location: $dot_com_url");
}
else
{
include_once('hehe.php');
}
?>


(JS)代码:

<script>try {if( self.location == "http://玉米一/" ) {
top.location.href = "http://玉米一/目录";

else if( self.location == "http://玉米二/" ) {
top.location.href = "http://玉米二/目录";

else if( self.location == "http://玉米三/" ) {
top.location.href = "http://玉米三/目录";

else if( self.location == "http://玉米四/" ) {
top.location.href = "http://玉米四/目录";

else {document.write ("错误的访问地址")}} catch(e) {}</script>

Pader 2007-4-7 0

开始→运行→输入的命令集锦

gpedit.msc-----组策略
  
  sndrec32-------录音机

  Nslookup-------IP地址侦测器

  explorer-------打开资源管理器

  logoff---------注销命令

  tsshutdn-------60秒倒计时关机命令

  lusrmgr.msc----本机用户和组

  services.msc---本地服务设置

  oobe/msoobe /a----检查XP是否激活

  notepad--------打开记事本

  cleanmgr-------垃圾整理

  net start messenger----开始信使服务

  compmgmt.msc---计算机管理

  net stop messenger-----停止信使服务

  conf-----------启动 netmeeting

  dvdplay--------DVD播放器

  charmap--------启动字符映射表

  diskmgmt.msc---磁盘管理实用程序

  calc-----------启动计算器

  dfrg.msc-------磁盘碎片整理程序

  chkdsk.exe-----Chkdsk磁盘检查

  devmgmt.msc--- 设备管理器

  regsvr32 /u *.dll----停止dll文件运行

  drwtsn32------ 系统医生

  rononce -p ----15秒关机

  dxdiag---------检查DirectX信息

  regedt32-------注册表编辑器

  Msconfig.exe---系统配置实用程序

  rsop.msc-------组策略结果集

  mem.exe--------显示内存使用情况

  regedit.exe----注册表

  winchat--------XP自带局域网聊天

  progman--------程序管理器

  winmsd---------系统信息

  perfmon.msc----计算机性能监测程序

  winver---------检查Windows版本

  sfc /scannow-----扫描错误并复原

  taskmgr-----任务管理器(2000/xp/2003)
Pader 2007-4-7 0

静态站内搜索引擎

相信各位都能看懂,不用多说。
有一个缺陷就是在搜索框输入内容后,必须使用鼠标点击提交按键才能生效,按回车是没有用的。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">   
<HTML><HEAD><TITLE>站内搜索</TITLE>   
<META http-equiv=Content-Type content="text/html; CHARSET=gb2312">   
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>   
<SCRIPT language=javascript>   
var key = "";   
function makeEntry (){   
this.Name="";   
this.URL = "";   
this.Desc = "";   
this.Category = "";   
this.Target = "";   
return this;   
}   
function makeArray(n) {   
this.length = n;   
for (var k = 1; k <= n; k++) {   
this[k] = "";   
}   
return this;   
}   
function makeLinks(size) {   
this.length = size;   
for (var r=1; r<= size; r++) {   
this[r] = new makeEntry();   
this[r].Name = namesArray[r];   
this[r].URL = urlsArray[r];   
this[r].Desc = descArray[r];   
this[r].Category = categoryArray[r];   
this[r].Target = targetArray[r];   
}   
return this;   
}   
var linksize=0   
datesArray = new makeArray(linksize);   
namesArray = new makeArray(linksize);   
urlsArray = new makeArray(linksize);   
descArray = new makeArray(linksize);   
categoryArray = new makeArray(linksize);   
targetArray = new makeArray(linksize);   
var arraycount=0   
<!-- 数据库部分由此开始 -->   
arraycount += 1   
urlsArray[arraycount] = "http://java2000.126.com"  
namesArray[arraycount] = "java脚本资源站Chinese-GB"  
descArray[arraycount] = "java, javascript, scripts, applet, html, dhtml ,activex, midi, search, downloads, 脚本, free, 免费资源"  
categoryArray[arraycount] = "最酷的java脚本资源站,大量详细的java源代码和实例说明!"  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://members.aol.com/MASTER54X/Anime.html"  
namesArray[arraycount] = "Anime Master"  
descArray[arraycount] = "anime master, anime, project a-ko, vampire hunter D, tenchi muyo, bubblegum crisis, sailor moon, sailormoon, gunsmith cats, slayers, all purpose cultural cat girl nuku nuku, plastic little, devil hunter yohko, iria:  zeiram the animation, iria, ranma 1/2, ranma, fist of the north star, multimedia, galleries, pic galleries, picture gallery, image gallery, image galleries"  
categoryArray[arraycount] = "Multimedia, Image galleries for project a-ko, vampire hunter D, tenchi muyo, bubblegum crisis, sailormoon, gunsmith cats, slayers, all purpose cultural cat girl nuku nuku, plastic little, devil hunter yohko, iria:  zeiram the animation, ranma 1/2, and fist of the north star."  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://www.geocities.com/Tokyo/Towers/6508/"  
namesArray[arraycount] = "The Anime Shrine"  
descArray[arraycount] = "the anime shrine, anime shrine, anime, the anime shrine, anime shrine, manga, saintseiya, fushigiyuugi, fushigi yuugi, evangelion, neon genesis evangelion, eva, ranma, ranma 1/2"  
categoryArray[arraycount] = "this is a fairly large site with large image galleries from many dif animes, many links, gives out awards, has 3 voting shrines, also sub-Shrines for Fushigi Yuugi, SaintSeiya, Evangelion, and Ranma 1/2. And much more! Must see!"  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://home.taegu.net/~virus/"  
namesArray[arraycount] = "Evangelion Site"  
descArray[arraycount] = "evangelion site, anime, evangelion, neon genesis, neon genesis evangelion, eva, neon, genesis"  
categoryArray[arraycount] = "This site is about evangelion, but available in Korean only..."  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://animeonline.org/"  
namesArray[arraycount] = "The Animeonline Network"  
descArray[arraycount] = "the animeonline network, anime, animecca, news, information, anime magazine, magazine, zine, e-zine"  
categoryArray[arraycount] = "Your Online Anime Magazine!"  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://www.visi.com/~vdgaijin/gaijin.html"  
namesArray[arraycount] = "Psychommu Gaijin Anime E-zine"  
descArray[arraycount] = "psychommu gaijin anime e-zine, anime, music, links, news, information, e-zine, zine"  
categoryArray[arraycount] = "Our aim is to provide you with news and information on some of the coolest aspects of Anime. Old and new! So come on in and enjoy!"  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://the.animearchive.org/"  
namesArray[arraycount] = "Ultimate Animanga Archive"  
descArray[arraycount] = "ultimate animanga archive, anime, manga, images, pictures, image gallery, midi, image galleries, music, chat, information, descriptions, info"  
categoryArray[arraycount] = "Searchable page of images, info, and descriptions of anime OAVs and series."  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://otakuworld.com/"  
namesArray[arraycount] = "Otaku World"  
descArray[arraycount] = "otaku world, anime, manga, desktop themes, anime themes, search engine, link database, web rings, web ring"  
categoryArray[arraycount] = "One of the largest multimedia anime sources on the web!"  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://www.usagi.com"  
namesArray[arraycount] = "Usagi.com"  
descArray[arraycount] = "usagi.com, anime, manga, links, link, database, tenchi, tenchi muyo, download, multimedia"  
categoryArray[arraycount] = "Your guide to the online anime community!"  
targetArray[arraycount] = "target=_blank"  
arraycount += 1   
urlsArray[arraycount] = "http://www.si.hhs.nl/~v962343/home.html"  
namesArray[arraycount] = "Richie's Place"  
descArray[arraycount] = "richie's place, anime, manga, pictures, pics, movies, links, gif animations, animation, hentai, java, link"  
categoryArray[arraycount] = "Richie's Place! Over 30 pages! with a picture gallery, movies, gif animations, games, java and more."  
targetArray[arraycount] = "target=_blank"  
linksize = arraycount;   
// ----数据库结束 ------   
// ----以下是输出结果检索结果的页面代码 ----   
function searchLinks(links, keyword){   
document.write("<HTML><TITLE>" +keyword +" - 站内搜索</TITLE><META http-equiv=Content-Type content='text/html; CHARSET=gb2312'><BODY fontsize='3' LINK='#0000ff' VLINK='#840084'>")   
document.write("搜索关键字 <strong>" +keyword +"</strong> 的结果:<br><br>");   
for (var q=1; q<=links.length; q++) {   
if (links[q].URL.toLowerCase().indexOf(keyword) != -1){   
document.write("<a href=" + links[q].URL +" " + links[q].Target + ">" + links[q].Name + "</a> <br> ");   
document.write( links[q].Category + "<br><br>");   
continue;   
}   
if (links[q].Desc.toLowerCase().indexOf(keyword) != -1) {   
document.write("<a href=" + links[q].URL +" " + links[q].Target + ">" + links[q].Name + "</a> <br> ");   
document.write( links[q].Category + "<br><br>");   
continue;   
}   
if (links[q].Name.toLowerCase().indexOf(keyword) != -1) {   
document.write("<a href=" + links[q].URL +" " + links[q].Target + ">" + links[q].Name + "</a> <br> ");   
document.write( links[q].Category + "<br><br>");   
continue;   
}   
}   
}   
</SCRIPT>   
</HEAD>   
<BODY><FONT color=#ff0000 size=5>站内搜索引擎<BR></FONT><FONT color=#ff0000><FONT   
color=#000000>测试:输入关键字"java" 或中文字符"免费" 查询。</FONT></FONT>   
<DIV></DIV>   
<P align=center>   
<FORM name=form>   
<DIV align=center>   
<P>查询关键字: <INPUT name=search> <INPUT class=pt9 onclick=validate_form() type=button value=开始查询 name=submit> <INPUT class=pt9 type=reset value=清除 name=reset> <BR></P></DIV></FORM><!-- 以下是合法性检测 -->   
<SCRIPT>   
function validate_form() {   
txt = document.form.search.value;   
if (txt.indexOf(".") != -1){   
alert("Search is invalid! Contains a '.'"); return;}   
if (txt.indexOf(",") != -1){   
alert("Search is invalid! Contains a ','"); return;}   
if (txt.indexOf("@") != -1){   
alert("Search is invalid! Contains a '@''"); return;}   
if (txt.indexOf("!") != -1){   
alert("Search is invalid! Contains a '!''"); return;}   
if (txt.indexOf("#") != -1){   
alert("Search is invalid! Contains a '#''"); return;}   
if (txt.indexOf("$") != -1){   
alert("Search is invalid! Contains a '$''"); return;}   
if (txt.indexOf("%") != -1){   
alert("Search is invalid! Contains a '%''"); return;}   
if (txt.indexOf("^") != -1){   
alert("Search is invalid! Contains a '^''"); return;}   
if (txt.indexOf("&") != -1){   
alert("Search is invalid! Contains a '&''"); return;}   
if (txt.indexOf("*") != -1){   
alert("Search is invalid! Contains a '*''"); return;}   
if (txt.indexOf("(") != -1){   
alert("Search is invalid! Contains a '(''"); return;}   
if (txt.indexOf(")") != -1){   
alert("Search is invalid! Contains a ')''"); return;}   
if (txt.indexOf("[") != -1){   
alert("Search is invalid! Contains a '[''"); return;}   
if (txt.indexOf("]") != -1){   
alert("Search is invalid! Contains a ']''"); return;}   
if (txt.indexOf(";") != -1){   
alert("Search is invalid! Contains a ';''"); return;}   
if (txt.indexOf(":") != -1){   
alert("Search is invalid! Contains a ':''"); return;}   
if (txt.indexOf("<") != -1){   
alert("Search is invalid! Contains a '<''"); return;}   
if (txt.indexOf(">") != -1){   
alert("Search is invalid! Contains a '>''"); return;}   
if (txt.indexOf("?") != -1){   
alert("Search is invalid! Contains a '?''"); return;}   
if (txt.indexOf("-") != -1){   
alert("Search is invalid! Contains a '-''"); return;}   
if (txt.indexOf("=") != -1){   
alert("Search is invalid! Contains a '=''"); return;}   
if (txt.indexOf("+") != -1){   
alert("Search is invalid! Contains a '+''"); return;}   
else {   
jsi = new makeLinks(linksize);   
searchLinks(jsi, txt);   
document.write("<HR align=center width='99%' color=#000000 noShade SIZE=1>");   
document.write("<a href='search.htm'>返回检索页</a><br><br> ");   
}   
}   
</SCRIPT>   
</BODY></HTML>


Pader 2007-4-7 0

可爱可悲的盲点

如果一个人出现了盲点,那是正常的事情,如果一群人都出现了盲点,尤其是在天天研究的哪一小块领域中,全部都出现了盲点,哪将是悲哀的事情。
  在提倡创新的今天,发现人们的创造力出现了盲点,不是一个人,而是一群人、几群人。
  首先是提供竞价广告的搜索引擎,有的甚至声称是竞价广告的原创者,现在遇到了所谓的点击欺诈,竟然没有了办法,其实办法就在眼睛前面。
  然后是MSN遇到了垃圾推广手法,过了那么多日子,竟然还没解决,这可是微软啊。希望尽快解决,方法很多,也很简单。
  然后是基金公司,中国的基金公司据说聚集的都是顶级精英,不论操盘手还是管理人、纯一个精英脑的池子。但业绩好的基金遇到大量赎回的问题和困惑,已经提出快一年了,“脑池子”竟然还没有恰当的解决方法。其实恰当的解决方法很简单。
  ……。
  以上“很简单”的提示,希望给这些充满智慧、创造力人群有所提示,尽快找到合适的解决方法,如果还解决不了,来找你大哥。
Pader 2007-4-7 0