⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 中文拼音混合查询 - 网海渔夫 -- it博客-中国最具人气的it博客-赛迪网it人家园.mht

📁 在程序中实现拼音检索数据库中的信息
💻 MHT
📖 第 1 页 / 共 5 页
字号:
valign=3D"middle">=20
</DIV></DIV></FORM>
<SCRIPT language=3DJavaScript>=0A=
var now =3D new Date();=0A=
var ny =3D now.getYear();=0A=
var nm =3D parseInt(now.getMonth())+1;=0A=
nm =3D nm.toString();=0A=
nm =3D LenthByByte(nm) < 2 ? '0' + nm : nm;=0A=
var nd =3D now.getDate();=0A=
var actdo  =3D 'showone';=0A=
var nextid  =3D '1';=0A=
var nexturl =3D '#';=0A=
var nextdate =3D ny + '=C4=EA' + nm + '=D4=C2' + nd  + '=C8=D5';=0A=
var nexticon =3D 'image/upload/none.gif';=0A=
var allow =3D '0';=0A=
var type =3D 'blog';=0A=
</SCRIPT>

<DIV class=3Dc></DIV></DIV><!--begin =
comment--></DIV><!--end--></DIV></DIV><!--end main--><BR=20
class=3Dc></DIV><!--<script language=3D"JavaScript" =
src=3D"http://image.ccidnet.com/ad_files/home_daohang/copyright_1128.js">=
</script>--></DIV></DIV></DIV>
<SCRIPT language=3Djavascript=20
src=3D"http://www.ccidnet.com/images/image_service/blank_blog.js"></SCRIP=
T>
<!-- ccidnet -->
<SCRIPT language=3DJavaScript type=3Dtext/javascript>=0A=
 var _PCSWebSite=3D"100001";=0A=
 var _PCSImage=3D"countlogo1.gif";=0A=
</SCRIPT>

<SCRIPT language=3DJavaScript =
src=3D"http://stat.ccidnet.com/count/count.js"=20
type=3Dtext/javascript></SCRIPT>
<!-- ccidnet --></BODY></HTML>

------=_NextPart_001_0009_01C95F9D.749006F0
Content-Type: text/html;
	charset="gb2312"
Content-Transfer-Encoding: 7bit
Content-Location: http://image.ccidnet.com/nav/aleax_counts.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.6000.16762" name=GENERATOR></HEAD>
<BODY></BODY></HTML>

------=_NextPart_001_0009_01C95F9D.749006F0--

------=_NextPart_000_0000_01C95F9D.748B4C00
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://blog.ccidnet.com/js/global.js

var cookie_name =3D 0;
var agt =3D navigator.userAgent.toLowerCase();
var is_ie =3D ((agt.indexOf("msie") !=3D -1) && (agt.indexOf("opera") =
=3D=3D -1));
var is_gecko=3D (navigator.product =3D=3D "Gecko");
var cnt =3D 0;
function quickpost(event){
	if ((event.ctrlKey && window.event.keyCode =3D=3D 13) || (event.altKey =
&& window.event.keyCode =3D=3D 83)) {
		cnt++;
		if (cnt=3D=3D1) {
			postmsg();
		} else {
			alert('Submission Processing. Please Wait');
		}
	}
}
function newgdcode(obj,url) {
	obj.src =3D url;
}
function GE(id) {
	if (document.getElementById && document.getElementById(id)) {
		return document.getElementById(id);
    } else if (document.all && document.all[id]) {
		return document.all[id];
	} else if (document.layers && document.layers[id]) {
		return document.layers[id];
	} else {
		return null;
    }
}
function findPosX(obj){
	var curleft =3D 0;
	if (obj.offsetParent){
		while (obj.offsetParent){
			curleft +=3D obj.offsetLeft
			obj =3D obj.offsetParent;
		}
	}
	else if (obj.x)
		curleft +=3D obj.x;
	return curleft - ietruebody().scrollLeft;
}
function findPosY(obj){
	var curtop =3D 0;
	if (obj.offsetParent){
		while (obj.offsetParent){
			curtop +=3D obj.offsetTop
			obj =3D obj.offsetParent;
		}
	}else if (obj.y){
		curtop +=3D obj.y;
	}
	return curtop - ietruebody().scrollTop;;
}
function click_open(idName,object,type){
	if(GE("showmenu").style.display=3D=3D''){
		closep();
		return false;
	}
	cookie_name =3D 1;
	mouseover_open(idName,object,type);
}
function mouseover_open(idName,object,type){

	if(typeof type =3D=3D "undefined"){
		type =3D 1;
	}
	if(cookie_name =3D=3D 1 || type>2){
		obj  =3D GE("showmenu");
		obj2 =3D GE(idName);
		obj3 =3D GE(object);

		var left  =3D findPosX(obj3) + ietruebody().scrollLeft;
		var top   =3D findPosY(obj3) + ietruebody().scrollTop;
	=09
		obj.innerHTML =3D obj2.innerHTML;
        obj.className =3D obj2.className;
		obj.style.filter =3D "alpha(opacity=3D96);opacity:0.96;";
		obj.style.display =3D "";
	=09
		var height =3D obj.offsetHeight;
		var width  =3D obj.offsetWidth;
	=09
		if(left + width > ietruebody().scrollLeft + ietruebody().clientWidth){
			left -=3D width;
		}
		if(type=3D=3D'2' && height + top > ietruebody().scrollTop + =
ietruebody().clientHeight){
			top -=3D height;
		} else{
			top +=3D type=3D=3D'4' ? 31 : 15;
		}
		obj.style.top	=3D top + 'px';
		obj.style.left	=3D left + 'px';

		if(type>'2'){
			addEvent(document,"mouseout",doc_mouseout);
		} else if(type<'2'){
			addEvent(document,"mousedown",doc_mousedown);
		}
	}
	return false;
}
function LenthByByte(str){  =20
	var len;
	var i;
	len =3D 0;
	for (i=3D0;i<str.length;i++) {
		if (str.charCodeAt(i)>255) {
			len+=3D2;
		} else {
			len++;
		}
	}
	return len;
}
function closep(type){
	if(typeof type =3D=3D "undefined"){
		type =3D 'down';
	}
	cookie_name =3D 0;
	obj =3D GE("showmenu");
	obj.innerHTML =3D "";
	obj.className =3D "";
	obj.style.display =3D "none";
	if(type=3D=3D'out'){
		removeEvent(document,"mouseout",doc_mouseout);
	} else{
		removeEvent(document,"mousedown",doc_mousedown);
	}
	return false;
}
function doc_mousedown(e){
	var e =3D is_ie ? event: e;
	obj	=3D GE("showmenu");
	_x	=3D is_ie ? e.x : e.pageX;
	_y	=3D is_ie ? e.y + ietruebody().scrollTop : e.pageY;
	_x1 =3D obj.offsetLeft;
	_x2 =3D obj.offsetLeft + obj.offsetWidth;
	_y1 =3D obj.offsetTop - 25;
	_y2 =3D obj.offsetTop + obj.offsetHeight;

	if(_x<_x1 || _x>_x2 || _y<_y1 || _y>_y2){
		closep('down');
	}
}
function doc_mouseout(e){
	var e =3D is_ie ? event: e;
	obj	=3D GE("showmenu");
	_x	=3D is_ie ? e.x : e.pageX;
	_y	=3D is_ie ? e.y + ietruebody().scrollTop : e.pageY;
	_x1 =3D obj.offsetLeft - 20;
	_x2 =3D obj.offsetLeft + obj.offsetWidth + 20;
	_y1 =3D obj.offsetTop - 35;
	_y2 =3D obj.offsetTop + obj.offsetHeight + 20;

	if(_x<_x1 || _x>_x2 || _y<_y1 || _y>_y2){
		closep('out');
	}
}
function ietruebody(){
	return (document.compatMode && document.compatMode!=3D"BackCompat")? =
document.documentElement : document.body;
}
function IsElement(id){
	return GE(id)!=3Dnull ? true : false;
}
function quickpost(event){
	if((event.ctrlKey && event.keyCode =3D=3D 13) || (event.altKey && =
event.keyCode =3D=3D 83)){
		document.FORM.Submit.click();
	}
}
String.prototype.trim =3D
function trim(){
	return this.replace(/(^\s*)|(\s*$)/g,'');
}
function showcatemenu() {
	if (GE('headmenu').style.height=3D=3D'' || =
GE('headmenu').style.height=3D=3D'15px') {
		GE('headmenu').style.height =3D 'auto';
	} else {
		GE('headmenu').style.height =3D '15px';
	}
}
function schdiv(id,obj2){
	if(GE(id).style.display=3D=3D'none'){
		obj2.className=3D'heiyo2';
		GE(id).style.display=3D'';
	}else{
		obj2.className=3D'heiyo1';
		GE(id).style.display=3D'none';
	}
}
function addEvent(el,evname,func){
	if(is_ie){
		el.attachEvent("on" + evname,func);
	} else {
		el.addEventListener(evname,func,true);
	}
}
function removeEvent(el,evname,func){
	if(is_ie){
		el.detachEvent("on" + evname,func);
	} else {
		el.removeEventListener(evname,func,true);
	}
}
------=_NextPart_000_0000_01C95F9D.748B4C00
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://blog.ccidnet.com/js/pw_ajax.js

var http_request =3D false;=0A=
function send_request(url,callback,data){=0A=
	//alert(url);=0A=
	//var http_request=3Dfalse;=0A=
	if(window.ActiveXObject){=0A=
		try{=0A=
			http_request=3Dnew ActiveXObject("Msxml2.XMLHTTP");=0A=
		}catch(e){=0A=
			try{=0A=
				http_request=3Dnew ActiveXObject("Microsoft.XMLHTTP");=0A=
			}catch(e){}=0A=
		}=0A=
	}else if(window.XMLHttpRequest){=0A=
		http_request=3Dnew XMLHttpRequest();=0A=
		if(http_request.overrideMimeType){=0A=
			http_request.overrideMimeType("text/xml");=0A=
		}=0A=
	}=0A=
	if(!http_request){=0A=
		window.alert("Can't creat XMLHttpRequest Object.");=0A=
		return false;=0A=
	}=0A=
	nowtime	 =3D new Date().getTime();=0A=
	url		+=3D (url.indexOf("?") >=3D 0) ? "&nowtime=3D" + nowtime : =
"?nowtime=3D" + nowtime;=0A=
	if(typeof(data) =3D=3D'undefined'){=0A=
		http_request.open("GET",url,true);=0A=
		http_request.send(null);=0A=
	}else{=0A=
		http_request.open('POST' , url, true);=0A=
		http_request.setRequestHeader("Content-Length",data.length);=0A=
		=
http_request.setRequestHeader("Content-Type","application/x-www-form-urle=
ncoded");=0A=
		http_request.send(data);=0A=
	}=0A=
	//alert(typeof(callback));=0A=
	if(typeof(callback) =3D=3D "function" ){=0A=
		http_request.onreadystatechange =3D function (){=0A=
			if (http_request.readyState =3D=3D 1){=0A=
				=0A=
			}else if(http_request.readyState =3D=3D 2){=0A=
				=0A=
			}else if(http_request.readyState =3D=3D 3){=0A=
				=0A=
			}else if(http_request.readyState =3D=3D 4){=0A=
				if(http_request.status =3D=3D 200 || http_request.status =3D=3D 304){=0A=
					//alert(http_request.responseText);=0A=
					callback(http_request);=0A=
				}else{=0A=
					alert("Error loading page\n" + http_request.status + ":" + =
http_request.statusText);=0A=
				}=0A=
				=0A=
			}=0A=
		}=0A=
	}=0A=
	return http_request;=0A=
}=0A=
function ajax_convert(str){=0A=
	f =3D new Array(/\r?\n/g, /\+/g, /\&/g);=0A=
	r =3D new Array('%0A', '%2B', '%26');=0A=
	for (var i =3D 0; i < f.length; i++){=0A=
		str =3D str.replace(f[i], r[i]);=0A=
	}=0A=
	return str;=0A=
}
------=_NextPart_000_0000_01C95F9D.748B4C00
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://blog.ccidnet.com/js/function.js

=0A=
function GetImgSize(img,MaxWidth,MaxHeight){ =0A=
//	if(img.readyState!=3D"complete"){//=C3=BB=D3=D0=BC=D3=D4=D8=CD=EA=B1=CF=0A=
//		img.width=3DMaxWidth; =0A=
//		img.height=3DMaxHeight;=0A=
//	}else{=0A=
		if(img.offsetWidth<=3DMaxWidth && img.offsetHeight<=3DMaxHeight){=0A=
			 return;=0A=
		}else{=0A=
			 if(MaxHeight*img.offsetWidth/img.offsetHeight>=3DMaxWidth){=0A=
				img.width=3DMaxWidth; =0A=
				img.height=3DMaxWidth*img.offsetHeight/img.offsetWidth;=0A=
			 }else{=0A=
				img.height=3DMaxHeight;=0A=
				img.width=3DMaxHeight*img.offsetWidth/img.offsetHeight;=0A=
			  }=0A=
		 }=0A=
//	}=0A=
}=0A=
function MediaPlay(Type,Obj,strURL,intWidth,intHeight){=0A=
	if(Obj.innerHTML!=3D'=B5=A5=BB=F7=B2=A5=B7=C5=C3=BD=CC=E5=CE=C4=BC=FE'){=0A=
	    Obj.innerHTML =3D =
'=B5=A5=BB=F7=B2=A5=B7=C5=C3=BD=CC=E5=CE=C4=BC=FE';=0A=
	}else{=0A=
		switch(Type){=0A=
			case "swf":=0A=
				tmpstr=3D'=B9=D8=B1=D5=C3=BD=CC=E5=B2=A5=B7=C5<object =
codebase=3D"http://download.macromedia.com/pub/shockwave/cabs/flash/swfla=
sh.cab#version=3D7,0,0,0" =
classid=3D"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" =
width=3D"'+intWidth+'" height=3D"'+intHeight+'"><param name=3D"movie" =
value=3D"'+strURL+'" /><param name=3D"quality" value=3D"high" /><param =
name=3D"AllowScriptAccess" value=3D"never" /><embed src=3D"'+strURL+'" =
quality=3D"high" =
pluginspage=3D"http://www.macromedia.com/go/getflashplayer" =
type=3D"application/x-shockwave-flash" width=3D"'+intWidth+'" =
height=3D"'+intHeight+'" /></object><br />[<a target=3D_blank =
href=3D'+strURL+'>Full Screen</a>]';=0A=
				break;=0A=
			case "wmv":=0A=
				tmpstr=3D'=B9=D8=B1=D5=C3=BD=CC=E5=B2=A5=B7=C5<object =
classid=3D"clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" =
codebase=3D"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp=
2inf.cab#Version=3D6,0,02,902" type=3D"application/x-oleobject" =
standby=3D"Loading..." width=3D"'+intWidth+'" =
height=3D"'+intHeight+'"><param name=3D"FileName" VALUE=3D"'+strURL+'" =
/><param name=3D"ShowStatusBar" value=3D"-1" /><param name=3D"AutoStart" =
value=3D"true" /><embed type=3D"application/x-mplayer2" =
pluginspage=3D"http://www.microsoft.com/Windows/MediaPlayer/" =
src=3D"'+strURL+'" autostart=3D"true" width=3D"'+intWidth+'" =
height=3D"'+intHeight+'" /></object>';=0A=

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -