<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_xh3</title><subtitle type="text">xh&amp;hhh</subtitle><id>http://feed.cnblogs.com/blog/u/10506/rss</id><updated>2007-08-14T04:06:36Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/10506/rss"/><entry><id>http://www.cnblogs.com/xh3/archive/2007/08/14/855080.html</id><title type="text">关于cookieless="true"与website.map冲突的一个问题！</title><summary type="text">一直在用ASP.NET 2.0 作应用开发，但今天发现了一则奇怪的问题，我系统的web.config中起用了cookieless="true"后，站点地图竟然出现了莫名奇妙的故障：在website.map中是允许URL属性为空的，并且默认的是该节点不可用，仅作分类目录，即在页面上是不可点击的，但却发现这些节点竟然可以点击了，并且默认回到了登陆页面！难道这是服务器配置的问题或是一个BUG！</summary><published>2007-08-14T04:07:00Z</published><updated>2007-08-14T04:07:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/08/14/855080.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/08/14/855080.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/08/14/855072.html</id><title type="text">关于AJAX.net的一个问题:回发或回调参数无效！</title><summary type="text">回发或回调参数无效。在配置中使用 &amp;lt;pages enableEventValidation="true"/&amp;gt; 或在页面中使用 &amp;lt;%@ Page EnableEventValidation="true" %&amp;gt; 启用了事件验证。出于安全目的，此功能验证回发或回调事件的参数是否来源于最初呈现这些事件的服务器控件。如果数据有效并且是预期的，则使用 ClientScriptManag...</summary><published>2007-08-14T04:00:00Z</published><updated>2007-08-14T04:00:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/08/14/855072.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/08/14/855072.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/08/09/849766.html</id><title type="text">在Asp.net 2.0中用QueryString传递中文参数的解决方法！</title><summary type="text">今天写程序的时候，发现用QueryString直接传中文不行，后来研究了下，问题解决了，方法还超级简单。一个方法是修改web.config，添加如下代码：&amp;lt;globalization requestEncoding="gb2312" responseEncoding="gb2312"/&amp;gt; 另外一个方法是在QueryString中先用它对汉字编码: Server.UrlEncode(汉字...</summary><published>2007-08-09T12:41:00Z</published><updated>2007-08-09T12:41:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/08/09/849766.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/08/09/849766.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/08/09/849761.html</id><title type="text">在Asp.net 2.0 中禁用页面缓存解决页面刷新（重新加载数据）的问题！</title><summary type="text">一般情况下,WEB页面都会在Internet临时文件夹中有一个临时文件.我在操作IE时会出现这种情况:假如说有一个页面treeview.aspx,在我第一次访问后,它会在我的Internet临时文件夹里有一个treeview.aspx文件生成.之后,如果我改了treeview.aspx,的数据后再次访问该页面,发现IE并没有对这个treeview.aspx,的数据进行更新,反而打开的是我第一次访问...</summary><published>2007-08-09T12:34:00Z</published><updated>2007-08-09T12:34:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/08/09/849761.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/08/09/849761.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/08/09/849755.html</id><title type="text">在Asp.net 2.0中关于menu和treeview的几点使用注意！</title><summary type="text">1&#x1A;在 menu 中，如果 NavigateUrl = "%"，则表明改节点不可选择或单击,也可通过设置节点的 Selectable 来启用节点不可选择或单击。2&#x1A;在 menu 和 treeview 中,如果为 NavigateUrl 赋了值，则执行时先执行 NavigateUrl ，而 Menu_MenuItemClick 和 TreeView1_SelectedNodeChanged 不会触发...</summary><published>2007-08-09T12:28:00Z</published><updated>2007-08-09T12:28:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/08/09/849755.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/08/09/849755.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/08/06/844860.html</id><title type="text">Asp.net 2.0在Windows 2003 Server 上配置Microsoft Excel、Microsoft Word应用程序权限时 error: 8000401a 的解决方法！</title><summary type="text">ServerErrorin'/'Application.--------------------------------------------------------------------------------RetrievingtheCOMclassfactoryforcomponentwithCLSID{000209FF-0000-0000-C000-000000000046}faile...</summary><published>2007-08-06T06:48:00Z</published><updated>2007-08-06T06:48:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/08/06/844860.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/08/06/844860.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/08/01/839516.html</id><title type="text">Asp.net 2.0 中 Cache 丢失的问题：“值不能为空”或“未将对象引用设置到对象的实例”</title><summary type="text">我在用 C# 编写 asp.net 2.0 程序，其中涉及到单点登录的问题，我把判断用户是否 online 这个变量放在了在 global.asax 中声明的 Cache 里，问题也就由此产生：在我的机器上（XP-SP2、VS2005、PD 双核 3.0G CPU、1G内存）运行时没有问题，在同事的一台笔记本上（XP-SP2、VS2005、迅驰1.7G、512M内存）运行时就有时发生 Cache ...</summary><published>2007-08-01T13:24:00Z</published><updated>2007-08-01T13:24:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/08/01/839516.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/08/01/839516.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/07/29/835110.html</id><title type="text">在Asp.net2.0中建立Microsoft.Office.Interop.Word.Application时出现“拒绝访问”错误的解决方法 </title><summary type="text">项目中要实现在服务器端打开一个Word模版文件，修改其内容后再下载到客户端使用，在Asp.net页面中建立Microsoft.Office.Interop.Word.Application对象时出现&amp;#8220;拒绝访问&amp;#8221;的错误，提示信息如下：拒绝访问。 说明: 执行当前 Web 请求期间，出现未处理的异常。请检查堆栈跟踪信息，以了解有关该错误以及代码中导致错误的出处的详细信息。 异常...</summary><published>2007-07-28T18:57:00Z</published><updated>2007-07-28T18:57:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/07/29/835110.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/07/29/835110.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/05/28/761965.html</id><title type="text">经典英语口语228句(下) </title><summary type="text">129． i wish i could.（不行。）[委婉表达法] 130． what's the rush?（什么事那么匆忙？）131． what's so funny/（有什么好笑的？） 132． i couldn't agree more.（我完全同意。） 133． stay out of this matter, please.（请别管这事。） 134． don't just shake y...</summary><published>2007-05-27T18:56:00Z</published><updated>2007-05-27T18:56:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/05/28/761965.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/05/28/761965.html"/></entry><entry><id>http://www.cnblogs.com/xh3/archive/2007/05/28/761964.html</id><title type="text">经典英语口语228句(上)</title><summary type="text">1． it's up to you.（由你决定。） 2． i envy [羡慕]you.（我羡慕你。） 3． how can i get in touch with you?4． where can i wash my hands? （请问洗手间在哪里？） 5． what's the weather like today?（今天天气如何？） 6． where are you headed [朝&amp;#...</summary><published>2007-05-27T18:51:00Z</published><updated>2007-05-27T18:51:00Z</updated><author><name>xh3</name><uri>http://www.cnblogs.com/xh3/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xh3/archive/2007/05/28/761964.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xh3/archive/2007/05/28/761964.html"/></entry></feed>
