<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>iLinux - </title><link>category/383852.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 12 Jul 2008 20:03:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>只爱LINUX</dc:creator><title>解决Visual Studio 2008来生VisualBasic 项目的性能问题</title><link>http://blog.csdn.net/forlinux/archive/2008/07/12/2644653.aspx</link><pubDate>Sat, 12 Jul 2008 19:59:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2008/07/12/2644653.aspx</guid><wfw:comment>comments/2644653.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2008/07/12/2644653.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2644653.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2644653</trackback:ping><description>解决Visual Studio 2008来生VisualBasic 项目的性能问题最近在用VB.NET生成一个WEB项目时，发现基本没办法调试，只要一debug，Visual Studio 2008就停止相应，再经过漫长的等待后（30分钟左右）后，才进入调试状态。这个问题，搞得我够郁闷的了，也困扰N久，最才在这篇文章的帮助下得以解脱——原来都是MS的错，我还以为是我的机器出故障了，汗。。。&lt;img src ="aggbug/2644653.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>How to use the rsa key generted by .net  with php?</title><link>http://blog.csdn.net/forlinux/archive/2008/05/25/2479060.aspx</link><pubDate>Sun, 25 May 2008 02:31:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2008/05/25/2479060.aspx</guid><wfw:comment>comments/2479060.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2008/05/25/2479060.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2479060.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2479060</trackback:ping><description>PHP与C#间使用签名算法验证数据,最近在忙一个项目，要求php使用c#产生的公钥加密数据，加密后的数据返回给.net程序，开始使用php 的Crypt_RSA库，浪费N多时间后，发现根本不能相互通，后来，看了下RSA算法后，利用网络上找到的rsa.php（这东西不错，可若不看算法，根本看不懂的），外加很少的一部分代码，就成功的解决了这个问题。特分享下。&lt;img src ="aggbug/2479060.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>使用HttpHandler功能，把aspx文件编译进dll</title><link>http://blog.csdn.net/forlinux/archive/2008/05/10/2430814.aspx</link><pubDate>Sat, 10 May 2008 20:17:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2008/05/10/2430814.aspx</guid><wfw:comment>comments/2430814.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2008/05/10/2430814.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2430814.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2430814</trackback:ping><description>使用HttpHandler功能，把aspx文件编译进dll&lt;img src ="aggbug/2430814.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>Reflection Part 2: Emit</title><link>http://blog.csdn.net/forlinux/archive/2008/05/08/2414645.aspx</link><pubDate>Thu, 08 May 2008 09:51:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2008/05/08/2414645.aspx</guid><wfw:comment>comments/2414645.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2008/05/08/2414645.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2414645.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2414645</trackback:ping><description>In our previous article, Reflection Part 1: Discovery and Execution, we introduced the System.Reflection namespace and its classes which allow developers to view assembly metadata, query for and discover types, and invoke code - all at run-time. In this article we will examine reflection emit - the ability to dynamically generate code at run-time. &lt;img src ="aggbug/2414645.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>Reflection Part 1: Discovery and Execution</title><link>http://blog.csdn.net/forlinux/archive/2008/05/08/2414556.aspx</link><pubDate>Thu, 08 May 2008 09:43:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2008/05/08/2414556.aspx</guid><wfw:comment>comments/2414556.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2008/05/08/2414556.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2414556.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2414556</trackback:ping><description>an article explained reflection —— introduced the System.Reflection namespace and its classes which allow developers to view assembly metadata, query for and discover types, and invoke code - all at run-time. &lt;img src ="aggbug/2414556.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>MonoDevelop 1.0 on CentOS 5 and Fedora: Compiling and Installing</title><link>http://blog.csdn.net/forlinux/archive/2008/05/03/2368805.aspx</link><pubDate>Sat, 03 May 2008 10:13:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2008/05/03/2368805.aspx</guid><wfw:comment>comments/2368805.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2008/05/03/2368805.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2368805.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2368805</trackback:ping><description>Recently, I had to get MonoDevelop working on CentOS 5 for a project. Here is my blow-by-blow summary of how to get it working. The procedure is designed for CentOS 5, and it works on my Fedora 8 system as well. Since most of the activity is just compiling stuff from source, it should be pretty easy to follow on a different distribution. It’s just a matter of getting the correct packages installed in the preparation phase.&lt;img src ="aggbug/2368805.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>stardict字典文件格式识别类 </title><link>http://blog.csdn.net/forlinux/archive/2008/04/25/2325643.aspx</link><pubDate>Fri, 25 Apr 2008 00:28:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2008/04/25/2325643.aspx</guid><wfw:comment>comments/2325643.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2008/04/25/2325643.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2325643.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2325643</trackback:ping><description>stardict字典文件识别类 &lt;img src ="aggbug/2325643.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>只爱LINUX</dc:creator><title>UniversalQuery.net  1.0 beta is now available.</title><link>http://blog.csdn.net/forlinux/archive/2008/04/23/2317356.aspx</link><pubDate>Wed, 23 Apr 2008 11:53:00 GMT</pubDate><guid>http://blog.csdn.net/forlinux/archive/2008/04/23/2317356.aspx</guid><wfw:comment>comments/2317356.aspx</wfw:comment><comments>http://blog.csdn.net/forlinux/archive/2008/04/23/2317356.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2317356.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2317356</trackback:ping><description>Universal Query control for .net WinFrom developers.It has useful features.&lt;img src ="aggbug/2317356.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>