<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://feeds.qzone.qq.com/rss.xsl" version="1.0"?>
<rss version="2.0" xmlns:qz="http://qzone.qq.com">
<channel>
<title><![CDATA[Arkin]]></title>
<description><![CDATA[平易轩]]></description>
<link>http://495156551.qzone.qq.com</link>
<lastBuildDate>Mon, 30 Nov 2009 01:07:15 GMT</lastBuildDate>
<generator>Qzone</generator>
<language>zh-cn</language>
<copyright>Copyright (C), 2005-2008, Tencent Tech. Co., Ltd.</copyright>
<pubDate>Sun, 16 Aug 2009 05:12:12 GMT</pubDate>

<item>
<title><![CDATA[哭砂]]></title>
<link>http://495156551.qzone.qq.com/blog/1250399532</link>
<description><![CDATA[你是我最苦涩的等待 <br>让我欢喜又害怕未来 <br>你最爱说你是一颗尘埃 <br>偶而会恶作剧的飘进我眼里 <br>宁愿我哭泣不让我爱你 <br>你就真的像尘埃消失在风里 <br>难得来看我却又离开我 <br>让那手中泻落的砂像泪水流 <br>你是我最痛苦的决择 <br>为何你从不放弃飘泊 <br>海对你是那么难分难舍 <br>你总是带回满口袋的砂给我 <br>难得来看我却又离开我 <br>让那手中泻落的砂像泪水流 <br>风吹来的砂落在悲伤的眼里 <br>谁都看出我在等你 <br>风吹来的砂堆集在心里 <br>是谁也擦不去的痕迹 <br>风吹来的砂穿过所有的记忆 <br>谁都知道我在想你 <br>风吹来的砂冥冥在哭泣 <br>难道早就预言了分离 <br>啦~~~~ <br>你是我最苦涩的等待 <br>让我欢喜又害怕未来 <br>你最爱说你是一颗尘埃 <br>偶而会恶作剧的飘进我眼里 <br>宁愿我哭泣不让我爱你 <br>你就真的像尘埃消失在风里 <br>风吹来的砂落在悲伤的眼里 <br>谁都看出我在等你 <br>风吹来的砂堆集在心里 <br>是谁也擦不去的痕迹 <br>风吹来的砂穿过所有的记忆 <br>谁都知道我在想你 <br>风吹来的砂冥冥在哭泣 <br>难道早就预言了分离 <!--v:3.2--> ]]></description>
<category><![CDATA[天下杂侃]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1250399532#comment</comments>
<qz:effect>134219264</qz:effect>
<pubDate>Sun, 16 Aug 2009 05:12:12 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1250399532</guid>
</item>

<item>
<title><![CDATA[常用ASP代码]]></title>
<link>http://495156551.qzone.qq.com/blog/1250320464</link>
<description><![CDATA[<span style="font-weight:bold"><wbr />1.获得系统时间:</span><wbr /> <br>&lt;%=now()%&gt; <br><span style="font-weight:bold"><wbr />2.取得来访用的IP:</span><wbr /> <br>&lt;%=request.serverVariables(&quot;remote_host&quot;)%&gt; <br><span style="font-weight:bold"><wbr />3.获得系统,浏览器版本:</span><wbr /> <br>&lt;script&gt; <br>window.document.write(&quot;版本：&quot;+navigator.appName+navigator.appVersion+&quot; browser.&quot;) <br>&lt;/script&gt;<span style="font-weight:bold"><wbr />4.去除IE混动条:</span><wbr /> <br>&lt;body scroll=&quot;no&quot;&gt;  <br>&lt;body style=&quot;overflow-y:hidden&quot;&gt;<span style="font-weight:bold"><wbr />5.进入网站,跳出广告:</span><wbr /> <br>&lt;script language=&quot;javascript&quot;&gt; <br>&lt;!--  <br>&lt;!-- 注意更改文件所在路径--&gt; <br>window.open(''http://www.gbunix.com&quot;,'''',''height=200,width=300,top=0,left=30''); <br>// --&gt; <br>&lt;/script&gt;<span style="font-weight:bold"><wbr />6.随机数:</span><wbr /> <br>&lt;%randomize%&gt; <br>&lt;%=(int(rnd()*n)+1)%&gt; <br>N为可改变数<span style="font-weight:bold"><wbr />7.向上混动代码:</span><wbr /> <br>&lt;marquee direction=&quot;up&quot; scrolldelay=&quot;200&quot; style=&quot;font-size: 9pt; color: #FF0000; <br>line-height: 150%; font-style:italic; font-weight:bold&quot; scrollamount=&quot;2&quot; width=&quot;206&quot; <br>height=&quot;207&quot; bgcolor=&quot;#FFFF00&quot;&gt;Unix中文站&lt;/marquee&gt;<span style="font-weight:bold"><wbr />8.自动关闭网页:</span><wbr /> <br>&lt;script LANGUAGE=&quot;javascript&quot;&gt; <br>&lt;!-- <br>setTimeout(''window.close();'', 10000); //60秒后关闭 <br>// --&gt; <br>&lt;/script&gt; <br>&lt;p align=&quot;center&quot;&gt;本页10秒后自动关闭,请注意刷新页面&lt;/p&gt;<span style="font-weight:bold"><wbr />9.随机背景音乐:</span><wbr /> <br>&lt;%randomize%&gt; <br>&lt;bgsound src=&quot;mids/&lt;%=(int(rnd()*60)+1)%&gt;.mid&quot; loop=&quot;-1&quot;&gt;　可以修改数字，限制调用个数，我这里是６０个． <br><span style="font-weight:bold"><wbr />10.自动刷新本页面:</span><wbr /> <br>&lt;script&gt;  <br>&lt;!-- 　var limit=&quot;0:10&quot; 　 <br>if (document.images){  <br>var parselimit=limit.split(&quot;:&quot;)  <br>parselimit=parselimit[0]*60+parselimit[1]*1  <br>}  <br>function beginrefresh(){  <br>if (!document.images)  <br>return  <br>if (parselimit==1)  <br>window.location.reload()  <br>else{  <br>parselimit-=1  <br>curmin=Math.floor(parselimit/60)  <br>cursec=parselimit%60  <br>if (curmin!=0)  <br>curtime=curmin+&quot;分&quot;+cursec+&quot;秒后重刷本页！&quot;  <br>else  <br>curtime=cursec+&quot;秒后重刷本页！&quot;  <br>window.status=curtime  <br>setTimeout(&quot;beginrefresh()&quot;,1000)  <br>}  <br>} 　window.onload=beginrefresh  <br>file://--&gt;  <br>&lt;/script&gt;<span style="font-weight:bold"><wbr />11.ACCESS数据库连接:</span><wbr /> <br>&lt;% <br>option explicit <br>dim startime,endtime,conn,connstr,db <br>startime=timer() <br>'更改数据库名字 <br>db=&quot;data/dvBBS5.mdb&quot; <br>Set conn = Server.CreateObject(&quot;ADODB.Connection&quot;) <br>connstr=&quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&quot; &amp; Server.MapPath(db) <br>'如果你的服务器采用较老版本Access驱动，请用下面连接方法 <br>'connstr=&quot;driver={Microsoft Access Driver (*.mdb)};dbq=&quot; &amp; Server.MapPath(db) <br>conn.Open connstr <br>function CloseDatabase <br>Conn.close <br>Set conn = Nothing <br>End Function <br>%&gt;<span style="font-weight:bold"><wbr />12.SQL数据库连接:</span><wbr /> <br>&lt;% <br>option explicit <br>dim startime,endtime,conn,connstr,db <br>startime=timer() <br>connstr=&quot;driver={SQL Server};server=HUDENQ-N11T33NB;uid=sa;pwd=xsfeihu;database=dvbbs&quot;  <br>Set conn = Server.CreateObject(&quot;ADODB.Connection&quot;) <br>conn.Open connstr <br>function CloseDatabase <br>Conn.close <br>Set conn = Nothing <br>End Function <br>%&gt;<span style="font-weight:bold"><wbr />13.用键盘打开网页代码:</span><wbr /> <br>&lt;script language=&quot;javascript&quot;&gt; <br>function ctlent(eventobject) <br>{ <br>if((event.ctrlKey &amp;&amp; window.event.keyCode==13)||(event.altKey &amp;&amp; window.event.keyCode==83)) <br>{ <br>window.open('网址','','') <br>} <br>} <br>&lt;/script&gt;　这里是Ctrl+Enter和Alt+S的代码 自己查下键盘的ASCII码再换就行 <br><span style="font-weight:bold"><wbr />14.让层不被控件复盖代码:</span><wbr /> <br>&lt;div z-Index:2&gt;&lt;object ***&gt;&lt;/object&gt;&lt;/div&gt; ＃ 前面  <br>&lt;div z-Index:1&gt;&lt;object ***&gt;&lt;/object&gt;&lt;/div&gt; ＃ 后面  <br>&lt;div id=&quot;Layer2&quot; style=&quot;position:absolute; top:40;width:400px; height:95px;z-index:2&quot;&gt; <br>&lt;table height=100% width=100% bgcolor=&quot;#ff0000&quot;&gt;&lt;tr&gt;&lt;td height=100% width=100%&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; <br>&lt;iframe width=0 height=0&gt;&lt;/iframe&gt;&lt;/div&gt; <br>&lt;div id=&quot;Layer1&quot; style=&quot;position:absolute; top:50;width:200px; height:115px;z-index:1&quot;&gt; <br>&lt;iframe height=100% width=100%&gt;&lt;/iframe&gt;&lt;/div&gt;<span style="font-weight:bold"><wbr />15.动网FLASH广告代码:</span><wbr /> <br>&lt;object classid=&quot;clsid27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" target="_blank"><span style="color:#0000ff;line-height:1.8em;">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0</span><wbr /></a><wbr />&quot; width=&quot;468&quot; height=&quot;60&quot;&gt; <br>&lt;param name=movie value=&quot;images/yj16d.swf&quot;&gt;&lt;param name=quality value=high&gt; <br>&lt;embed src=&quot;images/dvbanner.swf&quot; quality=high pluginspage=&quot;<a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><span style="color:#0000ff;line-height:1.8em;">http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash</span><wbr /></a><wbr />&quot;;;; type=&quot;application/x-shockwave-flash&quot; width=&quot;468&quot; height=&quot;60&quot;&gt;&lt;/embed&gt;&lt;/object&gt;<span style="font-weight:bold"><wbr />16.VBS弹出窗口小代码:</span><wbr /> <br>&lt;script language=vbscript&gt; <br>msgbox&quot;你还没有注册或登陆论坛&quot;,&quot;0&quot;,&quot;精品论坛&quot; <br>location.href = &quot;login.asp&quot; <br>&lt;/script&gt;<span style="font-weight:bold"><wbr />16.使用FSO修改文件特定内容的函数</span><wbr /> <br>function FSOchange(filename,Target,String) <br>Dim objFSO,objCountFile,FiletempData <br>Set objFSO = Server.CreateObject(&quot;Scripting.FileSystemObject&quot;) <br>Set objCountFile = objFSO.OpenTextFile(Server.MapPath(filename),1,True) <br>FiletempData = objCountFile.ReadAll <br>objCountFile.Close <br>FiletempData=Replace(FiletempData,Target,String) <br>Set objCountFile=objFSO.CreateTextFile(Server.MapPath(filename),True) <br>objCountFile.Write FiletempData  <br>objCountFile.Close <br>Set objCountFile=Nothing <br>Set objFSO = Nothing <br>End Function<span style="font-weight:bold"><wbr />17.使用FSO读取文件内容的函数</span><wbr /> <br>function FSOFileRead(filename) <br>Dim objFSO,objCountFile,FiletempData <br>Set objFSO = Server.CreateObject(&quot;Scripting.FileSystemObject&quot;) <br>Set objCountFile = objFSO.OpenTextFile(Server.MapPath(filename),1,True) <br>FSOFileRead = objCountFile.ReadAll <br>objCountFile.Close <br>Set objCountFile=Nothing <br>Set objFSO = Nothing <br>End Function<span style="font-weight:bold"><wbr />18.使用FSO读取文件某一行的函数</span><wbr /> <br>function FSOlinedit(filename,lineNum) <br>if linenum &lt; 1 then exit function <br>dim fso,f,temparray,tempcnt <br>set fso = server.CreateObject(&quot;scripting.filesystemobject&quot;) <br>if not fso.fileExists(server.mappath(filename)) then exit function <br>set f = fso.opentextfile(server.mappath(filename),1) <br>if not f.AtEndofStream then <br>tempcnt = f.readall <br>f.close <br>set f = nothing <br>temparray = split(tempcnt,chr(13)&amp;chr(10)) <br>if lineNum&gt;ubound(temparray)+1 then <br>exit function <br>else <br>FSOlinedit = temparray(lineNum-1) <br>end if <br>end if <br>end function<span style="font-weight:bold"><wbr />19.使用FSO写文件某一行的函数</span><wbr /> <br>function FSOlinewrite(filename,lineNum,Linecontent) <br>if linenum &lt; 1 then exit function <br>dim fso,f,temparray,tempCnt <br>set fso = server.CreateObject(&quot;scripting.filesystemobject&quot;) <br>if not fso.fileExists(server.mappath(filename)) then exit function <br>set f = fso.opentextfile(server.mappath(filename),1) <br>if not f.AtEndofStream then <br>tempcnt = f.readall <br>f.close <br>temparray = split(tempcnt,chr(13)&amp;chr(10)) <br>if lineNum&gt;ubound(temparray)+1 then <br>exit function <br>else <br>temparray(lineNum-1) = lineContent <br>end if <br>tempcnt = join(temparray,chr(13)&amp;chr(10)) <br>set f = fso.createtextfile(server.mappath(filename),true) <br>f.write tempcnt <br>end if <br>f.close <br>set f = nothing <br>end function<span style="font-weight:bold"><wbr />20.使用FSO添加文件新行的函数</span><wbr /> <br>function FSOappline(filename,Linecontent) <br>dim fso,f <br>set fso = server.CreateObject(&quot;scripting.filesystemobject&quot;) <br>if not fso.fileExists(server.mappath(filename)) then exit function <br>set f = fso.opentextfile(server.mappath(filename),8,1) <br>f.write chr(13)&amp;chr(10)&amp;Linecontent <br>f.close <br>set f = nothing <br>end function<span style="font-weight:bold"><wbr />21.读文件最后一行的函数</span><wbr /> <br>function FSOlastline(filename) <br>dim fso,f,temparray,tempcnt <br>set fso = server.CreateObject(&quot;scripting.filesystemobject&quot;) <br>if not fso.fileExists(server.mappath(filename)) then exit function <br>set f = fso.opentextfile(server.mappath(filename),1) <br>if not f.AtEndofStream then <br>tempcnt = f.readall <br>f.close <br>set f = nothing <br>temparray = split(tempcnt,chr(13)&amp;chr(10)) <br>FSOlastline = temparray(ubound(temparray)) <br>end if <br>end function <br>利用FSO取得BMP，JPG，PNG，GIF文件信息(大小，宽、高等) <br>&lt;% <br>'::: BMP, GIF, JPG and PNG :::　'::: This function gets a specified number of bytes from any ::: <br>'::: file, starting at the offset (base 1) ::: <br>'::: ::: <br>'::: Passed: ::: <br>'::: flnm =&gt; Filespec of file to read ::: <br>'::: offset =&gt; Offset at which to start reading ::: <br>'::: bytes =&gt; How many bytes to read ::: <br>'::: ::: <br>'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: <br>function GetBytes(flnm, offset, bytes) <br>Dim objFSO <br>Dim objFTemp <br>Dim objTextStream <br>Dim lngSize <br>on error resume next <br>Set objFSO = CreateObject(&quot;Scripting.FileSystemObject&quot;)　' First, we get the filesize <br>Set objFTemp = objFSO.GetFile(flnm) <br>lngSize = objFTemp.Size <br>set objFTemp = nothing <br>fsoForReading = 1 <br>Set objTextStream = objFSO.OpenTextFile(flnm, fsoForReading) <br>if offset &gt; 0 then <br>strBuff = objTextStream.Read(offset - 1) <br>end if <br>if bytes = -1 then ' Get All! <br>GetBytes = objTextStream.Read(lngSize) 'ReadAll <br>else <br>GetBytes = objTextStream.Read(bytes) <br>end if <br>objTextStream.Close <br>set objTextStream = nothing <br>set objFSO = nothing <br>end function　'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: <br>'::: ::: <br>'::: Functions to convert two bytes to a numeric value (long) ::: <br>'::: (both little-endian and big-endian) ::: <br>'::: ::: <br>'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: <br>function lngConvert(strTemp) <br>lngConvert = clng(asc(left(strTemp, 1)) + ((asc(right(strTemp, 1)) * 256))) <br>end function <br>function lngConvert2(strTemp) <br>lngConvert2 = clng(asc(right(strTemp, 1)) + ((asc(left(strTemp, 1)) * 256))) <br>end function　'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: <br>'::: ::: <br>'::: This function does most of the real work. It will attempt ::: <br>'::: to read any file, regardless of the extension, and will ::: <br>'::: identify if it is a graphical image. ::: <br>'::: ::: <br>'::: Passed: ::: <br>'::: flnm =&gt; Filespec of file to read ::: <br>'::: width =&gt; width of image ::: <br>'::: height =&gt; height of image ::: <br>'::: depth =&gt; color depth (in number of colors) ::: <br>'::: strImageType=&gt; type of image (e.g. GIF, BMP, etc.) ::: <br>'::: ::: <br>'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: <br>function gfxSpex(flnm, width, height, depth, strImageType) <br>dim strPNG  <br>dim strGIF <br>dim strBMP <br>dim strType <br>strType = &quot;&quot; <br>strImageType = &quot;(unknown)&quot; <br>gfxSpex = False <br>strPNG = chr(137) &amp; chr(80) &amp; chr(78) <br>strGIF = &quot;GIF&quot; <br>strBMP = chr(66) &amp; chr(77) <br>strType = GetBytes(flnm, 0, 3) <br>if strType = strGIF then ' is GIF <br>strImageType = &quot;GIF&quot; <br>Width = lngConvert(GetBytes(flnm, 7, 2)) <br>Height = lngConvert(GetBytes(flnm, 9, 2)) <br>Depth = 2 ^ ((asc(GetBytes(flnm, 11, 1)) and 7) + 1) <br>gfxSpex = True <br>elseif left(strType, 2) = strBMP then ' is BMP <br>strImageType = &quot;BMP&quot; <br>Width = lngConvert(GetBytes(flnm, 19, 2)) <br>Height = lngConvert(GetBytes(flnm, 23, 2)) <br>Depth = 2 ^ (asc(GetBytes(flnm, 29, 1))) <br>gfxSpex = True <br>elseif strType = strPNG then ' Is PNG <br>strImageType = &quot;PNG&quot; <br>Width = lngConvert2(GetBytes(flnm, 19, 2)) <br>Height = lngConvert2(GetBytes(flnm, 23, 2)) <br>Depth = getBytes(flnm, 25, 2) <br>select case asc(right(Depth,1)) <br>case 0 <br>Depth = 2 ^ (asc(left(Depth, 1))) <br>gfxSpex = True <br>case 2 <br>Depth = 2 ^ (asc(left(Depth, 1)) * 3) <br>gfxSpex = True <br>case 3 <br>Depth = 2 ^ (asc(left(Depth, 1))) '8 <br>gfxSpex = True <br>case 4 <br>Depth = 2 ^ (asc(left(Depth, 1)) * 2) <br>gfxSpex = True <br>case 6 <br>Depth = 2 ^ (asc(left(Depth, 1)) * 4) <br>gfxSpex = True <br>case else <br>Depth = -1 <br>end select　else <br>strBuff = GetBytes(flnm, 0, -1) ' Get all bytes from file <br>lngSize = len(strBuff) <br>flgFound = 0 <br>strTarget = chr(255) &amp; chr(216) &amp; chr(255) <br>flgFound = instr(strBuff, strTarget) <br>if flgFound = 0 then <br>exit function <br>end if <br>strImageType = &quot;JPG&quot; <br>lngPos = flgFound + 2 <br>ExitLoop = false <br>do while ExitLoop = False and lngPos &lt; lngSize　do while asc(mid(strBuff, lngPos, 1)) = 255 and lngPos &lt; lngSize <br>lngPos = lngPos + 1 <br>loop <br>if asc(mid(strBuff, lngPos, 1)) &lt; 192 or asc(mid(strBuff, lngPos, 1)) &gt; 195 then <br>lngMarkerSize = lngConvert2(mid(strBuff, lngPos + 1, 2)) <br>lngPos = lngPos + lngMarkerSize + 1 <br>else <br>ExitLoop = True <br>end if <br>loop <br>' <br>if ExitLoop = False then <br>Width = -1 <br>Height = -1 <br>Depth = -1 <br>else <br>Height = lngConvert2(mid(strBuff, lngPos + 4, 2)) <br>Width = lngConvert2(mid(strBuff, lngPos + 6, 2)) <br>Depth = 2 ^ (asc(mid(strBuff, lngPos + 8, 1)) * 8) <br>gfxSpex = True <br>end if　end if <br>end function　'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: <br>'::: Test Harness ::: <br>':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::　' To test, we'll just try to show all files with a .GIF extension in the root of C: <br>Set objFSO = CreateObject(&quot;Scripting.FileSystemObject&quot;) <br>Set objF = objFSO.GetFolder(&quot;c:\&quot;) <br>Set objFC = objF.Files <br>response.write &quot;&lt;table border=&quot;&quot;0&quot;&quot; cellpadding=&quot;&quot;5&quot;&quot;&gt;&quot; <br>For Each f1 in objFC <br>if instr(ucase(f1.Name), &quot;.GIF&quot;) then <br>response.write &quot;&lt;tr&gt;&lt;td&gt;&quot; &amp; f1.name &amp; &quot;&lt;/td&gt;&lt;td&gt;&quot; &amp; f1.DateCreated &amp; &quot;&lt;/td&gt;&lt;td&gt;&quot; &amp; f1.Size &amp; &quot;&lt;/td&gt;&lt;td&gt;&quot; <br>if gfxSpex(f1.Path, w, h, c, strType) = true then <br>response.write w &amp; &quot; x &quot; &amp; h &amp; &quot; &quot; &amp; c &amp; &quot; colors&quot; <br>else <br>response.write &quot; &quot; <br>end if <br>response.write &quot;&lt;/td&gt;&lt;/tr&gt;&quot; <br>end if <br>Next <br>response.write &quot;&lt;/table&gt;&quot; <br>set objFC = nothing <br>set objF = nothing <br>set objFSO = nothing　%&gt; <br><span style="font-weight:bold"><wbr />24.点击返回上页代码:</span><wbr /> <br>&lt;form&gt; <br>&lt;p&gt;&lt;input TYPE=&quot;button&quot; value=&quot;返回上一步&quot; onCLICK=&quot;history.back(-1)&quot;&gt;&lt;/p&gt; <br>&lt;/form&gt;<span style="font-weight:bold"><wbr />24.点击刷新代码1:</span><wbr /> <br>&lt;form&gt; <br>&lt;p&gt;&lt;input TYPE=&quot;button&quot; value=&quot;刷新按钮一&quot; onCLICK=&quot;ReloadButton()&quot;&gt;&lt;/p&gt; <br>&lt;/form&gt; <br>&lt;script language=&quot;javascript&quot;&gt;&lt;!-- <br>function ReloadButton(){location.href=&quot;allbutton.htm&quot;;} <br>// --&gt;&lt;/script&gt;　<span style="font-weight:bold"><wbr />24.点击刷新代码2:</span><wbr /> <br>&lt;form&gt; <br>&lt;p&gt;&lt;input TYPE=&quot;button&quot; value=&quot;刷新按钮二&quot; onClick=&quot;history.go(0)&quot;&gt; &lt;/p&gt; <br>&lt;/form&gt;　&lt;form&gt; <br>&lt;p&gt;&lt;input TYPE=&quot;button&quot; value=&quot;打开一个网站&quot; onCLICK=&quot;HomeButton()&quot;&gt;&lt;/p&gt; <br>&lt;/form&gt; <br>&lt;script language=&quot;javascript&quot;&gt;&lt;!-- <br>function HomeButton(){location.href=http://www.gbunix.com;;;} <br>// --&gt;&lt;/script&gt;　<span style="font-weight:bold"><wbr />25.弹出警告框代码:</span><wbr /> <br>&lt;form&gt; <br>&lt;p&gt;&lt;input TYPE=&quot;button&quot; value=&quot;弹出警告框&quot; onCLICK=&quot;AlertButton()&quot;&gt;&lt;/p&gt; <br>&lt;/form&gt; <br>&lt;script language=&quot;javascript&quot;&gt;&lt;!-- <br>function AlertButton(){window.alert(&quot;要多多光临呀！&quot;);} <br>// --&gt;&lt;/script&gt;　<span style="font-weight:bold"><wbr />26.状态栏信息</span><wbr /> <br>&lt;form&gt; <br>&lt;p&gt;&lt;input TYPE=&quot;button&quot; value=&quot;状态栏信息&quot; onCLICK=&quot;StatusButton()&quot;&gt;&lt;/p&gt; <br>&lt;/form&gt; <br>&lt;script language=&quot;javascript&quot;&gt;&lt;!-- <br>function StatusButton(){window.status=&quot;要多多光临呀！&quot;;} <br>// --&gt;&lt;/script&gt;　<span style="font-weight:bold"><wbr />27.背景色变换</span><wbr /> <br>&lt;form&gt; <br>&lt;p&gt;&lt;input TYPE=&quot;button&quot; value=&quot;背景色变换&quot; onClick=&quot;BgButton()&quot;&gt;&lt;/p&gt; <br>&lt;/form&gt; <br>&lt;script&gt;function BgButton(){ <br>if (document.bgColor=='#00ffff') <br>{document.bgColor='#ffffff';} <br>else{document.bgColor='#00ffff';} <br>} <br>&lt;/script&gt;　<span style="font-weight:bold"><wbr />28.点击打开新窗口</span><wbr /> <br>&lt;form&gt; <br>&lt;p&gt;&lt;input TYPE=&quot;button&quot; value=&quot;打开新窗口&quot; onCLICK=&quot;NewWindow()&quot;&gt;&lt;/p&gt; <br>&lt;/form&gt; <br>&lt;script language=&quot;javascript&quot;&gt;&lt;!-- <br>function NewWindow(){window.open(&quot;<span style="color:#0000ff;line-height:1.8em;">http://www.gbunix.com&quot;;;,&quot;&quot;,&quot;height=240,width=340,status=no</span><wbr />, <br>location=no,toolbar=no,directories=no,menubar=no&quot;);} <br>// --&gt;&lt;/script&gt;&lt;/body&gt;<span style="font-weight:bold"><wbr />29.分页代码:</span><wbr /> <br>&lt;%''本程序文件名为：Pages.asp%&gt; <br>&lt;%''包含ADO常量表文件adovbs.inc，可从&quot;\Program Files\Common Files\System\ADO&quot;目录下拷贝%&gt; <br>&lt;!--#Include File=&quot;adovbs.inc&quot;--&gt; <br>&lt;%''＊建立数据库连接，这里是Oracle8.05数据库 <br>Set conn=Server.CreateObject(&quot;ADODB.Connection&quot;)  <br>conn.Open &quot;Provider=msdaora.1;Data Source=YourSrcName;User ID=YourUserID;Password=YourPassword;&quot; 　Set rs=Server.CreateObject(&quot;ADODB.Recordset&quot;) ''创建Recordset对象 <br>rs.CursorLocation=adUseClient ''设定记录集指针属性 <br>''＊设定一页内的记录总数，可根据需要进行调整  <br>rs.PageSize=10 　''＊设置查询语句  <br>StrSQL=&quot;Select ID,姓名,住址,电话 from 通讯录 Order By ID&quot;  <br>rs.Open StrSQL,conn,adOpenStatic,adLockReadOnly,adCmdText <br>%&gt; <br>&lt;HTML&gt; <br>&lt;HEAD&gt; <br>&lt;title&gt;分页示例&lt;/title&gt; <br>&lt;script language=javascript&gt; <br>//点击&quot;[第一页]&quot;时响应： <br>function PageFirst() <br>{  <br>document.MyForm.CurrentPage.selectedIndex=0; <br>document.MyForm.CurrentPage.onchange(); <br>} <br>//点击&quot;[上一页]&quot;时响应： <br>function PagePrior() <br>{  <br>document.MyForm.CurrentPage.selectedIndex--; <br>document.MyForm.CurrentPage.onchange(); <br>} <br>//点击&quot;[下一页]&quot;时响应： <br>function PageNext() <br>{  <br>document.MyForm.CurrentPage.selectedIndex++; <br>document.MyForm.CurrentPage.onchange();  <br>} <br>//点击&quot;[最后一页]&quot;时响应： <br>function PageLast() <br>{  <br>document.MyForm.CurrentPage.selectedIndex=document.MyForm.CurrentPage.length-1; <br>document.MyForm.CurrentPage.onchange(); <br>} <br>//选择&quot;第？页&quot;时响应： <br>function PageCurrent() <br>{ //Pages.asp是本程序的文件名 <br>document.MyForm.action='Pages.asp?Page='+(document.MyForm.CurrentPage.selectedIndex+1) <br>document.MyForm.submit(); <br>}  <br>&lt;/Script&gt; <br>&lt;/HEAD&gt; <br>&lt;BODY bgcolor=&quot;#ffffcc&quot; link=&quot;#008000&quot; vlink=&quot;#008000&quot; alink=&quot;#FF0000&quot;&quot;&gt;　&lt;%IF rs.Eof THEN <br>Response.Write(&quot;&lt;font size=2 color=#000080&gt;[数据库中没有记录！]&lt;/font&gt;&quot;) <br>ELSE  <br>''指定当前页码 <br>If Request(&quot;CurrentPage&quot;)=&quot;&quot; Then <br>rs.AbsolutePage=1 <br>Else <br>rs.AbsolutePage=CLng(Request(&quot;CurrentPage&quot;)) <br>End If 　''创建表单MyForm,方法为Get <br>Response.Write(&quot;&lt;form method=Get name=MyForm&gt;&quot;)  <br>Response.Write(&quot;&lt;p align=center&gt;&lt;font size=2 color=#008000&gt;&quot;) <br>''设置翻页超链接 <br>if rs.PageCount=1 then  <br>Response.Write(&quot;[第一页] [上一页] [下一页] [最后一页] &quot;) <br>else  <br>if rs.AbsolutePage=1 then <br>Response.Write(&quot;[第一页] [上一页] &quot;) <br>Response.Write(&quot;[&lt;a href=java script:PageNext()&gt;下一页&lt;/a&gt;] &quot;)  <br>Response.Write(&quot;[&lt;a href=java script:PageLast()&gt;最后一页&lt;/a&gt;] &quot;)  <br>else  <br>if rs.AbsolutePage=rs.PageCount then <br>Response.Write(&quot;[&lt;a href=java script:PageFirst()&gt;第一页&lt;/a&gt;] &quot;)  <br>Response.Write(&quot;[&lt;a href=java script:PagePrior()&gt;上一页&lt;/a&gt;] &quot;)  <br>Response.Write(&quot;[下一页] [最后一页] &quot;) <br>else <br>Response.Write(&quot;[&lt;a href=java script:PageFirst()&gt;第一页&lt;/a&gt;] &quot;)  <br>Response.Write(&quot;[&lt;a href=java script:PagePrior()&gt;上一页&lt;/a&gt;] &quot;)  <br>Response.Write(&quot;[&lt;a href=java script:PageNext()&gt;下一页&lt;/a&gt;] &quot;)  <br>Response.Write(&quot;[&lt;a href=java script:PageLast()&gt;最后一页&lt;/a&gt;] &quot;)  <br>end if <br>end if <br>end if　''创建下拉列表框，用于选择浏览页码 <br>Response.Write(&quot;第&lt;select size=1 name=CurrentPage onchange=PageCurrent()&gt;&quot;)  <br>For i=1 to rs.PageCount  <br>if rs.AbsolutePage=i then <br>Response.Write(&quot;&lt;option selected&gt;&quot;&amp;i&amp;&quot;&lt;/option&gt;&quot;) ''当前页码 <br>else <br>Response.Write(&quot;&lt;option&gt;&quot;&amp;i&amp;&quot;&lt;/option&gt;&quot;) <br>end if  <br>Next  <br>Response.Write(&quot;&lt;/select&gt;页/共&quot;&amp;rs.PageCount&amp;&quot;页 共&quot;&amp;rs.RecordCount&amp;&quot;条记录&lt;/font&gt;&lt;p&gt;&quot;)  <br>Response.Write(&quot;&lt;/form&gt;&quot;)　''创建表格，用于显示 <br>Response.Write(&quot;&lt;table align=center cellspacing=1 cellpadding=1 border=1&quot;)  <br>Response.Write(&quot; bordercolor=#99CCFF bordercolordark=#b0e0e6 bordercolorlight=#000066&gt;&quot;)　Response.Write(&quot;&lt;tr bgcolor=#ccccff bordercolor=#000066&gt;&quot;) 　 <br>Set Columns=rs.Fields 　 <br>''显示表头 <br>For i=0 to Columns.Count-1 <br>Response.Write(&quot;&lt;td align=center width=200 height=13&gt;&quot;) <br>Response.Write(&quot;&lt;font size=2&gt;&lt;b&gt;&quot;&amp;Columns(i).name&amp;&quot;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;&quot;)  <br>Next <br>Response.Write(&quot;&lt;/tr&gt;&quot;) <br>''显示内容 <br>For i=1 to rs.PageSize  <br>Response.Write(&quot;&lt;tr bgcolor=#99ccff bordercolor=#000066&gt;&quot;)  <br>For j=0 to Columns.Count-1  <br>Response.Write(&quot;&lt;td&gt;&lt;font size=2&gt;&quot;&amp;Columns(j)&amp;&quot;&lt;/font&gt;&lt;/td&gt;&quot;)  <br>Next <br>Response.Write(&quot;&lt;/tr&gt;&quot;)　rs.movenext  <br>if rs.EOF then exit for  <br>Next　Response.Write(&quot;&lt;/table&gt;&quot;) 　 <br>END IF <br>%&gt; <br>&lt;/BODY&gt; <br>&lt;/HTML&gt; <!--v:3.2--> ]]></description>
<category><![CDATA[网络点滴]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1250320464#comment</comments>
<qz:effect>142606848</qz:effect>
<pubDate>Sat, 15 Aug 2009 07:14:24 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1250320464</guid>
</item>

<item>
<title><![CDATA[[平易轩--]最新隐藏横幅QQ空间代码的方法!]]></title>
<link>http://495156551.qzone.qq.com/blog/1237018605</link>
<description><![CDATA[<span style="filter: glow(color=#009966,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">   方法一、首先登陆自己的QQ空间，点击“自定义”，再点“风格”，选“简约风格”。就OK了。</span><wbr /><br><span style="color:#009966;line-height:1.8em;">   方法二、用此代码</span><wbr /><span style="filter: glow(color=#000066,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">javascript:window.top.space_addItem(19,6011,0,0,200,200,0);</span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[网络点滴]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1237018605#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Sat, 14 Mar 2009 08:16:45 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1237018605</guid>
</item>

<item>
<title><![CDATA[XP主要15个系统进程(附详解)]]></title>
<link>http://495156551.qzone.qq.com/blog/1212228370</link>
<description><![CDATA[<span style="color:#000099;font-size:16px;line-height:1.8em;">1.svchost.exe</span><wbr /><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:svchost或者svchost.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:microsoft service host process</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:svchost.exe是一个属于微软windows操作系统的系统程序，用于执行dll文件。这个程序对你系统的正常运行是非常重要的。注意：svchost.exe也有可能是w32.welchia.worm病毒，它利用windowslsass漏洞，制造缓冲区溢出，导致你计算机关机。请注意此进程的名字，还有一个病毒是svch0st.exe，名字中间的是数字0，而不是英文字母o。请注意此进程所在的文件夹，正常的进程应该是在windows的system32和servicepackfiles\i386下面</span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    2.IEXPLORE.EXE</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:iexplore或者iexplore.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:microsoft internet explorer</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:iexplore.exe是microsoft internet explorer的主程序。这个微软windows应用程序让你在网上冲浪，和访问本地interanet网络。这不是纯粹的系统程序，但是如果终止它，可能会导致不可知的问题。iexplore.exe同时也是avant网络浏览器的一部分，这是一个免费的基于internet explorer的浏览器。注意iexplore.exe也有可能是木马.killav.b病毒，该病毒会终止你的反病毒软件，和一些windows系统工具。正常的进程应该是在\programfiles\internetexplorer和system32\dllcache下面</span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    3.rundll32.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:rundll32或者rundll32.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:microsoftrundll32</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:rundll32.exe用于在内存中运行dll文件，它们会在应用程序中被使用。这个程序对你系统的正常运行是非常重要的。注意：rundll32.exe也可能是w32.miroot.worm病毒。该病毒允许攻击者访问你的计算机，窃取密码和个人数据。请注意此进程所在的文件夹，正常的进程应该是在windows的system32和system32\dllcache下面</span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    4.ctfmon.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    名称: alternative user input services</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述: ctfmon.exe是microsoft office产品套装的一部分。它可以选择用户文字输入程序，和微软office xp语言条。这不是纯粹的系统程序，但是如果终止它，可能会导致不可知的问题。</span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    5.WINLOGON.EXE</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:winlogon or winlogon.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:microsoft windows logon process</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:winlogon.exe是windows域登陆管理器。它用于处理你登陆和退出系统过程。该进程在你系统的作用是非常重要的。注意：winlogon.exe也可能是</span><wbr />[email=[ft=#000099,3,]w32.netsky.d@mm</span><wbr />]w32.netsky.d@mm[/email]<span style="color:#000099;font-size:16px;line-height:1.8em;">蠕虫病毒。该病毒通过email邮件传播，当你打开病毒发送的附件时，即会被感染。该病毒会创建smtp引擎在受害者的计算机上，**邮件进行传播。该病毒允许攻击者访问你的计算机，窃取密码和个人数据。请注意此进程所在的文件夹，正常的进程应该是在windows的system32下面</span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    6.wdfmgr.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:wdfmgr或者wdfmgr.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:windows driver foundation manager</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    wdfmgr.exe是微软microsoftwindowsmediaplayer10播放器的相关程序。该进程用于减少兼容性问题。这不是纯粹的系统程序，但是如果终止它，可能会导致不可知的问题。</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">7.alg.exe </span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:alg 或者 alg.exe 进程名称: application layer gateway service 描述: alg.exe是微软windows操作系统自带的程序。它用于处理微软windows网络连接共享和网络连接防火墙。这个程序对你系统的正常运行是非常重要的。</span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    8.smss.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:smss或者smss.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:session manager subsystem</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:smss.exe是微软windows操作系统的一部分。该进程调用对话管理子系统和负责操作你系统的对话。这个程序对你系统的正常运行是非常重要的。注意：smss.exe也可能是win32.ladex.a木马。该木马允许攻击者访问你的计算机，窃取密码和个人数据。请注意此进程所在的文件夹，正常的进程应该是在windows的system32和servicepackfiles\i386下面</span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    9.explorer.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:explorer或者explorer.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:microsoft windows explorer</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:explorer.exe是windows程序管理器或者windows资源管理器，它用于管理windows图形壳，包括开始菜单、任务栏、桌面和文件管理。删除该程序会导致windows图形界面无法适用。注意：explorer.exe也有可能是w32.codered和</span><wbr />[email=[ft=#000099,3,]w32.mydoom.b@mm</span><wbr />]w32.mydoom.b@mm[/email]<span style="color:#000099;font-size:16px;line-height:1.8em;">病毒。该病毒通过email邮件传播，当你打开附件时，就会被感染。该蠕虫会在受害者机器上建立smtp服务，用于更大范围的传播。该蠕虫允许攻击者访问你的计算机，窃取密码和个人数据。请注意此进程所在的文件夹，正常的进程应该是在windows和servicepackfiles\i386下面</span><wbr /><br><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    10.csrss.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:csrss或者csrss.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:microsoft client/server runtime server subsystem</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:csrss.exe是微软客户端/服务端运行时子系统。该进程管理windows图形相关任务。这个程序对你系统的正常运行是非常重要的。注意：csrss.exe也有可能是</span><wbr />[email=[ft=#000099,3,]w32.netsky.ab@mm</span><wbr />]w32.netsky.ab@mm[/email]<span style="color:#000099;font-size:16px;line-height:1.8em;">、w32.webus木马、win32.ladex.a等病毒创建的。该病毒通过email邮件进行传播，当你打开附件时，即被感染。该蠕虫会在受害者机器上建立smtp服务，用以自身传播。该病毒允许攻击者访问你的计算机，窃取木马和个人数据。请注意此进程所在的文件夹，正常的进程应该是在windows的system32和servicepackfiles\i386下面</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    11.lsass.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:lsass或者lsass.exe 进程名称:local安全等级作者ityservice 描述:lsass.exe是一个关于微软安全机制的系统进程，主要处理一些特殊的安全机制和登录策略。</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    12.CONIME.EXE</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    这个文件则是输入法进程，请注意此进程所在的文件夹，正常的进程应该是在windows的system32和system32\dllcache下面。注意，在非亚洲语言的windows里，conime.exe是一个bfghost1.0远程控制后门程序，允许攻击者访问你的计算机，窃取密码和个人数据。</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    13.wmiprvse.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:wmiprvse或者wmiprvse.exe 进程名称: microsoft windows management instrumentation 描述: wmiprvse.exe是微软windows操作系统的一部分。用于通过winmgmt.exe程序处理wmi操作。这个程序对你系统的正常运行是非常重要的。</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    14.timplatform.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    timplatform.exe是qq和tencent messenger共同使用的外部应用开发接口管理程序，属于qq不可或缺的底层核心模块。如果删除该程序，qq将丧失与周边功能模块以及外部应用程序相互调用的功能。</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    15.realsched.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程文件:realsched或者realsched.exe</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    进程名称:real networks scheduler</span><wbr /><br><span style="color:#000099;font-size:16px;line-height:1.8em;">    描述:realsched.exe是real networks产品定时升级检测程序。这不是系统必须的进程，通过用户许可协议安装。如终止它，将不能显示升级提示信息。</span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[Club分享]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1212228370#comment</comments>
<qz:effect>8389120</qz:effect>
<pubDate>Sat, 31 May 2008 10:06:10 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1212228370</guid>
</item>

<item>
<title><![CDATA[【平易轩】--提高网站效益的方法]]></title>
<link>http://495156551.qzone.qq.com/blog/1211689197</link>
<description><![CDATA[　　如果你刚开始做站，而且是做一个自己不熟悉的行业站点，网站的IP和PV比例基本为一比二。出现这个问题的原因就是你网站的体验度不高。出现这样的问题，直接造成的结果就是网站收入降低，或者说根本就没什么收入。为什么这样说呢，我举个例子大家就会明白。一个人进了商店后，扫了一眼商店大概就出去了，那么这个人肯定不会给你带来效益。如果这个人进去后，开始四处转转，这个人就可能进行消费。我们做网站也是这个道理。希望能让客户多点击几个页面，这样我们就可以最大程度吸引住客户，并让他掏钱买我们东西。<br><br>　　对于资讯类站点，图片类小说类站点，尤其其内容特殊性，虽然PV也很高，但是收入并不一定很高，这个属于特殊情况。不在今天讨论范围，以后在说。一个网站的最大访问量一般都集中在首页，宣传推广的页面也都集中在首页。所以想要抓住客户停留时间，就一定要在首页设计上下功夫。这个就是“门面”效应。我们古人早就在这方面注意了，古时候的青楼门口，肯定会有漂亮的美眉们给过往的才（财）子们抛媚眼，或直靠过去，用身体“勾引”对方。青楼为什么用妓女拉客？因为那是青楼的核心价值，客户来这里就是为了找妞的。网站的核心价值是什么，就用什么来拉客就可以了。小姐会打扮的 花枝招展，产品也要学会包装。但是切记，包装不要过度，这个比例一定要把握好，要不你会给客户带来“负面情绪”。他进来是找美女的，你用美女图片把他吸引进去后，没有美女给他，就给他一个恐龙妹妹，后果会很严重的。店大欺客无人理，店小骗人众人哄，一定的注意这点。<br><br>　　现在的网络，是个标题党的时代，也是个信息泛滥的时代，但是不要看别人用什么，自己就用什么。你要知道那样做到底好不好，自己是学他那样，还是自己先试验那样好不好，然后在找出最合适自己的方法来推广自己。前面说的不少，但是废话也不少，很混乱啊……现在尽量说明白点，条理清楚些。网站首页一般会有三个核心价值点。这个三个点是最容易吸引客户的。一、网站主题;二、网站导航;三、首页内容 第一条很重要，你的告诉用户我这个网站是干啥的。第二条是让用户选择的，他已经基本了解你网站是做什么的后，你通过导航就可以告诉他，看看有没有你需要的。第三条是最具体的，你善于把用户最需要的产品放到首页，用户一进去网站就会发现自己需要的。中国人有个特点，那就是他也不知道自己到底需要什么，但是他知道自己肯定是有需求的。再次举个例子。很多年轻人想找个男女朋友，但是他们也不知道自己到底需要什么样的。你给他介绍一个吧，他看了后还不满意，让他在公司找一个吧，他还怕三怕四。这个时候，你直接给他10个女的，让他亲自挑一个出来。这个时候的成功率就相当的高了，为啥呢？因为有对比了，10个女的站一排，自然有好有差。人都有这样的心里，喜欢挑，而不喜欢推荐给自己的。明白了这个，也知道了网站第一屏只网站黄金位置。就可以把这些元素融合到第一屏，就可以很好的抓住用户心里了。这问题基本属于国内特色，这也是为什么国内的网站总是越做越大，越做越长的缘故之一。<br><br>　　记住，国内的网民是很懒的，上网是很盲目的，他们的计算机水平是很菜的。下面说说网站的分类页面，也就是网站的频道页面。频道的思路可以吸取首页的模式，但是不能把首页你认为效果不错的那套直接搬过来。这样说的原因就是，频道页面是个相对“具体”的页面。网民进入这个页面就基本说明了一点，他有自己的想法，也就是说这个人在这个时候有一定的判断力，认为这里会有我需要的东西。那么这个页面的内容，一定要把握这个频道的产品的唯一性。频道有大有小，中国人喜大，建议产品小也把页面做大。因为这样会让页面“看上去很美”。小店多假货，大店多精品，就是这个道理。这也是不同的产品，放到不同的店面，价格就可以一下就拉开了，但是用户却可以接受价格，因为用户的潜在心里认为“物有所值”。不过不能忘记一点，很多人会贪小便宜!在用户关注度低的地方，如网页右侧板块，可以把这个利用下。这部分人消费能力低，但是消费群体很大。<br><br>　　产品的排列的方式很有讲究。看你网站的规模了，店大可以在好位置主推利润高的产品，差一些的位置，放利润低价格也低的产品。也可以用产品对比的方式，视觉的冲击方式等。最后在说一说网站内页，也就是终端页面。大家一般都叫做新闻页面，或产品介绍页面。这个页面的特点就是围绕着产品来转了，也是可以最大程度包装的页面。也可以把这个页面比作“吹牛”页面。这样说大家应该会很好的理解了。因为空间很大，很发挥的地方非常多，因为行业的不同，这个没法一概而论。我能说的只是，“抬高自己，挤压别人”。尤其是不要出现竞争对手的信息。太多的对比性，各有各的好，会让用户感到头脑混乱，不知道自己到底需要什么了。不能让体验度泛滥增加而降低收入。从seo的方面说一下内页。一个网站的主要流量还是来源于内页。如果网民搜索这个词，进入你的页面后，说明网民已经多多少少了解了这个页面的主题内容。这个时候你得分析用户心里，他搜什么词进来的，这个词潜在的信息是那些？从这些信息里面来完善这个页面内容，相信你会获得更多的效益。 <!--v:3.2--> ]]></description>
<category><![CDATA[网络点滴]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1211689197#comment</comments>
<qz:effect>8389120</qz:effect>
<pubDate>Sun, 25 May 2008 04:19:57 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1211689197</guid>
</item>

<item>
<title><![CDATA[2008化悲痛为力量！]]></title>
<link>http://495156551.qzone.qq.com/blog/1210772781</link>
<description><![CDATA[<div style="text-align:center;">1月25日,雪灾=天灾 </div><div style="text-align:center;">3月14日,藏独=人祸 </div><div style="text-align:center;">5月12日,地震=地灾 </div><div style="text-align:center;">1+2+5=08 </div><div style="text-align:center;">3+1+4=08 </div><div style="text-align:center;">5+1+2=08 </div>        为了期待08年08月08日奥运会，我们中国人民饱经沧桑！人们常说：&quot;不经历风雨怎么能见彩虹&quot;？也许这是最残酷的印证！     <br>        在经历了天灾人祸之后，所有的中国人会变得更加坚强，更加充满爱心，更加懂得珍惜生活...... <br>        在漫天满地的暴风雪中，所有的中国人将心紧紧靠拢，不畏严寒，用坚强和不懈的努力，将寒冷的冰雪融化在每个中国人炙热的心里！ <br>        祖国团结统一繁荣富强，是每个中国人最朴质而真挚的心愿！但身为中国人的藏独分子却不顾这份中国情，伤了中国人的心，于是中国人民愤然而起，与藏独分子进行斗争，将那颗爱国红心传遍大江南北。&quot;一切反动派都是纸老虎&quot;,最终这些&quot;纸老虎&quot;都会在中国人的爱国火焰中烧毁！ <br>        一声轰响，地震山摇，多少中国人在这轰响中遍体鳞伤，多少中国人在这轰响中失去了宝贵的生命，多少中国人在这轰响中痛哭失声......所有的中国人为这声轰响黯然伤心默默流泪，在悲痛中所有的中国人团结起来，用爱心和祝福去抚慰地震中的血和泪！ <br>        在期待奥运会来临的日子里，我们中国人经历了太多艰难困苦，也正是这艰难困苦，让我们变得更加不可抗拒！对于所有的中国人来说，天灾遏制不住中国人前进的脚步，人祸磨灭不了我们对祖国母亲的热爱！ <br>        所有的中国人都团结起来，我们便是不可摧毁的万里长城！ <br><div style="text-align:center;">2008化悲痛为力量！</div><div style="text-align:center;">2008北京加油！ </div><div style="text-align:center;">2008奥运加油！</div><div style="text-align:center;">2008所有的中国人加油！ </div> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1210772781#comment</comments>
<qz:effect>8389138</qz:effect>
<pubDate>Wed, 14 May 2008 13:46:21 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1210772781</guid>
</item>

<item>
<title><![CDATA[【平易轩】--移动比联通强的原因]]></title>
<link>http://495156551.qzone.qq.com/blog/1210644143</link>
<description><![CDATA[测试所需工具：一台能打字的电脑......... <br><br>在桌面建立一个文本文档， <br><br>输入 移动 二字.... <br><br>保存，关闭，再打开看看.......... <br><br>同样，建立一个文本文档， <br><br>输入 联通 二字.... <br><br>保存，关闭，再打开看看.......... <br><br>好了，效果出来了..... <!--v:3.2--> ]]></description>
<category><![CDATA[天下杂侃]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1210644143#comment</comments>
<qz:effect>8389120</qz:effect>
<pubDate>Tue, 13 May 2008 02:02:23 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1210644143</guid>
</item>

<item>
<title><![CDATA[【平易轩】--关闭端口]]></title>
<link>http://495156551.qzone.qq.com/blog/1210564467</link>
<description><![CDATA[一，简单点的：瑞星2006个人防火墙里有“禁止135、445（TCP）”选项； <br>二，复杂点的：听我道来 <br>默认情况下，Windows有很多端口是开放的，在你上网的时候，网络病毒和黑客可以通过这些端口连上你的电脑。 <br>为了让你的系统变为铜墙铁壁，应该封闭这些端口， <br>主要有：TCP 135、139、445、593、1025 端口和 UDP 135、137、138、445 端口， <br>一些流行病毒的后门端口（如 TCP 2745、3127、6129 端口）， <br>以及远程服务访问端口3389。 <br>下面介绍如何在WinXP/2000/2003下关闭这些网络端口： <br><br>第一步，点击“开始”菜单/设置/控制面板/管理工具， <br>双击打开“本地安全策略”，选中“IP 安全策略，在本地计算机”， <br>在右边窗格的空白位置右击鼠标，弹出快捷菜单，选择“创建 IP 安全策略” <br>于是弹出一个向导。在向导中点击“下一步”按钮，为新的安全策略命名； <br>再按“下一步”，则显示“安全通信请求”画面，在画面上把“激活默认相应规则”左边的钩去掉， <br>点击“完成”按钮就创建了一个新的IP 安全策略。 <br><br>第二步，右击该IP安全策略，在“属性”对话框中， <br>把“使用添加向导”左边的钩去掉， <br>然后单击“添加”按钮添加新的规则， <br>随后弹出“新规则属性”对话框， <br>在画面上点击“添加”按钮， <br>弹出IP筛选器列表窗口；在列表中， <br>首先把“使用添加向导”左边的钩去掉， <br>然后再点击右边的“添加”按钮添加新的筛选器。 <br><br>第三步，进入“筛选器属性”对话框， <br>首先看到的是寻址，源地址选“任何 IP 地址”， <br>目标地址选“我的 IP 地址”； <br>点击“协议”选项卡， <br>在“选择协议类型”的下拉列表中选择“TCP”， <br>然后在“到此端口”下的文本框中输入“135”， <br>点击“确定”按钮 <br>这样就添加了一个屏蔽 TCP 135（RPC）端口的筛选器， <br>它可以防止外界通过135端口连上你的电脑。 <br><br>点击“确定”后回到筛选器列表的对话框， <br>可以看到已经添加了一条策略， <br>重复以上步骤继续添加 TCP 137、139、445、593 端口 <br>和 UDP 135、139、445 端口，为它们建立相应的筛选器。 <br><br>重复以上步骤添加TCP 1025、2745、3127、6129、3389 端口的屏蔽策略， <br>建立好上述端口的筛选器，最后点击“确定”按钮。 <br><br>第四步，在“新规则属性”对话框中， <br>选择“新 IP 筛选器列表”， <br>然后点击其左边的圆圈上加一个点， <br>表示已经激活，最后点击“筛选器操作”选项卡。 <br>在“筛选器操作”选项卡中，把“使用添加向导”左边的钩去掉， <br>点击“添加”按钮，添加“阻止”操作 <br>在“新筛选器操作属性”的“安全措施”选项卡中， <br>选择“阻止”，然后点击“确定”按钮。 <br><br>第五步、进入“新规则属性”对话框， <br>点击“新筛选器操作”，其左边的圆圈会加了一个点， <br>表示已经激活，点击“关闭”按钮，关闭对话框； <br>最后回到“新IP安全策略属性”对话框， <br>在“新的IP筛选器列表”左边打钩， <br>按“确定”按钮关闭对话框。在“本地安全策略”窗口， <br>用鼠标右击新添加的 IP 安全策略，然后选择“指派”。 <br><br>于是重新启动后，电脑中上述网络端口就被关闭了， <br>病毒和黑客再也不能连上这些端口，从而保护了你的电脑。 <!--v:3.2--> ]]></description>
<category><![CDATA[网络点滴]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1210564467#comment</comments>
<qz:effect>8389120</qz:effect>
<pubDate>Mon, 12 May 2008 03:54:27 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1210564467</guid>
</item>

<item>
<title><![CDATA[【平易轩】--查找对方IP地址技巧五招]]></title>
<link>http://495156551.qzone.qq.com/blog/1210483439</link>
<description><![CDATA[1、邮件查询法 <br>　　使用这种方法查询对方计算机的IP地址时，首先要求对方先给你发一封电子邮件，然后你可以通过查看该邮件属性的方法，来获得邮件发送者所在计算机的IP地址;下面就是该方法的具体实施步骤: <br>　　首先运行OutLookexpress程序，并单击工具栏中的“接受全部邮件”按钮，将朋友发送的邮件接受下来，再打开收件箱页面，找到朋友发送过来的邮件，并用鼠标右键单击之，从弹出的右键菜单中，执行“属性”命令; <br>　　在其后打开的属性设置窗口中，单击“详细资料”标签，并在打开的标签页面中，你将看到“Received:fromxiecaiwen(unknown[11.111.45.25])”这样的信息，其中的“11.111.45.25”就是对方好友的IP地址;当然，要是对方好友通过Internet中的WEB信箱给你发送电子邮件的话，那么你在这里看到的IP地址其实并不是他所在工作站的真实IP地址，而是WEB信箱所在网站的IP地址。 <br>　　当然，如果你使用的是其他邮件客户端程序的话，查看发件人IP地址的方法可能与上面不一样;例如要是你使用foxmail来接受好友邮件的话，那么你可以在收件箱中，选中目标邮件，再单击菜单栏中的“邮件”选项，从弹出的下拉菜单中选中“原始信息”命令，就能在其后的界面中看到对方好友的IP地址了。 <br>2、日志查询法 <br>　　这种方法是通过防火墙来对QQ聊天记录进行实时监控，然后打开防火墙的日志记录，找到对方好友的IP地址。为方便叙述，本文就以KV2004防火墙为例，来向大家介绍一下如何搜查对方好友的IP地址: <br>　　考虑到与好友进行QQ聊天是通过UDP协议进行的，因此你首先要设置好KV防火墙，让其自动监控UDP端口，一旦发现有数据从UDP端口进入的话，就将它自动记录下来。在设置KV2004防火墙时，先单击防火墙界面中的“规则设置”按钮，然后单击“新建规则”按钮，弹出设置窗口; <br>　　在该窗口的“名称”文本框中输入“搜查IP地址”，在“说明”文本框中也输入“搜查IP地址”;再在“网络条件”设置项处，选中“接受数据包”复选框，同时将“对方IP地址”设置为“任何地址”，而在“本地IP地址”设置项处不需要进行任何设置; <br>　　下面再单击“UDP”标签，并在该标签页面下的“本地端口”设置项处，选中“端口范围”选项，然后在起始框中输入“0”，在结束框中输入“65535”;同样地，在“对方端口”设置项处，也选中“端口范围”选项，然后在起始框中输入“0”，在结束框中输入“65535”。 <br>　　接着在“当所有条件满足时”设置项处，选中“通行”选项，同时将“其他处理”处的“记录”选项选中，而“规则对象”设置项不需要进行任何设置;完成了上面的所有设置后，单击“确定”按钮，返回到防火墙的主界面;再在主界面中选中刚刚创建好的“搜查IP地址”规则，同时单击“保存”按钮，将前面的设置保存下来。 <br>　　完成好上面的设置后，KV防火墙将自动对QQ聊天记录进行全程监控，一旦对方好友给你发来QQ信息时，那么对方好友的IP地址信息就会自动出现在防火墙的日志文件中，此时你可以进入到KV防火墙的安装目录中，找到并打开“kvfwlog”文件，就能搜查到对方好友的IP地址。 <br>3、工具查询法 <br>　　这种方法是通过专业的IP地址查询工具，来快速搜查到对方计算机的IP地址。例如，借助一款名为WhereIsIP的搜查工具，你可以轻松根据对方好友的Web网站地址，搜查得到对方好友的IP地址，甚至还能搜查到对方好友所在的物理位置。在用WhereIsIP程序搜查对方IP地址时，首先启动该程序打开搜查界面，然后单击该界面的“Website”按钮，在其后的窗口中输入对方好友的Web地址，再单击“next”按钮，这样该程序就能自动与Internet中的DomainNameWhois数据库联系，然后从该数据库中搜查到与该Web网站地址对应的IP地址了。当然，除了可以知道IP地址外，你还能知道对方好友所在的具体物理位置。 <br>　　倘若要想查看局域网中某个工作站的IP地址时，可以使用“网络刺客II”之类的工具来帮忙;只要你运行该工具进入到它的主界面，然后执行工具栏中的“IP地址主机名”命令，在其后打开的对话框中，输入对方好友的计算机名称，再单击“转换成IP”按钮，就能获得对方好友所在计算机的IP地址了。 <br>　　如果你使用Oicqsniffer工具的话，那么查询QQ好友的IP地址就更简单了。只要你单击该程序界面中的“追踪”按钮，然后向对方好友发送一条QQ消息，那么Oicqsniffer工具就会自动将对方好友的IP地址以及端口号显示出来了。除此之外，还有许多可以查找IP地址的专业工具可以选择，例如IPsniper软件。 <br>4、命令查询法 <br>　　这种方法是通过Windows系统内置的网络命令“netstat”，来查出对方好友的IP地址，不过该方法需要你先想办法将对方好友邀请到QQ的“二人世界”中说上几句话才可以。下面就是该方法的具体实现步骤: <br>　　首先单击“开始”/“运行”命令，在弹出的系统运行对话框中，输入“cmd”命令，单击“确定”按钮后，将屏幕切换到MS-DOS工作状态;然后在DOS命令行中执行“netstat-n”命令，在弹出的界面中，你就能看到当前究竟有哪些地址已经和你的计算机建立了连接(如果对应某个连接的状态为“Established”，就表明你的计算机和对方计算机之间的连接是成功的); <br>　　其次打开QQ程序，邀请对方好友加入“二人世界”，并在其中与朋友聊上几句，这样你的计算机就会与对方好友的计算机之间建立好了TCP连接;此时，再在DOS命令行中执行“netstat-n”命令，看看现在又增加了哪个tcp连接，那个新增加的连接其实就是对方好友与你之间的UDP连接，查看对应连接中的“ForeignAddress”就能知道对方好友的IP地址了。 <br>5、ping检查法 <br>　　这种方法就是利用“ping”命令，来检查当前计算机是否能与对方好友的网站连通，在检查的过程中该地址能自动获得对方网站的IP地址。比方说，要是你想搜查天极网站的IP地址时，可以先打开系统的运行对话框，然后在其中输入“pingwww.enet.com.cn”字符串命令，再单击“确定”按钮，在弹出的窗口中，就能知道网站的IP地址了。同样地，你也可以搜查其他网站的IP地址。 <br>　　好了，上面就是查询好友计算机IP地址的几种常用方法;要是你还有其他更好方法的话，恳请不断补充完善! <!--v:3.2--> ]]></description>
<category><![CDATA[网络点滴]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1210483439#comment</comments>
<qz:effect>8389120</qz:effect>
<pubDate>Sun, 11 May 2008 05:23:59 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1210483439</guid>
</item>

<item>
<title><![CDATA[【平易轩】]]></title>
<link>http://495156551.qzone.qq.com/blog/1210322597</link>
<description><![CDATA[<wbr /><img transImg="1" style="width:441px; height:294px;border:0;" src="http://photo.store.qq.com/rurl2=48b62315083fae7f09892ecc8f06afe84d25a127bda0dde49f573279e343a18e2b4285bfeb1165a2d67636bdf008b5d8e65390a05ac28481415588d6fc1de64091b5b8b1ef9f7950d7f7e3ae4a0ae147e10789f2" /><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[Q秀心情]]></category>
<author><![CDATA[495156551@qq.com(Arkin)]]></author>
<comments>http://495156551.qzone.qq.com/blog/1210322597#comment</comments>
<qz:effect>75497984</qz:effect>
<pubDate>Fri, 09 May 2008 08:43:17 GMT</pubDate>
<guid>http://495156551.qzone.qq.com/blog/1210322597</guid>
</item>

</channel>
</rss>

