<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>编程岁月 - .Net</title><link>http://blog.csdn.net/jamex/category/132208.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 12 Sep 2008 17:07:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>jamex</dc:creator><title>.net中的泛型</title><link>http://blog.csdn.net/jamex/archive/2008/09/12/2918163.aspx</link><pubDate>Fri, 12 Sep 2008 17:03:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2008/09/12/2918163.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/2918163.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2008/09/12/2918163.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/2918163.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2918163</trackback:ping><description>&lt;DIV class=postTitle&gt;&lt;A class=postTitle2 id=AjaxHolder_ctl01_TitleUrl href="http://www.cnblogs.com/wang123/archive/2007/08/06/844752.html"&gt;&lt;U&gt;&lt;FONT color=#800080&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;泛型把类或方法的类型的确定推迟到实例化该类或方法的时候&amp;nbsp;，也就是说刚开始声明是不指定类型，等到要使用（实例化）时再指定类型&lt;/P&gt;
&lt;P&gt;泛型可以用于&amp;nbsp; 类、方法、委托、事件等&lt;/P&gt;
&lt;P&gt;下面先写一个简单的泛型&lt;/P&gt;
&lt;P&gt;public class GenericClass&amp;lt;T&amp;gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; void SomeMethod(&amp;nbsp; T&amp;nbsp;&amp;nbsp;&amp;nbsp;t&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbs&lt;img src ="http://blog.csdn.net/jamex/aggbug/2918163.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>如何用.NET创建Windows服务</title><link>http://blog.csdn.net/jamex/archive/2008/09/04/2878731.aspx</link><pubDate>Thu, 04 Sep 2008 10:59:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2008/09/04/2878731.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/2878731.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2008/09/04/2878731.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/2878731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2878731</trackback:ping><description>　　我们将研究如何创建一个作为Windows服务的应用程序。内容包含什么是Windows服务，如何创建、安装和调试它们。会用到System.ServiceProcess.ServiceBase命名空间的类。 &lt;img src ="http://blog.csdn.net/jamex/aggbug/2878731.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>C#里面比较时间大小三种方法</title><link>http://blog.csdn.net/jamex/archive/2008/04/23/2318065.aspx</link><pubDate>Wed, 23 Apr 2008 15:07:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2008/04/23/2318065.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/2318065.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2008/04/23/2318065.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/2318065.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2318065</trackback:ping><description>...&lt;img src ="http://blog.csdn.net/jamex/aggbug/2318065.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>C#如何查找ArrayList 中的某个数据？(附解决方案及源码)</title><link>http://blog.csdn.net/jamex/archive/2007/09/12/1782603.aspx</link><pubDate>Wed, 12 Sep 2007 18:59:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/09/12/1782603.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1782603.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/09/12/1782603.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1782603.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1782603</trackback:ping><description>如题。&lt;img src ="http://blog.csdn.net/jamex/aggbug/1782603.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>用正则表达式替换不规则的回车换行。(C#)</title><link>http://blog.csdn.net/jamex/archive/2007/09/11/1780525.aspx</link><pubDate>Tue, 11 Sep 2007 14:09:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/09/11/1780525.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1780525.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/09/11/1780525.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1780525.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1780525</trackback:ping><description>如题。&lt;img src ="http://blog.csdn.net/jamex/aggbug/1780525.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>关于ClickOnce无法更新/Upgrade/下载 应用系统最新版本的问题和解决方法</title><link>http://blog.csdn.net/jamex/archive/2007/08/16/1746853.aspx</link><pubDate>Thu, 16 Aug 2007 17:04:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/08/16/1746853.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1746853.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/08/16/1746853.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1746853.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1746853</trackback:ping><description>如题&lt;img src ="http://blog.csdn.net/jamex/aggbug/1746853.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>揭开正则表达式的神秘面纱</title><link>http://blog.csdn.net/jamex/archive/2007/08/16/1746396.aspx</link><pubDate>Thu, 16 Aug 2007 13:02:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/08/16/1746396.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1746396.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/08/16/1746396.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1746396.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1746396</trackback:ping><description>正则表达式学习起来其实是很简单的，不多的几个较为抽象的概念也很容易理解。之所以很多人感觉正则表达式比较复杂，一方面是因为大多数的文档没有做到由浅入深地讲解，概念上没有注意先后顺序，给读者的理解带来困难；另一方面，各种引擎自带的文档一般都要介绍它特有的功能，然而这部分特有的功能并不是我们首先要理解的。
&lt;img src ="http://blog.csdn.net/jamex/aggbug/1746396.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>C# WinForm 文件上传下载 (附源码)</title><link>http://blog.csdn.net/jamex/archive/2007/08/15/1744912.aspx</link><pubDate>Wed, 15 Aug 2007 13:45:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/08/15/1744912.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1744912.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/08/15/1744912.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1744912.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1744912</trackback:ping><description>如题&lt;img src ="http://blog.csdn.net/jamex/aggbug/1744912.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>C# 如何判断并且激活,最大化已有的外部应用程序的窗口？ (源码例程)</title><link>http://blog.csdn.net/jamex/archive/2007/05/23/1622357.aspx</link><pubDate>Wed, 23 May 2007 12:53:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/05/23/1622357.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1622357.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/05/23/1622357.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1622357.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1622357</trackback:ping><description>...&lt;img src ="http://blog.csdn.net/jamex/aggbug/1622357.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>常用Win32API 封装 Win32api for .net </title><link>http://blog.csdn.net/jamex/archive/2007/05/23/1622321.aspx</link><pubDate>Wed, 23 May 2007 12:39:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/05/23/1622321.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1622321.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/05/23/1622321.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1622321.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1622321</trackback:ping><description>...&lt;img src ="http://blog.csdn.net/jamex/aggbug/1622321.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>由Web browser的LostFocus事件所想到的编程思路。。。</title><link>http://blog.csdn.net/jamex/archive/2007/05/16/1611786.aspx</link><pubDate>Wed, 16 May 2007 16:21:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/05/16/1611786.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1611786.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/05/16/1611786.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1611786.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1611786</trackback:ping><description>这个经历告诉我们，有的时候，我们可以利用控件的子对象来实现一些功能，不用仅仅局限于控件事件的本身！&lt;img src ="http://blog.csdn.net/jamex/aggbug/1611786.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>源码：Richtextbox和Hyperlink的光标控制问题的解决。</title><link>http://blog.csdn.net/jamex/archive/2007/05/09/1601692.aspx</link><pubDate>Wed, 09 May 2007 13:12:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/05/09/1601692.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1601692.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/05/09/1601692.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1601692.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1601692</trackback:ping><description>如果你用过Richtextbox控件,你会发现,这个控件中如果包含Hyperlink(URL)字串,然后你用鼠标单击这个Hyperlink(URL)的某个字符,你会发现键盘输入光标是无法停在这个字符上的! 也就是说,如果你想要修改Hyperlink(URL)的中某个字符,其操作的复杂程度,远比修改其他普通字符要大.&lt;img src ="http://blog.csdn.net/jamex/aggbug/1601692.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>为什么我改变了Richtextbox的text内容后，滚动条就变disable了，只能用鼠标滚轮。。。 （附解决办法）</title><link>http://blog.csdn.net/jamex/archive/2007/05/08/1600322.aspx</link><pubDate>Tue, 08 May 2007 12:00:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/05/08/1600322.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1600322.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/05/08/1600322.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1600322.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1600322</trackback:ping><description>...&lt;img src ="http://blog.csdn.net/jamex/aggbug/1600322.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>一段源码，展示C# winform 如何识别 Ctrl+Shift+X组合键；如何选取离光标最近的一个单词。</title><link>http://blog.csdn.net/jamex/archive/2007/04/20/1572827.aspx</link><pubDate>Fri, 20 Apr 2007 17:34:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/04/20/1572827.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1572827.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/04/20/1572827.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1572827.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1572827</trackback:ping><description>主要看粗体部分。&lt;img src ="http://blog.csdn.net/jamex/aggbug/1572827.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>jamex</dc:creator><title>解决webservice 异步调用在有的pc客户端是好的,但是在有的pc客户端上用就不行的难题 (内详,附解决方案)</title><link>http://blog.csdn.net/jamex/archive/2007/04/17/1567502.aspx</link><pubDate>Tue, 17 Apr 2007 11:25:00 GMT</pubDate><guid>http://blog.csdn.net/jamex/archive/2007/04/17/1567502.aspx</guid><wfw:comment>http://blog.csdn.net/jamex/comments/1567502.aspx</wfw:comment><comments>http://blog.csdn.net/jamex/archive/2007/04/17/1567502.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jamex/comments/commentRss/1567502.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1567502</trackback:ping><description>最近遇到怪事了. webservice 异步调用 begininvoke/endinvoke 在有的pc客户端是好的,但是在有的pc客户端上用就不行.问题出在service.begininvoke调用以后,回调函数不返回.

但是,在所有的客户端测试同步调用方式,所有的机器都是可以正常返回数据的.....

&lt;img src ="http://blog.csdn.net/jamex/aggbug/1567502.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>