<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Jim dot NET_分类_C#</title><id>http://feed.cnblogs.com/blog/u/39116/category/142054/rss</id><updated>2012-06-02T15:29:00Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/category/142054.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/39116/category/142054/rss"/><entry><id>http://www.cnblogs.com/jimnox/archive/2010/02/06/fail-to-build-m8sdk_net.html</id><title type="text">一次失败的尝试——为M8SDK编写.NET版本</title><summary type="text">尝试为M8SDK编写.NET版，未果。</summary><published>2010-02-06T08:59:00Z</published><updated>2010-02-06T08:59:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2010/02/06/fail-to-build-m8sdk_net.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/02/06/fail-to-build-m8sdk_net.html"/><content type="text">尝试为M8SDK编写.NET版，未果。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2010/01/15/bad-apple-js-edition-online-demo.html</id><title type="text">《Bad Apple》之JavaScript版（在线Demo和视频）</title><summary type="text">这个视频很流行，有了很多版本，这次我们做的版本是javascript的，所有动画都是通过js编程控制HTML元素来实现。经过多次优化最终能够流畅的播放，并且通过程序控制播放速度以求同步，再通过屏幕录像，后期配上音乐。希望大家喜欢~~</summary><published>2010-01-15T08:18:00Z</published><updated>2010-01-15T08:18:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2010/01/15/bad-apple-js-edition-online-demo.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/01/15/bad-apple-js-edition-online-demo.html"/><content type="text">这个视频很流行，有了很多版本，这次我们做的版本是javascript的，所有动画都是通过js编程控制HTML元素来实现。经过多次优化最终能够流畅的播放，并且通过程序控制播放速度以求同步，再通过屏幕录像，后期配上音乐。希望大家喜欢~~</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2009/06/14/list-and-arraylist-performance-testing.html</id><title type="text">据说ArrayList真的比List&amp;lt;T&amp;gt;快？测试一下下。</title><summary type="text">因为某些奇异的原因，我又做了如下极端无聊的事情，那就是对List与ArrayList的“性能”的一个小测试。结果证明：在这个测试所能涵盖的范围内，我们找不到任何理由为ArrayList树立功德碑，List以压倒性的优势告诉我们选择它是正确的。</summary><published>2009-06-14T06:05:00Z</published><updated>2009-06-14T06:05:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2009/06/14/list-and-arraylist-performance-testing.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2009/06/14/list-and-arraylist-performance-testing.html"/><content type="text">因为某些奇异的原因，我又做了如下极端无聊的事情，那就是对List与ArrayList的“性能”的一个小测试。结果证明：在这个测试所能涵盖的范围内，我们找不到任何理由为ArrayList树立功德碑，List以压倒性的优势告诉我们选择它是正确的。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2009/06/11/xna-flowercursetest.html</id><title type="text">XNA“效率”探索——一个简单的繁花曲线程序</title><summary type="text">在某论坛上和别人探讨XNA是否适合做弹幕飞行射击游戏，我认为是可以的，但是别人认为XNA效率不够，在低端机器上，无法处理上千枚子弹的运动。所以我下来做了个小实验。实验结果证明，XNA的效率是值得信赖的，起码不会让人很失望。</summary><published>2009-06-11T04:27:00Z</published><updated>2009-06-11T04:27:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2009/06/11/xna-flowercursetest.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2009/06/11/xna-flowercursetest.html"/><content type="text">在某论坛上和别人探讨XNA是否适合做弹幕飞行射击游戏，我认为是可以的，但是别人认为XNA效率不够，在低端机器上，无法处理上千枚子弹的运动。所以我下来做了个小实验。实验结果证明，XNA的效率是值得信赖的，起码不会让人很失望。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/11/04/1326277.html</id><title type="text">log4net轻松使用日期作为动态文件名</title><summary type="text">由于用了NHibernate，所以log4net就不用白不用了。想用日期作为日志文件的名字，不会配置，g.cn之，发现园子里有前辈用编程解决了，觉得未免大动干戈。于是继续g.cn，找到了一个国外的文章，上面给出了我想要的答案。</summary><published>2008-11-04T05:59:00Z</published><updated>2008-11-04T05:59:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/11/04/1326277.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/11/04/1326277.html"/><content type="text">由于用了NHibernate，所以log4net就不用白不用了。想用日期作为日志文件的名字，不会配置，g.cn之，发现园子里有前辈用编程解决了，觉得未免大动干戈。于是继续g.cn，找到了一个国外的文章，上面给出了我想要的答案。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/10/07/1305338.html</id><title type="text">Mono 2.0发布了，看起来感觉很好</title><summary type="text">拥有了几乎所有.NET 2.0的重要特性，还有很多3.0的新特性，看起来脚步正在不断像.NET逼近哦。</summary><published>2008-10-07T02:54:00Z</published><updated>2008-10-07T02:54:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/10/07/1305338.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/10/07/1305338.html"/><content type="text">拥有了几乎所有.NET 2.0的重要特性，还有很多3.0的新特性，看起来脚步正在不断像.NET逼近哦。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/09/20/1294759.html</id><title type="text">尝试写一个简单的ORM</title><summary type="text">也许算不上是一个ORM，纯粹练手为目的，高手请指点，勿笑话。</summary><published>2008-09-20T06:40:00Z</published><updated>2008-09-20T06:40:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/09/20/1294759.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/09/20/1294759.html"/><content type="text">也许算不上是一个ORM，纯粹练手为目的，高手请指点，勿笑话。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/09/10/1288086.html</id><title type="text">我的优先队列改进了</title><summary type="text">昨天写的那个功能比较简单，堆排序只能升序，优先队列只能大者优先，今天简单改进一下，可以支持升序或降序了。</summary><published>2008-09-10T01:13:00Z</published><updated>2008-09-10T01:13:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/09/10/1288086.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/09/10/1288086.html"/><content type="text">昨天写的那个功能比较简单，堆排序只能升序，优先队列只能大者优先，今天简单改进一下，可以支持升序或降序了。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/09/09/1287872.html</id><title type="text">我写的C#优先队列</title><summary type="text">前几天才知道.NET类库里没有优先队列，而今天JAVA课上翻书时发现JAVA类库里有，不爽。本来就打算写一个的，这回正好。下午一下课就开始写，现在搞定了。</summary><published>2008-09-09T10:57:00Z</published><updated>2008-09-09T10:57:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/09/09/1287872.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/09/09/1287872.html"/><content type="text">前几天才知道.NET类库里没有优先队列，而今天JAVA课上翻书时发现JAVA类库里有，不爽。本来就打算写一个的，这回正好。下午一下课就开始写，现在搞定了。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/08/05/1261044.html</id><title type="text">扩展方法的一个有趣现象</title><summary type="text">扩展方法是.NET 3.0的新特性之一，编译器通过一些伪装使得一个静态方法“看起来”像实例方法，这样会让一些代码显得更优雅和方便。但面具终究是面具，在一定的场合下，就可以看出扩展方法的“本来面目”了。</summary><published>2008-08-05T07:51:00Z</published><updated>2008-08-05T07:51:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/08/05/1261044.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/08/05/1261044.html"/><content type="text">扩展方法是.NET 3.0的新特性之一，编译器通过一些伪装使得一个静态方法“看起来”像实例方法，这样会让一些代码显得更优雅和方便。但面具终究是面具，在一定的场合下，就可以看出扩展方法的“本来面目”了。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/08/01/1258237.html</id><title type="text">C#基础回顾之2——OOP的支柱</title><summary type="text">C#基础回顾系列之OOP的三大支柱</summary><published>2008-08-01T07:49:00Z</published><updated>2008-08-01T07:49:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/08/01/1258237.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/08/01/1258237.html"/><content type="text">C#基础回顾系列之OOP的三大支柱</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/07/31/1256931.html</id><title type="text">C#基础回顾之1——值类型与引用类型</title><summary type="text">C#基础回顾系列之值类型和引用类型</summary><published>2008-07-30T18:13:00Z</published><updated>2008-07-30T18:13:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/07/31/1256931.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/07/31/1256931.html"/><content type="text">C#基础回顾系列之值类型和引用类型</content></entry></feed>
