<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Kevin Wu's Corner</title><subtitle type="text">暂时停一停</subtitle><id>http://feed.cnblogs.com/blog/u/22345/rss</id><updated>2008-03-17T14:36:07Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/22345/rss"/><entry><id>http://www.cnblogs.com/kevin-wu/archive/2008/02/27/loveyourcar.html</id><title type="text">你是否也爱车</title><summary type="text">每天面对着枯燥无味的代码，反复的css+div，你是否已经感到乏味？作为一名现代的白领、程序员这一阶层的你，是否 也拥有一辆爱车？又或者想拥有或者即将拥有一辆属于自己的车？无论如何，作为爱车人士，现在又多了一个好的选择，广州丰田雅力士即将进军国内了。为了迎接辆新款车型的到来，广州丰田汽车有限公司特别举行了：智&amp;#8216;绘&amp;#8217;我本色--Yaris雅力士彩绘设计网络大赛.此本次大赛为大家...</summary><published>2008-02-26T16:11:00Z</published><updated>2008-02-26T16:11:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2008/02/27/loveyourcar.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2008/02/27/loveyourcar.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/09/30/912210.html</id><title type="text">Asp..net 页面间跳转方法</title><summary type="text">&#xD;&#xD;1 response.redirect 这个跳转页面的方法跳转的速度不快，因为它要走2个来回（2次postback），但他可以跳转到任何页面，没有站点页面限制（即可以由雅虎跳到新浪），同时不能跳过登录保护。&#xD;2 server.transfer 速度快，只需要一次postback ,但是。。。。他必须是在同一个站点下，因为它是server的一个方法。另外，他能跳过登录保护。&#xD;3 sever.execute 这个方法主要是用在页面设计上面，而且他必须是跳转同一站点下的页面。&#xD;4 a标签 最简单的定义跳转&#xD;5 HyperLink控件 可以在服务器端使用代码修改跳转地址</summary><published>2007-09-30T10:32:00Z</published><updated>2007-09-30T10:32:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/09/30/912210.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/09/30/912210.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/09/25/905619.html</id><title type="text">Windows Server 2008 RC0正式发布、下载</title><summary type="text">今天，微软正式发布了下代服务器操作系统Windows Server 2008的第一个公众预览版RC0，版本号"6001.16659.070916-1443"，同时也标志着Windows Server虚拟化技术"Virididan"的第一次公开亮相。</summary><published>2007-09-25T08:45:00Z</published><updated>2007-09-25T08:45:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/09/25/905619.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/09/25/905619.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/09/20/899786.html</id><title type="text">通过Url抓取网页内容</title><summary type="text">近来想学习一下网页抓取技术,监于之前没有这方面的基础，都只是在socke方面的编程，对http方面了解很少，现在到个较好的入门例子，共享学习一下，如果大家以前看过的话，就当是复习吧。还希望高手可以指导一下如何学习这方面的内容，给点指引。&#xD;</summary><published>2007-09-20T04:49:00Z</published><updated>2007-09-20T04:49:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/09/20/899786.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/09/20/899786.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/09/14/893334.html</id><title type="text">如何生成静态页面的五种方案</title><summary type="text">介绍生成静态页面的5种方法&#xD;方案1：System.Net.WebRequest和System.Net.WebResponse&#xD;方案2：读模板替换数据&#xD;方案3：javascript&#xD;方案4：xml和xsl&#xD;方案5：Dw-Mx</summary><published>2007-09-14T09:41:00Z</published><updated>2007-09-14T09:41:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/09/14/893334.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/09/14/893334.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/08/30/875654.html</id><title type="text">(转）怎样用dos入侵局域网</title><summary type="text">怎样用dos入侵局域网一，ping 　　 　　它是用来检查网络是否通畅或者网络连接速度的命令。作为一个生活在网络上的管理员或者黑客来说，ping命令是第一个必须掌握的DOS命令，它所利用的原理是这样的：网络上的机器都有唯一确定的IP地址，我们给目标IP地址发送一个数据包，对方就要返回一个同样大小的数据包，根据返回的数据包我们可以确定目标主机的存在，可以初步判断目标主机的操作系统等。下面就来看看它的...</summary><published>2007-08-30T05:03:00Z</published><updated>2007-08-30T05:03:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/08/30/875654.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/08/30/875654.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/08/14/855058.html</id><title type="text">闲里偷忙</title><summary type="text">好久沒有上来這里写东西了，近来有空，就来看看，杂草丛生呀&amp;#8230;&amp;#8230;虽然没有上来这里，但并不代表没有上网，近段时间上网上得太多了，一坐就是一上午或者一下午，中间很少休息，眼睛快不行了，而且有些事情也忘记了去做。这样可不行，所以想了想，自己做个东西吧，让它间隔一段时间就提醒我一次，我也可以把我要做的事记录下来，让它提醒我，这样就好多了。我知道，现在网上这些东西多得是，随便一搜一大堆，...</summary><published>2007-08-14T03:50:00Z</published><updated>2007-08-14T03:50:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/08/14/855058.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/08/14/855058.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/08/11/851873.html</id><title type="text">[导入]学习网页制作： 用CSS来控制网页背景</title><summary type="text">Tags: background css html quickd Posted by: imkevinHighlights and Sticky Notes:&amp;#160;图片是否重复显示background-repeat&amp;#160;&amp;#160;&amp;#183;定位图片显示位置background-position&amp;#160;&amp;#160;控制图片是否滚动background-attachment&amp;#16...</summary><published>2007-08-11T07:45:00Z</published><updated>2007-08-11T07:45:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/08/11/851873.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/08/11/851873.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/06/06/774207.html</id><title type="text">(转)解决AJAX中使用UpdatePanel后再用Response.Write();等无法弹出对话框问题 3法</title><summary type="text">在AJAX支持的网站中使用想使用Response.Wrie(&amp;#8220;&amp;#8221;); 或 Page. RegisterStartupScript (); 弹出一些提示对话框，没有效果。有如下两种解决方法：（1） System.Web.UI.ScriptManager.RegisterStartupScript来替代Page.ClientScript.RegisterStartupScrip...</summary><published>2007-06-06T13:08:00Z</published><updated>2007-06-06T13:08:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/06/06/774207.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/06/06/774207.html"/></entry><entry><id>http://www.cnblogs.com/kevin-wu/archive/2007/05/24/758591.html</id><title type="text">为你的aspx页面加上ajax enable</title><summary type="text">今天想在以前做的一个项目里的一些页面添加AJAX Extent控件,但是将控件一拉到页面上就出现了"尝试读取或写入受保护的内存.这通常指示其他内存已损坏."难道安装的文件出错了?我又重新安装了一次,提示重启,完了之后打开工程,重新操作,但是问题依旧.搞什么鬼呢?仔细想了想,原来是我的工程不是AJAX enable的.郁闷了,那不是要重新新建项目?突然想起以前看过的一篇文章,通过改配置文件就可以使页...</summary><published>2007-05-24T07:13:00Z</published><updated>2007-05-24T07:13:00Z</updated><author><name>Kevin Wu</name><uri>http://www.cnblogs.com/kevin-wu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wu/archive/2007/05/24/758591.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wu/archive/2007/05/24/758591.html"/></entry></feed>
