<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/atom.css"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title type="html"><![CDATA[笨朱先行]]></title><subtitle type="html"><![CDATA[我的工作，学习，生活，作品，收藏，人生……]]></subtitle><id>http://www.f6n.net/blog/</id><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/"/><link rel="self" type="application/atom+xml" href="http://www.f6n.net/blog/atom.xml"/><generator uri="http://www.rainbowsoft.org/" version="1.8 Devo Build 80201">RainbowSoft Studio Z-Blog</generator><updated>2008-06-09T23:52:48+08:00</updated><entry><title type="html"><![CDATA[asp错误Err对象]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=14" label="ASP资料.net"/><updated>2008-06-09T23:51:49+08:00</updated><published>2008-06-09T23:51:49+08:00</published><summary type="html"><![CDATA[一、On Error Resume Next          程序发生错误，略过错误！<br/><br/>二、Number     用法：Err.Number  输出错误代码<br/><br/>三、Description  用法与Number一样  作用是描述错误<br/><br/>四、Raise   产生模拟错误，如，输入Err.Raise 7就可以知道错误代码为7的具体描述。<br/><br/>五、Clear   清除错误<br/><br/>…………]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/asp/625.html"/><id>http://www.f6n.net/blog/asp/625.html</id></entry><entry><title type="html"><![CDATA[网页中添加QQ在线状态的两种方式]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=9" label="精品收藏.net"/><updated>2008-06-09T17:42:44+08:00</updated><published>2008-06-09T17:42:44+08:00</published><summary type="html"><![CDATA[<p class="code"><code>[/CODE_LITE]<br/><br/>[CODE_LITE]</code></p>]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/collections/624.html"/><id>http://www.f6n.net/blog/collections/624.html</id></entry><entry><title type="html"><![CDATA[asp取得当前页面的地址]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=14" label="ASP资料.net"/><updated>2008-06-09T15:29:54+08:00</updated><published>2008-06-09T15:29:54+08:00</published><summary type="html"><![CDATA[Request.ServerVariables("Http_Referer")<br/>地址栏显示什么，这个参数取得的值就是什么，包括协议，以及后面的参数“?xxx=xx”之类的<br/>]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/asp/623.html"/><id>http://www.f6n.net/blog/asp/623.html</id></entry><entry><title type="html"><![CDATA[keyCode表]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=9" label="精品收藏.net"/><updated>2008-06-09T14:42:20+08:00</updated><published>2008-06-09T14:42:20+08:00</published><summary type="html"><![CDATA[<p><table cellspacing="1" cellpadding="1" width="100%" bgcolor="#999999" border="0">    <tbody>        <tr align="center" bgcolor="#ffffff">            <td colspan="8"><strong><font color="#000000">字母和数字键的键码值(keyCode)</font></strong></td>        </tr>        <tr align="center" bgcolor="#dddddd">            <td><font color="#003399">按键</font></td>            <td><font color="#996600">键码</font></td>            <td><font color="#003399">按键</font></td>            <td><font color="#996600">键码</font></td>            <td><font color="#003399">按键</font></td>            <td><font color="#996600">键码</font></td>            <td><font color="#003399">按键</font></td>            <td><font color="#996600">键码</font></td>        </tr>        <tr align="center" bgcolor="#ffffff">            <td>            <p><font color="#ff0000">A</font></p>            </td>            <td>65</td>            <td><font color="#ff0000">J</font></td>            <td>74</td>            <td><font color="#ff0000">S</font></td>            <td>83</td>            <td><font color="#ff0000">1</font></td>            <td>49</td>        </tr>        <tr align="center" bgcolor="#ffffff">            <td><font color="#ff0000">B</font></td>            <td>66</td>            <td><font color="#ff0000">K</font></td>            <td>75</td>            <td><font color="#ff0000">T</font></td>            <td>84</td>            <td><font color="#ff0000">2</font></td>            <td>50</td>        </tr>        <tr align="center" bgcolor="#ffffff">            <td><font color="#ff0000">C</font></td>            <td>67</td>            <td><font color="#ff0000">L</font></td>            <td>76</td>            <td><font color="#ff0000">U</font></td>            <td>85</td>            <td><font color="#ff0000">3</font></td>            <td>51</td>        </tr>    </tbody></table></p>]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/collections/622.html"/><id>http://www.f6n.net/blog/collections/622.html</id></entry><entry><title type="html"><![CDATA[一些绝对没有见过的JS网页代码技巧]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=6" label="应用技巧.net"/><updated>2008-06-07T02:14:09+08:00</updated><published>2008-06-07T02:14:09+08:00</published><summary type="html"><![CDATA[<b>快速保存网页中所有图片的方法</b><br/>首先打开有图片的网页，完全打开后，在地址栏输入<br/><br/>程序代码<br/>…………]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/skills/621.html"/><id>http://www.f6n.net/blog/skills/621.html</id></entry><entry><title type="html"><![CDATA[余震！余震！余震！]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=1" label="心情日志.net"/><updated>2008-06-01T07:56:06+08:00</updated><published>2008-06-01T07:56:06+08:00</published><summary type="html"><![CDATA[5-12四川汶川8.0级大地震之后，我们汉中也是惶惶不可终日。因为挨着四川青川，所以只要汶川有6级以上余震或者青川有5级以上地震，我们这里能明显的感觉到震感。<br/>现在学生已经提前放暑假，很多单位也在放假中，有95%的人都在外面大路边上搭了帐篷，让本来很休闲的汉中变的更休闲了，晚上到外面可以看到很多人在一起打牌、下棋。。。<br/>…………]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/mood/620.html"/><id>http://www.f6n.net/blog/mood/620.html</id></entry><entry><title type="html"><![CDATA[赠送五个迅雷点播联盟邀请码！]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=1" label="心情日志.net"/><updated>2008-05-27T16:31:02+08:00</updated><published>2008-05-27T16:31:02+08:00</published><summary type="html"><![CDATA[赠送五个迅雷点播联盟邀请码！<br/><br/>具体的不在这里介绍了，如果不知道迅雷点播联盟要去也没有用，需要的在这里留下你的网站以及EMAIL，审核后我会给发放！<br/><br/>先到先得，送完为止！]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/mood/619.html"/><id>http://www.f6n.net/blog/mood/619.html</id></entry><entry><title type="html"><![CDATA[最近一段时间的一些作品（设计方面）]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=12" label="原创作品.net"/><updated>2008-05-24T21:15:24+08:00</updated><published>2008-05-24T21:15:24+08:00</published><summary type="html"><![CDATA[这个栏目已经很久没有更新了，感觉都对不起自己……<br/><br/><br/>三脚猫论坛相关的几个图片（<a href="http://www.12619.com" target="_blank">http://www.12619.com</a>）<br/><br/>…………<br/><br/>快乐文字吧相关的图片（<a href="http://www.klwz8.com" target="_blank">http://www.klwz8.com</a>）<br/><br/>…………]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/entries/618.html"/><id>http://www.f6n.net/blog/entries/618.html</id></entry><entry><title type="html"><![CDATA[防空警报响起！起立，默哀！]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=1" label="心情日志.net"/><updated>2008-05-19T14:29:11+08:00</updated><published>2008-05-19T14:29:11+08:00</published><summary type="html"><![CDATA[防空警报响起！迅速的起立，开始默哀！<br/><br/>防空警报连续响起，默默的站在那里，心灵的到了震撼，身体微微抖动着……<br/><br/>听着长时间的防空警报，自己的眼睛再次红了，这段时间感人的画面太多太多，发生的奇迹也太多太多，也真的真的有做中国人的自豪感！以为在香港回归后，已经不能再有事情拉动着自己的的心，但是我错了，这次地震，不仅仅是拉动着我个人心，而是拉动着全中国人的心！<br/><br/><font size="6"><font color="Red"><b>中国人！</b></font></font>]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/mood/617.html"/><id>http://www.f6n.net/blog/mood/617.html</id></entry><entry><title type="html"><![CDATA[全国哀悼日开始，让全国的网站也来为遇难者默哀吧！]]></title><author><name>cs99619</name><uri>http://www.f6n.net</uri><email>cs99619@gmail.com</email></author><category term="" scheme="http://www.f6n.net/blog/catalog.asp?cate=1" label="心情日志.net"/><updated>2008-05-19T03:45:18+08:00</updated><published>2008-05-19T03:45:18+08:00</published><summary type="html"><![CDATA[全国哀悼日开始，让全国的网站也来为遇难者默哀吧！<br/><br/>倡导各位有网站的朋友都来加入这个行列，很简单，只要在你的网站的CSS代码中加入一行代码即可！<br/><br/><textarea class="code" rows="10" cols="50">
body{
&nbsp;&nbsp;filter:Gray;
}
</textarea><br/><br/>将这段代码加到你的CSS文件中，整个网页都会变成灰色调！<br/><br/>让我们一起行动起来，为遇难的人默哀！<br/><br/>…………<br/>]]></summary><link rel="alternate" type="text/html" href="http://www.f6n.net/blog/mood/616.html"/><id>http://www.f6n.net/blog/mood/616.html</id></entry></feed>
