<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/ltolll" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ltolll" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 05 Feb 2010 14:44:00 GMT</lastBuildDate><title>ltolll的博客(技术版)</title><description>YEARN FOR TECHNIC</description><link>http://blog.csdn.net/blogrss.aspx?username=ltolll</link><item><title>使用C#格式化字符串（转自博客园）</title><link>http://blog.csdn.net/ltolll/archive/2010/02/05/5292999.aspx</link><description>&lt;br /&gt;今天在博客园上看到一片超赞的C#字符串格式的文章，是我看过最好的一个关于字符格式的文章，转来收藏，顺便向原作者flyingbread表示感谢和尊敬！&lt;br /&gt;&lt;br /&gt;1 前言&lt;br /&gt;    如果你熟悉Microsoft Foundation Classes（MFC）的CString，Windows Template Library（WTL）的CString或者Standard Template Library（STL）的字符串类，那么你对String.Format方法肯定很熟悉。在C#中也经常使用这个方法来格式化字符串，比如下面这样：&lt;br /&gt;int x = 16;&lt;br /&gt;decimal y = 3.57m;&lt;br /&gt;string h = String.Format( &quot;item {0} sells at {1:C}&quot;, x, y );&lt;br /&gt;Console.WriteLine(h);&lt;br /&gt;在我的机器上，可以得到下面的输出：&lt;br /&gt;item 16 sells at ￥3.57&lt;br /&gt;也许你的机器上的输出和这个不太一样。这是正常的，本文稍后&lt;img src=&quot;http://www1.feedsky.com/t1/330016069/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2010/02/05/5292999.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016069/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016069/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 05 Feb 2010 22:44:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2010/02/05/5292999.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2010/02/05/5292999.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016069/1093202</fs:itemid></item><item><title>[翻译练习]UNIX Network Programming Volume1, Third Edition 1.1（001）</title><link>http://blog.csdn.net/ltolll/archive/2010/01/01/5116553.aspx</link><description>Chapter 1. IntroductionSection 1.1.  IntroductionSection 1.2.  A Simple Daytime ClientSection 1.3.  Protocol IndependenceSection 1.4.  Error Handling: Wrapper FunctionsSection 1.5.  A Simple Daytime ServerSection 1.6.  Roadmap to Client/Server Examples in the TextSection 1.7.  OSI ModelSection 1.8.  BSD Networking HistorySection 1.9.  Test Networks and HostsSection 1.10.  Unix StandardsSection 1.11.  64-Bit ArchitecturesSect&lt;img src=&quot;http://www1.feedsky.com/t1/330016070/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2010/01/01/5116553.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016070/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016070/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 01 Jan 2010 09:30:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2010/01/01/5116553.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2010/01/01/5116553.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016070/1093202</fs:itemid></item><item><title>C#进行Windows Shell编程</title><link>http://blog.csdn.net/ltolll/archive/2009/11/12/4803483.aspx</link><description>C# does Shell, Part 1http://www.codeproject.com/csharp/csdoesshell1.aspC# does Shell, Part 2http://www.codeproject.com/csharp/csdoesshell2.aspHow to programmatically use the Recycle Binhttp://www.codeproject.com/shell/recyclebin.asp&lt;img src=&quot;http://www1.feedsky.com/t1/330016071/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2009/11/12/4803483.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016071/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016071/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 12 Nov 2009 17:29:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2009/11/12/4803483.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2009/11/12/4803483.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016071/1093202</fs:itemid></item><item><title>如何手工创建Timer控件,并且在Timer控件的事件中控制窗体控件</title><link>http://blog.csdn.net/ltolll/archive/2009/11/11/4800149.aspx</link><description>public static System.Timers.Timer myTimer;...        private void FrmAlert_Load(object sender, EventArgs e)        {            myTimer = new System.Timers.Timer(1000);            myTimer.Elapsed += new ElapsedEventHandler(onMyTimer);            myTimer.AutoReset = true;            myTimer.Enabled = true;        }        private void onMyTimer(object sender, ElapsedEventArgs eea)        {            if (this.InvokeRequired)            {                tr&lt;img src=&quot;http://www1.feedsky.com/t1/330016072/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2009/11/11/4800149.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016072/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016072/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Nov 2009 22:16:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2009/11/11/4800149.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2009/11/11/4800149.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016072/1093202</fs:itemid></item><item><title>C Sharp(C#)中如何删除文件(文件夹)</title><link>http://blog.csdn.net/ltolll/archive/2009/11/06/4774648.aspx</link><description>&lt;br /&gt;C Sharp(C#)中如何删除文件(文件夹)&lt;br /&gt;直接删除:&lt;br /&gt;using System.IO;
...
            string filePath = @&quot;D:\...\xxx.xxx&quot;;
            
            if (File.Exists(filePath))
            {
                File.Delete(filePath);
            }
            else
            {
                Console.WriteLine(&quot;file not exist.&quot;);
                Console.ReadLine();
            }&lt;br /&gt;&lt;br /&gt;删除到回收站:&lt;br /&gt;using System.Runtime.InteropServices;

namespace CSharp
{
    class Program
    {&lt;img src=&quot;http://www1.feedsky.com/t1/330016073/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2009/11/06/4774648.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016073/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016073/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 06 Nov 2009 01:06:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2009/11/06/4774648.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2009/11/06/4774648.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016073/1093202</fs:itemid></item><item><title>&quot;Internet快捷方式&quot;是什么文件?怎样创建它们?</title><link>http://blog.csdn.net/ltolll/archive/2009/11/06/4774630.aspx</link><description>&lt;br /&gt;在收藏夹里有一些保存过的网址,用右键查看属性会看到它们的文件类型叫做&quot;Internet快捷方式&quot;,如何手工创建它们呢?&lt;br /&gt; [InternetShortcut]&lt;br /&gt;URL=http://Kennytian.cnblogs.com&lt;br /&gt;&lt;br /&gt;随便在哪儿建立一个txt,然后把上面这段代码复制进去,然后另保存为.url格式&lt;br /&gt;Notice:如果你的系统没有显示扩展名,就在另存为的时候写上&quot;MyUrl.url&quot;(前后的双引不能省略),这样也能保存为url格式.&lt;br /&gt;这里我们可以知道&quot;Internet快捷方式&quot;就是一些以 .url为扩展名的文本文件.&lt;img src=&quot;http://www1.feedsky.com/t1/330016074/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2009/11/06/4774630.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016074/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016074/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 06 Nov 2009 00:46:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2009/11/06/4774630.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2009/11/06/4774630.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016074/1093202</fs:itemid></item><item><title>HP台式机直接用的ghostXP后出现“windows could not start...”错误</title><link>http://blog.csdn.net/ltolll/archive/2009/10/27/4734706.aspx</link><description>HP台式机直接用的ghostXP后，重启以后出现下面的提示：windows could not start because of a computer disk hardware configuration problem could not read from the selected boot disk check boot path and disk harwareplease check the windows documentation about hardware disk configuation and your hardware refer once manuals for additional information 解决方法：开机进入bios设置，选择Power management Setup ；在选择WDRT Support 后面值修改为disable。WDRT support 此项可激活或关闭watchdog timer。默认选项为：enabled&lt;img src=&quot;http://www1.feedsky.com/t1/330016075/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2009/10/27/4734706.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016075/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016075/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 27 Oct 2009 18:24:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2009/10/27/4734706.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2009/10/27/4734706.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016075/1093202</fs:itemid></item><item><title>连接移动存储设备时如何不弹出&quot;你想让windows做什么&quot;窗口</title><link>http://blog.csdn.net/ltolll/archive/2009/10/06/4635574.aspx</link><description>&lt;br /&gt;每次连接移动存储设备时,系统总是先扫描移动存储设备, 再弹出&quot;你想让windows做什么&quot;窗口,如何取消?&lt;br /&gt;运行services.msc&lt;br /&gt;停止并禁用Shell Hardware Detection服务&lt;img src=&quot;http://www1.feedsky.com/t1/330016076/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2009/10/06/4635574.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016076/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016076/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 06 Oct 2009 11:05:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2009/10/06/4635574.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2009/10/06/4635574.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016076/1093202</fs:itemid></item><item><title>一些技术贴</title><link>http://blog.csdn.net/ltolll/archive/2009/10/01/4624836.aspx</link><description>程序外观&lt;br /&gt;http://www.microsoft.com/china/MSDN/library/netFramework/netframework/layWF2.mspx?mfr=trueC#的二进制文件操作及汉字编码转换&lt;br /&gt;http://blog.csdn.net/Daisy423XU/archive/2006/10/13/1333151.aspxAsp.net与SQL一起打包部署安装(转载)&lt;br /&gt;http://dt0352.spaces.live.com/blog/ADHelper 活动目录用户操作类&lt;br /&gt;http://blog.joycode.com/liuhuimiao/articles/20946.aspx&lt;br /&gt; 编程文档中心http://doc.readmen.com/4/index_1.shtml&lt;br /&gt;认识ASP.NET配置文件Web.config&lt;br /&gt;http://dev.yesky.com/SoftChannel/72342380468043776/20050118/1902523.shtml&lt;br /&gt;在C#中利用E&lt;img src=&quot;http://www1.feedsky.com/t1/330016077/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2009/10/01/4624836.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016077/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016077/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 01 Oct 2009 11:05:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2009/10/01/4624836.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2009/10/01/4624836.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016077/1093202</fs:itemid></item><item><title>编程资源(控件,图标,数据源...)</title><link>http://blog.csdn.net/ltolll/archive/2009/09/30/4623079.aspx</link><description>PNG图标http://www.websbook.com/sc/sc_img/list_19_2.htmlIcon图标http://www.ganato.com/free_icons/free_icons.php&lt;img src=&quot;http://www1.feedsky.com/t1/330016078/ltolll/csdn.net/s.gif?r=http://blog.csdn.net/ltolll/archive/2009/09/30/4623079.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ltolll/330016078/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ltolll/330016078/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 30 Sep 2009 22:10:00 +0800</pubDate><author>ltolll</author><guid isPermaLink="false">http://blog.csdn.net/ltolll/archive/2009/09/30/4623079.aspx</guid><dc:creator>ltolll</dc:creator><fs:srclink>http://blog.csdn.net/ltolll/archive/2009/09/30/4623079.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ltolll/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ltolll/~1093204/330016078/1093202</fs:itemid></item></channel></rss>