<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_javen</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/19968/rss</id><updated>2006-07-25T14:06:43Z</updated><author><name>javen</name><uri>http://www.cnblogs.com/javen/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/javen/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19968/rss"/><entry><id>http://www.cnblogs.com/javen/archive/2006/07/25/459685.html</id><title type="text">在虚拟主机上用asp.net轻松实现urlrewrite</title><summary type="text">在网上看到，很多朋友在asp.net中做urlrewrite，用的是HttpHandle＋Server.Transfer的方法。其实这种方法是错误的。第一，HttpHandle是实现不了urlrewrite的；第二Server.Transfer是标准的重定向，根本不是urlrewrite。 其实，实现urlrewrite不用自己HttpHandle，也不用自己实现HttpModule，用几行代码就...</summary><published>2006-07-25T14:07:00Z</published><updated>2006-07-25T14:07:00Z</updated><author><name>javen</name><uri>http://www.cnblogs.com/javen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/javen/archive/2006/07/25/459685.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/javen/archive/2006/07/25/459685.html"/></entry><entry><id>http://www.cnblogs.com/javen/archive/2006/07/14/451116.html</id><title type="text">asp.net页面head区动态设置全攻略 </title><summary type="text">网页head区，不能用普通控件，但它有时又很重要，比如title、keywords、description，可能每个页面都不同，那么怎么样才能根据内容动态设置它们呢？方法1：asp能做到的，asp.net当然可以做到，只要你把整个页面都用Response.Write()写出来，没有什么不能自定义的，当然也可以"&amp;lt;%=某个成员%&amp;gt;"。但很明显，这样发挥不了.net的特点。方法2：利用as...</summary><published>2006-07-14T15:43:00Z</published><updated>2006-07-14T15:43:00Z</updated><author><name>javen</name><uri>http://www.cnblogs.com/javen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/javen/archive/2006/07/14/451116.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/javen/archive/2006/07/14/451116.html"/></entry></feed>
