<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_咖喱碗糕`</title><subtitle type="text">`∧ ∧︵ ミ^ō^ミ灬)~ ~我是只可爱的狐狸```http://freedom2130.cnblogs.com</subtitle><id>http://feed.cnblogs.com/blog/u/9067/rss</id><updated>2007-09-01T03:21:49Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/9067/rss"/><entry><id>http://www.cnblogs.com/freedom2130/archive/2007/09/01/878136.html</id><title type="text">一个可以放wordpress博客的PHP国外免费空间速度非常不错 </title><summary type="text">www.000webhost.com/www.000webhost.com/提供了250M的免费空间 每月100G的流量，并且MYsql数据库支持5用户。虽然不不能让你永久免费使用下去，但至少到2012年都是免费的。详情网站上有说明。我的测试博客地址:http://codyan.000webhost.com</summary><published>2007-09-01T03:22:00Z</published><updated>2007-09-01T03:22:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2007/09/01/878136.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2007/09/01/878136.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2007/06/27/797345.html</id><title type="text">重写alert,使用模态窗口强化alert。</title><summary type="text">为什么要重写 alert项目中经常碰到提示，提示的按钮文本多种多样，经常要根据需要显示。演示地址alert重写代码&amp;lt;script&amp;gt;var winAlert=window.alert;window.alert=function(msg,dr){var reValue=null;if(dr){ var obj=document.createElement("span"); obj.inne...</summary><published>2007-06-27T02:33:00Z</published><updated>2007-06-27T02:33:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2007/06/27/797345.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2007/06/27/797345.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2007/04/21/721749.html</id><title type="text">利用 ASP.NET 的Timer 来实现的访问统计,感觉比较适合高访问量的网站  </title><summary type="text">首先是因为晚上我要把我的博客的访问统计加上去的.起初的想法很简单 随便在 Session_Start 里面,自动往数据表里加 1&#xD;&#xD;但考虑到如果访问人数很高的话是不是每次都很频烦的访问(还好我的访问量并不高).&#xD;&#xD;后来想到在Application_Start的时候存数据到 缓存里,Application_End 存进数据表不就得了,.貌似这个想法不错.但有一个问题,就是不可预测的因素,什么服务突然怎么怎么样啦.所以现在我的做法是,把数据 保存在 缓存里 然后利用timer间隔一定时间往数据表里写.&#xD;&#xD;</summary><published>2007-04-20T17:49:00Z</published><updated>2007-04-20T17:49:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2007/04/21/721749.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2007/04/21/721749.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2007/04/19/719363.html</id><title type="text">JavaScript 使用for(…in…)实现反射机制 </title><summary type="text">什么是反射机制反射机制指的是程序在运行时能够获取自身的信息。例如一个对象能够在运行时知道自己有哪些方法和属性。在JavaScript中利用for(&amp;#8230;in&amp;#8230;)语句实现反射在JavaScript中有一个很方便的语法来实现反射，即for(&amp;#8230;in&amp;#8230;)语句，其语法如下：for(var p in obj){ //语句}这里var p表示声明的一个变量，用以存储对...</summary><published>2007-04-19T02:48:00Z</published><updated>2007-04-19T02:48:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2007/04/19/719363.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2007/04/19/719363.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2007/04/19/719119.html</id><title type="text">给moz添加ie方法和属性，让firefox像IE一样编程 </title><summary type="text">&amp;lt;scriptlanguage="JavaScript"type="Text/JavaScript"&amp;gt;&amp;lt;!--if(window.Event){//修正Event的DOM/**//*IE5MacIE5MozillaKonqueror2.2Opera5eventyesyesyesyesyesevent.returnValueyesyesnononoevent.cancelBubbl...</summary><published>2007-04-19T00:59:00Z</published><updated>2007-04-19T00:59:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2007/04/19/719119.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2007/04/19/719119.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2007/04/19/719077.html</id><title type="text">[原] 用 javascript 给你的博客增加运行代码功能</title><summary type="text">看到别人博客有运行代码的功能不时的羡慕不已呀。想想自己经常发javascript 没有这东西怎么行，可惜我的博客又没自带这个功能，只好自己弄弄。代码比较简单，大家看看笑笑。</summary><published>2007-04-19T00:33:00Z</published><updated>2007-04-19T00:33:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2007/04/19/719077.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2007/04/19/719077.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2007/04/17/716897.html</id><title type="text">[原]ASP.NET　下生成的条形码。</title><summary type="text">由于公司经常要用到条形码打印，但网上搜了好久，总没有几个好用的，有好用的也要很多大洋。没办法本人比较穷所以只能自己写个比较简单的。由于公司很多项目都是不同语言写的，又都基于b/s系统，经常要用到这个条形码，所以我写成的一个ashx文件，并用传入参数的方法来调用</summary><published>2007-04-17T07:46:00Z</published><updated>2007-04-17T07:46:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2007/04/17/716897.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2007/04/17/716897.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2006/06/09/421790.html</id><title type="text">网页中图片大小自动调整三种方法</title><summary type="text">1.鼠标滚动图片大小调整 &amp;lt;body&amp;gt; &amp;lt;scriptLANGUAGE="JAVASCRIPT"&amp;gt; functionbbimg(o){ varzoom=parseInt(o.style.zoom,10)||100; zoom+=event.wheelDelta/12; if(zoom&amp;gt;0) o.style.zoom=zoom+'%'; returnfalse; } &amp;...</summary><published>2006-06-09T08:38:00Z</published><updated>2006-06-09T08:38:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2006/06/09/421790.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2006/06/09/421790.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2006/06/08/420249.html</id><title type="text">同时支持三种事件模型 </title><summary type="text">同时支持三种事件模型 事件使得客户端的 JavaScript 有机会被激活，并得以运行。在一个 Web 页面装载之后，运行脚本的唯一方式，就是响应系统或者用户的动作。虽然从第一个支持脚本编程的浏览器面世以来，简单的事件被实现为 JavaScript 的一部分；但是大多数最近出现的浏览器都实现了强壮的事件模型，使脚本可以更加智能地处理事件。现在的问题在于：为了支持各种浏览器，您必须和多个先进的事件模...</summary><published>2006-06-08T01:10:00Z</published><updated>2006-06-08T01:10:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2006/06/08/420249.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2006/06/08/420249.html"/></entry><entry><id>http://www.cnblogs.com/freedom2130/archive/2006/06/03/416592.html</id><title type="text">ASP调用.Net编写的动态库 </title><summary type="text">1.在.net下新建一个类库，再添加一个类文件2.定义一个接口，并给接口添加一个GUID[Guid("47E62378-B300-43f6-BDB4-0DEAC60F8EB6")]public interface IEncrypt{string MyEncoding(string ss);string MyDecoding(string ss);}3.实现接口[Guid("532FF790-079...</summary><published>2006-06-03T08:33:00Z</published><updated>2006-06-03T08:33:00Z</updated><author><name>刹那间我存在</name><uri>http://www.cnblogs.com/freedom2130/</uri></author><link rel="alternate" href="http://www.cnblogs.com/freedom2130/archive/2006/06/03/416592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/freedom2130/archive/2006/06/03/416592.html"/></entry></feed>
