<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：随记</title>
	<atom:link href="http://www.ajaxcn.net/laodao/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxcn.net</link>
	<description>关注 flex ajax asp.net等</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:42:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-357</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-357</guid>
		<description>终于可以登录后采集要更新的数据了，需要几个要掌握的知识点列下
1.webBrowser控件的使用
2.webBrowser1_DocumentCompleted事件的应用
3.Application.DoEvents()的如何使用</description>
		<content:encoded><![CDATA[<p>终于可以登录后采集要更新的数据了，需要几个要掌握的知识点列下<br />
1.webBrowser控件的使用<br />
2.webBrowser1_DocumentCompleted事件的应用<br />
3.Application.DoEvents()的如何使用</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-345</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-345</guid>
		<description>每天不知道能否写一篇文章，每天能否深夜1点钟前睡觉</description>
		<content:encoded><![CDATA[<p>每天不知道能否写一篇文章，每天能否深夜1点钟前睡觉</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-75</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-75</guid>
		<description>  </description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-66</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Mon, 05 Oct 2009 13:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-66</guid>
		<description>MenuStrip 和 ContextMenuStrip 替换了早期版本的 MainMenu 和 ContextMenu 控件并添加了功能，但是也可选择保留 MainMenu 和 ContextMenu 以备向后兼容和将来使用。</description>
		<content:encoded><![CDATA[<p>MenuStrip 和 ContextMenuStrip 替换了早期版本的 MainMenu 和 ContextMenu 控件并添加了功能，但是也可选择保留 MainMenu 和 ContextMenu 以备向后兼容和将来使用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-65</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Mon, 05 Oct 2009 06:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-65</guid>
		<description>触摸板左右按键坏了，已经过了保，几个月没用居然坏了</description>
		<content:encoded><![CDATA[<p>触摸板左右按键坏了，已经过了保，几个月没用居然坏了</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-59</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-59</guid>
		<description>刚在想要不要要找个转换代码,原来javascirpt中也是有toUpperCase()转换成大写
 小写转大写
    document.getElementById(&quot;output&quot;).value=document.getElementById(&quot;input&quot;).value.toUpperCase();
大写转小写
document.getElementById(&quot;output&quot;).value=document.getElementById(&quot;input&quot;).value.toLowerCase();</description>
		<content:encoded><![CDATA[<p>刚在想要不要要找个转换代码,原来javascirpt中也是有toUpperCase()转换成大写<br />
 小写转大写<br />
    document.getElementById("output").value=document.getElementById("input").value.toUpperCase();<br />
大写转小写<br />
document.getElementById("output").value=document.getElementById("input").value.toLowerCase();</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-58</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-58</guid>
		<description>今天看了as 视频，英文的，已经做好笔记下次发布</description>
		<content:encoded><![CDATA[<p>今天看了as 视频，英文的，已经做好笔记下次发布</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-56</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Mon, 21 Sep 2009 15:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-56</guid>
		<description>flex可以使用包含 include &quot;abc.as&quot;
&lt;code&gt;
 include &quot;abc.as&quot;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>flex可以使用包含 include "abc.as"<br />
<code><br />
 include "abc.as"<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-55</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Sat, 19 Sep 2009 08:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-55</guid>
		<description>三重继承只继承父类</description>
		<content:encoded><![CDATA[<p>三重继承只继承父类</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-54</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Sat, 19 Sep 2009 08:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-54</guid>
		<description>c#支持名为索引器属性，必须this关键字后面跟[]，指定参数
private string[] member;
public string this[int idx]
{
get
{
return member[idx];
}
set
{
 member[idx]=value;
}
}</description>
		<content:encoded><![CDATA[<p>c#支持名为索引器属性，必须this关键字后面跟[]，指定参数<br />
private string[] member;<br />
public string this[int idx]<br />
{<br />
get<br />
{<br />
return member[idx];<br />
}<br />
set<br />
{<br />
 member[idx]=value;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-53</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Sat, 19 Sep 2009 07:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-53</guid>
		<description>什么叫多态
一个接口，多个方法。在程序运行过程中才决定调用的函数。


虚函数：就是允许被其子类重新定义的成员函数。而重新定义父类虚函数的做法，叫覆盖。注意与重载区别

函数同名 参数不同=》重载</description>
		<content:encoded><![CDATA[<p>什么叫多态<br />
一个接口，多个方法。在程序运行过程中才决定调用的函数。</p>
<p>虚函数：就是允许被其子类重新定义的成员函数。而重新定义父类虚函数的做法，叫覆盖。注意与重载区别</p>
<p>函数同名 参数不同=》重载</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-52</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Sat, 19 Sep 2009 07:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-52</guid>
		<description>什么叫单例模式
顾名思义
一个实例，必须唯一，提供所有其它对象这个实例
sealed class Singleton
{
private Singleton();
public static readonly Singleton Instance=new Singleton();
}</description>
		<content:encoded><![CDATA[<p>什么叫单例模式<br />
顾名思义<br />
一个实例，必须唯一，提供所有其它对象这个实例<br />
sealed class Singleton<br />
{<br />
private Singleton();<br />
public static readonly Singleton Instance=new Singleton();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-51</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Sat, 19 Sep 2009 07:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-51</guid>
		<description>int a；定义后输出没有赋值，默认a=0;
静态声明赋值语句先于静态构造函数执行。</description>
		<content:encoded><![CDATA[<p>int a；定义后输出没有赋值，默认a=0;<br />
静态声明赋值语句先于静态构造函数执行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-50</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Sat, 19 Sep 2009 07:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-50</guid>
		<description>构造函数
不能被覆盖，（覆盖用虚函数）。不能有返回值。不能用virtual类型，（析构函数可以）。
可以用private,必须与类名相同，可以带参数。</description>
		<content:encoded><![CDATA[<p>构造函数<br />
不能被覆盖，（覆盖用虚函数）。不能有返回值。不能用virtual类型，（析构函数可以）。<br />
可以用private,必须与类名相同，可以带参数。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：云飞扬</title>
		<link>http://www.ajaxcn.net/laodao/comment-page-1#comment-49</link>
		<dc:creator>云飞扬</dc:creator>
		<pubDate>Sat, 19 Sep 2009 06:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxcn.net/?page_id=13#comment-49</guid>
		<description>const和static readonly的区别
两个都是表示常量，都是只读
编译期间----运行期间
声明初始化----既可以声明初始化或构造器初始化
修饰类中成员，或函数体局部变量-----类中成员</description>
		<content:encoded><![CDATA[<p>const和static readonly的区别<br />
两个都是表示常量，都是只读<br />
编译期间----运行期间<br />
声明初始化----既可以声明初始化或构造器初始化<br />
修饰类中成员，或函数体局部变量-----类中成员</p>
]]></content:encoded>
	</item>
</channel>
</rss>

