<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/fan178" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/fan178" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 24 Feb 2009 14:43:00 GMT</lastBuildDate><title>fan178的专栏</title><link>http://blog.csdn.net/fan178/</link><item><title>Repeated MouseHover events in C#</title><link>http://blog.csdn.net/fan178/archive/2009/02/24/3932229.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/3932229.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/3932229.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3932229</trackback:ping><description>Due to a quirk in the way Windows handles events, once a mouse hover event has been triggered on a windows form control, another event cannot be triggered until the mouse leaves and re-enters the control. Sometimes you might need to process more than one MouseHover event, for example if you have a user control which has draws shapes on itself. As long as you have a record of where the shapes are (by storing them in a collection), you can use the method below as a workaround.I used th&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/3932229.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 24 Feb 2009 22:43:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2009/02/24/3932229.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2009/02/24/3932229.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>The first Improvisational theatre class in chengdu</title><link>http://blog.csdn.net/fan178/archive/2008/09/06/2892759.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2892759.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2892759.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2892759</trackback:ping><description>This afternoon, I took part in  Improvisational theatre class. The organizer is Oliver who is Germany, working at SAP(chengdu). He live in Beverly garden, and we meet at its chamber's empty zoom. &lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2892759.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 07 Sep 2008 04:28:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/09/06/2892759.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/09/06/2892759.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>WPF 4  System.Windows.Point</title><link>http://blog.csdn.net/fan178/archive/2008/09/02/2867459.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2867459.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2867459.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2867459</trackback:ping><description>这个例子演示了Point 的若干种用法：

&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2867459.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 03 Sep 2008 00:17:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/09/02/2867459.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/09/02/2867459.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>wpf 3</title><link>http://blog.csdn.net/fan178/archive/2008/09/02/2867346.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2867346.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2867346.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2867346</trackback:ping><description>Today, I continue do some search for Wpf, I found something misunderstand before.

For example, MouseEventArgs.GetPostion(), at last article, I pass in (IInputElement)this, but it's wrong, it should pass (UIElement)sender.
&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2867346.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 03 Sep 2008 00:03:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/09/02/2867346.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/09/02/2867346.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>WPF 2 compare winform controls and wpf controls</title><link>http://blog.csdn.net/fan178/archive/2008/09/01/2863132.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2863132.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2863132.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2863132</trackback:ping><description>Today, I continue research on wpf, and rewrite my map explorer to wpf version, I mention many problem 
that you can see at last article.

I found there is no ColorDialog in wpf application, and toolbar also doesn't work, I cann't add items, the add button is disable, 
I think maybe I should add ItemsSource first, it implement IEnmerable. When I fix that I will write detail resolution.

I list the Windows Forms Controls and Equivalent WPF Controls:
&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2863132.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 02 Sep 2008 04:37:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/09/01/2863132.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/09/01/2863132.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>WPF 1</title><link>http://blog.csdn.net/fan178/archive/2008/09/01/2860284.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2860284.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2860284.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2860284</trackback:ping><description>&lt;br /&gt;From today on, I will learn WPF, also I will write something in here.&lt;br /&gt;&lt;br /&gt;1, Menu, ToolBar and StatusBar can put anywhere position in the window.&lt;br /&gt;&lt;br /&gt;2, The default value of width and height is Auto, that mean this control can auto size, but the Width and Height property return value is NaN.&lt;br /&gt;&lt;br /&gt;3, Wpf use System.Windows.Media.Imaging.BitmapSource instead of System.Drawing.Bitmap, but you should con&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2860284.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 01 Sep 2008 19:37:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/09/01/2860284.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/09/01/2860284.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>正宗的四川方言情书</title><link>http://blog.csdn.net/fan178/archive/2008/06/03/2508635.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2508635.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2508635.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2508635</trackback:ping><description>那年弹豁子一看到幺妹儿，就觉得好喜欢她，想跟她耍朋友，所以啥子都不管了，提笔就哗哗哗哗是一阵疾书，巴巴适适地写完一封情书寄了出去，今天翻出来给大家看下。先说，不要说弹豁子瓜兮兮的哈……那天赶场（赶集）瞄倒背起背篼的你—幺妹儿，我一下子就瓜了，原来幺妹儿你长得来那么万恶嗦（漂亮），把我的魂都扯去了，你说你是不是万恶？你的脸就像后山上盛开的红苕花，开得那么腻人，看到你就啥子都吃不下去了。你肥胴胴的身材就像是架上的葫芦，是那么的哦哟～～(请意会)，你长长的毛根儿（辫子）那么黑又那么油光水滑，就像生产队长家的水牛尾巴。你的声音好像唱歌的鸡婆，是那么响亮悦耳。说穿了，你的啥子都是那么的哦哟，都是那么的哎呀，都是那么的那个！啊～～幺啊妹儿啊～～！你是天上的月亮，我是月边的寒星，不管你是圆是扁，我都不停地对你眨眼；你是山上的青冈树，我是树上的枯藤，到死都缠到你，就是不下来；你是天上的安琪儿，我是地上的推屎爬儿（屎壳郎），你在天上翻跟斗儿，我在屎里打迷头儿（扎猛子）；你是堰塘（池塘）里的荷叶，我就是站在上面的丁丁猫儿（蜻蜓）；你是一盏煤油灯儿，我就是扑灯的蛾蛾儿；你是一本书，我就是书签儿；你是包谷（玉&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2508635.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 04 Jun 2008 03:54:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/06/03/2508635.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/06/03/2508635.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>全民红客 CNN攻击技术解析</title><link>http://blog.csdn.net/fan178/archive/2008/04/28/2337174.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2337174.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2337174.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2337174</trackback:ping><description>近期，CNN主播卡弗蒂对于中国人民带有强烈歧视性的言论，以及CNN对于这一事件缺乏诚意的道歉和对于中国政府的无端指责，激起了全国人民的强烈愤慨。于是在一些爱国技术人员的倡议下，广大网民发起了一场针对CNN官方网站的攻击行动。下面，笔者从技术的角度对这次攻击中采用的攻击方法进行解析。&lt;br /&gt;&lt;br /&gt;　　一、攻击技术&lt;br /&gt;&lt;br /&gt;　　这次攻击采用的是DDOS攻击方法，即英语“Distributed Denial of Service”的缩写。顾名思义，即是利用网络中的无数计算机，向某一特定的目标计算机发动密集式的“拒绝服务”要求，从而把目标计算机的网络资源及系统资源耗尽。这是一种最有效而且难以有效防范的攻击技术。&lt;br /&gt;&lt;br /&gt;　　1.手动攻击&lt;br /&gt;&lt;br /&gt;　　在浏览器的地址栏中输入CNN的网站地址http://www.cnn.com，频繁登录访问其网站。其实这算不上攻击，但是当有数以万计的人同时登录时同样会耗费其网络带宽、系统资源，造成网络拥堵。&lt;br /&gt;&lt;br /&gt;　　2.批处理脚本&lt;br /&gt;&lt;br /&gt;　　把以下代码保存为一个.bat文件，比如&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2337174.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 28 Apr 2008 17:47:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/04/28/2337174.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/04/28/2337174.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>FileConnection的API简介</title><link>http://blog.csdn.net/fan178/archive/2008/02/02/2078688.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2078688.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2078688.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2078688</trackback:ping><description>FileConnection的API简介&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2078688.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 03 Feb 2008 00:37:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/02/02/2078688.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/02/02/2078688.aspx</guid><dc:creator>fan178</dc:creator></item><item><title>JAVA vs C#.net</title><link>http://blog.csdn.net/fan178/archive/2008/02/02/2078518.aspx</link><wfw:comment>http://blog.csdn.net/fan178/comments/2078518.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fan178/comments/commentRss/2078518.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2078518</trackback:ping><description>简要比较了JAVA和C#，着重说了JAVA的几点不足之处。&lt;img src =&quot;http://blog.csdn.net/fan178/aggbug/2078518.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 02 Feb 2008 22:42:00 +0800</pubDate><author>fan178</author><comments>http://blog.csdn.net/fan178/archive/2008/02/02/2078518.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fan178/archive/2008/02/02/2078518.aspx</guid><dc:creator>fan178</dc:creator></item></channel></rss>