<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_csharp</title><subtitle type="text">sharp-u</subtitle><id>http://feed.cnblogs.com/blog/u/30731/rss</id><updated>2008-10-30T03:34:40Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/30731/rss"/><entry><id>http://www.cnblogs.com/cnu/archive/2008/10/30/1322851.html</id><title type="text">c#程序自动在线升级系统</title><summary type="text">面介绍一种用Web Services制作的升级程序。通过Web Services 升级程序就象读写本机文件一样简单。所以我就直接给出代码。 Web Services部分代码：[代码] 升级程序代码：[代码]</summary><published>2008-10-30T03:35:00Z</published><updated>2008-10-30T03:35:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2008/10/30/1322851.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2008/10/30/1322851.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2008/10/15/1312084.html</id><title type="text">[原著翻译]c#.net改变AutoCAD块中内容的颜色（用c#对autocad进行二次开发系列之一）</title><summary type="text">下面是我最近遇到的一个问题：       在.net中我如何调出AutoCAD的颜色对话框呢？我需要让用户选择一个块，然后弹出AutoCAD的颜色选择对话框，然后用用户选择的颜色来运用到选择的块中的内容中。        总部设在圣保罗的DevTech Americas的一个新成员-Augusto Gonçalves,用如下的代码回答了我的问题（我进行了细微的修改，为了使这篇blog上的代码便于阅读）。谢谢您，Augusto！</summary><published>2008-10-15T12:01:00Z</published><updated>2008-10-15T12:01:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2008/10/15/1312084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2008/10/15/1312084.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2008/06/09/1216093.html</id><title type="text">爱因斯坦谜题（英文原版）The Einstein Puzzle（原创）</title><summary type="text">这是一个经典的逻辑分析题目。相信很多人看过中文版的了。现在我们来对英文原版来一次分析和推理，希望能做到让大家信服。&#xD;Over the years, Einstein's Puzzle has become a huge Internet favorite. It is said that Albert Einstein wrote this Logic Puzzle quiz. As the Legend goes, Dr. Einstein said that 98% of the world could not figure it out. He believed only 2% of all humans had the ability to solve his puzzle. Are you smart enough to be one of the few? &#xD;hoho，世界上只有2%的人可以解决这个问题。你是不是这2%中的其中之一呢。&#xD;前几天看到这个问题，觉得挺有意思的，但是看中文版容易产生歧义。还有一些逻辑分析表述的不是很严谨。所以特别的找来英文原</summary><published>2008-06-08T16:03:00Z</published><updated>2008-06-08T16:03:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2008/06/09/1216093.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2008/06/09/1216093.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2007/12/03/981505.html</id><title type="text">如何将特定目录下文件的浏览权限和下载权限分离开来。</title><summary type="text">这是一个非常有意义、非常令人兴奋的事情，如果能够将特定目录下的浏览权限和下载权限分离开来的话。如果单纯的依靠操作系统和服务器来看，就微软现在提供的功能来说是非常困难的（几乎是无法实现的）。这个教训是我在苦苦思索了一个多月和查阅了无数资料的基础上得来的。&#xD;但是幸运的是这个问题不是没有办法解决的。以下我来说说实现的方法和思路。</summary><published>2007-12-03T12:31:00Z</published><updated>2007-12-03T12:31:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2007/12/03/981505.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2007/12/03/981505.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2007/12/02/980302.html</id><title type="text">用 Asp.Net 建立一个在线 RSS 新闻聚合器[收藏]</title><summary type="text">用 Asp.Net 建立一个在线 RSS 新闻聚合器&#xD; &#xD;本文关键词： RSS ASP.NET&#xD;概要&#xD;&#xD;　　本文讲解了如何使用 XML Web 控件获取远程XML数据并在 ASP.NET 页面显示这些XML数据，以及使用Repeater控件发布数据库中的XML数据。在过去的几年间，随着异构平台间共享数据的需求不断增长，XML的使用也呈爆炸性增长。意识到这种趋势，微软在整个.NET框架中对  XML 提供了健壮的支持。这意味着，对于 ASP.NET 开发者来说，在Web页面 中显示和处理 XML 数据从来没有这么容易过。本文将通过生成一个 RSS2.0 聚合引擎和在线新闻聚合器来学习 XML 和 ASP.NET 技术。 本文假设读者熟悉 ASP.NET 和 XML。&#xD;&#xD;目录&#xD;&#xD;简介 &#xD;使用 RSS 2.0 规范的聚合内容&#xD;通过 ASP.NET 页面输出聚合内容&#xD;在 ASP.NET 页面中使用聚合摘要&#xD;显示聚合摘要列表&#xD;显示特定聚合摘要的新闻项&#xD;显示特定新闻项的详细内容&#xD;</summary><published>2007-12-02T15:07:00Z</published><updated>2007-12-02T15:07:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2007/12/02/980302.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2007/12/02/980302.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2007/11/28/975917.html</id><title type="text">一个不怀好意的.net后台工具，自己收藏以下。</title><summary type="text">下载地址：http://www.cnblogs.com/Files/cnu/ISTO-DDOS.rar喜欢的自己玩吧。</summary><published>2007-11-28T09:34:00Z</published><updated>2007-11-28T09:34:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2007/11/28/975917.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2007/11/28/975917.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2007/11/18/962984.html</id><title type="text">MSN Messenger协议</title><summary type="text">MSN Messenger协议&#xD;&#xD;前 言&#xD;&#xD;MSN Messenger 是Microsoft开发的聊天工具，目前在国内拥有很大的用户群。使用MSN Messenger可以与他人进行文字聊天，语音对话，视频会议等即时交流，还可以通过此软件来查看联系人是否联机等。该软件的最新版本是6.1。&#xD;&#xD;1999年，Microsoft向IETF提交了一份"MSN Messenger Service 1.0 Protocol"草案，这是最初版本的MSN Messenger协议。在以后几年，该公司不再公开有关MSN Messenger协议的升级、修改细节的官方文档。但无论是开发第三方的聊天客户端软件(如Gaim, MyIM等)，还是做协议分析，必须对其通信协议有深入了解。正因为如此，有一些民间人士对这些协议开展了研究(见本文的"相关资源"一节)。&#xD;&#xD;当我们还在感叹"这世界，变化快"的时候，MSN Messenger的协议已经到了第10版，简称MSNP10，对应于MSN Messenger 6.1。MSN Messenger 6.0则使用MSN</summary><published>2007-11-17T18:26:00Z</published><updated>2007-11-17T18:26:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2007/11/18/962984.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2007/11/18/962984.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2007/11/15/960540.html</id><title type="text">我设想的一个未来msn/qq机器人的一些功能特点。</title><summary type="text">这几天一直在考虑该做个什么样的聊天机器人的问题。想得时间长了就感觉有些设想还是很不错的。很令人兴奋的想法。1、msn/qq聊天机器人应该实现的功能就是帮助使用者熟悉这个机器人的一些功能系统。即帮助系统2、机器人应该实现的功能有根据用户提供的关键词来查询数据库，对于数据库中没有的内容可以到搜索引擎当中搜索相关的答案，还可以向哥哥机器人询问。来实现自我学习的功能。3、机器人在向用户提供答案之后还要有一...</summary><published>2007-11-15T07:22:00Z</published><updated>2007-11-15T07:22:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2007/11/15/960540.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2007/11/15/960540.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2007/11/13/958163.html</id><title type="text">关于dotnet3.0，system.speech命名空间的使用。（英文）中文发音的官方解决方案。</title><summary type="text">摘自ms，dotnet3.0 新特性 中文发音不用愁了。</summary><published>2007-11-13T08:46:00Z</published><updated>2007-11-13T08:46:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2007/11/13/958163.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2007/11/13/958163.html"/></entry><entry><id>http://www.cnblogs.com/cnu/archive/2007/11/13/957649.html</id><title type="text">博客园的后台功能真强大，是我见过的最好的博客发布系统了。</title><summary type="text">博客园的后台功能真强大，是我见过的最好的博客发布系统了。今天第一天开通，本来想先发一篇技术贴，但是一看到博客园的后台管理系统就不禁的感叹，这真的是技术社区，后台功能真的是很强大。技术真是一流。慢慢的摸索当中。。。。希望能尽快地熟悉这里的环境和熟悉各种功能，发布最好的文章，。。。。</summary><published>2007-11-13T02:11:00Z</published><updated>2007-11-13T02:11:00Z</updated><author><name>woog</name><uri>http://www.cnblogs.com/cnu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnu/archive/2007/11/13/957649.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnu/archive/2007/11/13/957649.html"/></entry></feed>
