<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<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://www.pettom.cn/</link><description>Good Luck To You! - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 91204</generator><language>zh-CN</language><copyright>Copyright 2007-2010 www.pettom.cn(PT Auspicious Place).湘ICP备07007182号.</copyright><pubDate>Thu, 09 Sep 2010 14:12:02 +0800</pubDate><item><title>顺序滚动图片(js)</title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/gun.html</link><pubDate>Tue, 14 Aug 2007 16:15:52 +0800</pubDate><guid>http://www.pettom.cn/post/gun.html</guid><description><![CDATA[&nbsp;1.将这段代码添加到head之间&nbsp;&lt;script language=&quot;JavaScript&quot; &gt;//qswh's original and modifid by windy_sk &lt;windy_sk@126.com&gt; 20040120function reportError(msg,url,line) {var str = &quot;You have found an error as below: \n\n&quot;;str...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/gun.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=59</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=59&amp;key=17d4ef03</trackback:ping></item><item><title>如何成为一名游戏开发程序员</title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/net.html</link><pubDate>Tue, 07 Aug 2007 11:40:38 +0800</pubDate><guid>http://www.pettom.cn/post/net.html</guid><description><![CDATA[关键词： 游戏开发 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/net.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=57</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=57&amp;key=4faf5c13</trackback:ping></item><item><title> 如何成为一名优秀的web设计师？</title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/web2.html</link><pubDate>Tue, 07 Aug 2007 11:26:43 +0800</pubDate><guid>http://www.pettom.cn/post/web2.html</guid><description><![CDATA[如果你想作出一手好网站，成为一个出色的Web设计师，你有不少东西要会。首先是xhtml和css。这是一切web的基础。以前大家都用table划来划去，现在的标准是xhtml+css,no table。国际标准推荐用css来定位和布局。 第二是script,这个必须很流利。无论是数据验证，动态样式，还是一些有用的特效，都是需要Script。而Script是基于DOM的，想要精通script，不会DOM就想当于学Java不学Java库。 之后是选学的HTC，将Script封装起来，面向对象的开发JS...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/web2.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=56</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=56&amp;key=ac03702f</trackback:ping></item><item><title>如何才能成为一名真正的Web程序员 </title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/web1.html</link><pubDate>Tue, 07 Aug 2007 11:21:58 +0800</pubDate><guid>http://www.pettom.cn/post/web1.html</guid><description><![CDATA[如何才能成为一名真正的Web程序员 程序员可以分为很多种，像Unix程序员、Windows程序员，或是C++程序员、Delphi程序员，等等。今天我想谈的是Web程序员，一名真正的Web程序员应该懂得那些方面的知识，应该注意学习哪些东西。 也许有些朋友会说，我知道Asp、Jsp，会做网站、会做bbs，这应该叫Web程序员了吧。确实，我承认，这些技术是一名Web程序员应该具备的；但是，你如果仅懂得这些，却只能叫做Asp程序员、Jsp程序员，而不是真正意义上的Web程序员。现在的世界是属于Inter...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/web1.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=55</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=55&amp;key=45c99121</trackback:ping></item><item><title>线程间操作无效: 从不是创建控件“xxx”的线程访问它</title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/chuang.html</link><pubDate>Sun, 15 Jul 2007 15:23:17 +0800</pubDate><guid>http://www.pettom.cn/post/chuang.html</guid><description><![CDATA[在WinForm中，直接使用自己创建的线程去使用窗体中的控件，是不安全的，不允许这样操作，以用委托的方式进行处理,但是可以屏蔽掉：&nbsp;Control.CheckForIllegalCrossThreadCalls = false;&nbsp; //这句话就是说获取或设置一个值，该值是否捕获对错误线程的调用&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delegate void WriteLabelText(string str, Color col...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/chuang.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=49</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=49&amp;key=912c351d</trackback:ping></item><item><title>c#中如何注入线程</title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/ru.html</link><pubDate>Sat, 14 Jul 2007 17:54:53 +0800</pubDate><guid>http://www.pettom.cn/post/ru.html</guid><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Process process = new Process();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; process.StartInfo.FileName = &quot;explorer.exe&quot;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/ru.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=48</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=48&amp;key=89d89801</trackback:ping></item><item><title>托管资源和非托管资源</title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/TUO.html</link><pubDate>Fri, 13 Jul 2007 10:04:35 +0800</pubDate><guid>http://www.pettom.cn/post/TUO.html</guid><description><![CDATA[托管代码定义 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 以运行库为目标的代码称为托管代码 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c++分成两种，一种是托管c++，另外一种是非托管c++ &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c#是以运行库为目标设计的，因此用c#编写的代码基本上为托管代码 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; 不以运行库为目标的代码称为非托管代码...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/TUO.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=44</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=44&amp;key=b7598cf4</trackback:ping></item><item><title> ASP.NET(C#)常用代码30例 </title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/ASPCY.html</link><pubDate>Wed, 20 Jun 2007 16:20:20 +0800</pubDate><guid>http://www.pettom.cn/post/ASPCY.html</guid><description><![CDATA[ASP.NET程序中常用的三十三种代码&nbsp;1.&nbsp;打开新的窗口并传送参数：&nbsp;　　传送参数：response.write(&quot;＜script＞window.open(&rsquo;*.aspx?id=&quot;+this.DropDownList1.SelectIndex+&quot;&amp;id1=&quot;+...+&quot;&rsquo;)＜/script＞&quot;)　　接收参数：string&nbsp;a&nbsp;=&nbsp;Request...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/ASPCY.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=39</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=39&amp;key=1ed5898b</trackback:ping></item><item><title>浅析C#中的套接字编程</title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/sockets.html</link><pubDate>Wed, 20 Jun 2007 15:33:47 +0800</pubDate><guid>http://www.pettom.cn/post/sockets.html</guid><description><![CDATA[大家都知道Java语言的强大功能，尤其在网络编程方面。于是，C#在网络编程方面也自然不甘落后于人。本文就向大家介绍一下C#下实现套接字（Sockets）编程的一些基本知识，以期能使大家对此有个大致了解。首先，我向大家介绍一下套接字的概念。套接字基本概念： 套接字是通信的基石，是支持TCP/IP协议的网络通信的基本操作单元。可以将套接字看作不同主机间的进程进行双向通信的端点，它构成了单个主机内及整个网络间的编程界面。套接字存在于通信域中，通信域是为了处理一般的线程通过套接字通信而引进的一种抽象概念...]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/sockets.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=38</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=38&amp;key=6fdc95f3</trackback:ping></item><item><title>最新推出的时间按钮，按一下可以看见...</title><author>a@b.com (彭涛)</author><link>http://www.pettom.cn/post/shi_8825.html</link><pubDate>Fri, 15 Jun 2007 11:35:05 +0800</pubDate><guid>http://www.pettom.cn/post/shi_8825.html</guid><description><![CDATA[效果还不错!]]></description><category>.Net开发</category><comments>http://www.pettom.cn/post/shi_8825.html#comment</comments><wfw:comment>http://www.pettom.cn/</wfw:comment><wfw:commentRss>http://www.pettom.cn/feed.asp?cmt=36</wfw:commentRss><trackback:ping>http://www.pettom.cn/cmd.asp?act=tb&amp;id=36&amp;key=42fc78a8</trackback:ping></item></channel></rss>
