<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_杨同学的博客</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/32426/rss</id><updated>2010-07-19T16:15:27Z</updated><author><name>杨同学</name><uri>http://www.cnblogs.com/yangching/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangching/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/32426/rss"/><entry><id>http://www.cnblogs.com/yangching/archive/2009/03/19/1416987.html</id><title type="text">winform, wpf 职业交流群62162267</title><summary type="text">看见CSDN论坛上面还是有蛮多群广告的，在就冒死做个广告。 我开的QQ群：62162267， 已经有一百多人了，注重讨论winform, wpf 等windows 平台桌面软件开发的知识， Infragistics 第三方控件， NHibernate, smartclient 等等，欢迎加入互相交流 。</summary><published>2009-03-19T09:34:00Z</published><updated>2009-03-19T09:34:00Z</updated><author><name>杨同学</name><uri>http://www.cnblogs.com/yangching/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangching/archive/2009/03/19/1416987.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangching/archive/2009/03/19/1416987.html"/></entry><entry><id>http://www.cnblogs.com/yangching/archive/2009/02/25/1394402.html</id><title type="text">如何导出WinForm 控件界面的矢量图</title><summary type="text">     调用Control.DrawToBitmap(Bitmap) 方法是很容易得到控件的图形的。 但是bitmap是栅格化图形。栅格化图形有很多缺点，比如文件体积比较大、 放大后失真、 不易编辑等等。 这里教你如何导出一个控件的矢量图。</summary><published>2009-02-25T08:06:00Z</published><updated>2009-02-25T08:06:00Z</updated><author><name>杨同学</name><uri>http://www.cnblogs.com/yangching/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangching/archive/2009/02/25/1394402.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangching/archive/2009/02/25/1394402.html"/></entry><entry><id>http://www.cnblogs.com/yangching/archive/2008/06/27/1230982.html</id><title type="text">微软新一代认证体系出台</title><summary type="text">昨晚刚从微软官方网站上看到， 新的 .net3.5 的一系列认证出台了</summary><published>2008-06-27T04:36:00Z</published><updated>2008-06-27T04:36:00Z</updated><author><name>杨同学</name><uri>http://www.cnblogs.com/yangching/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangching/archive/2008/06/27/1230982.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangching/archive/2008/06/27/1230982.html"/></entry><entry><id>http://www.cnblogs.com/yangching/archive/2008/06/16/1219233.html</id><title type="text">CAB 默认模块装载器中的Bug</title><summary type="text">        前段时间在弄CAB (Composite UI Application Block), 按着书上写的方法写了一个模块workitem extension 扩展类。当被扩展的workitem的run方法被调用的是时候，扩展类所重写的方法老是没有被调用。书上说可以我测试却不可以，搞得那天好心烦。设断点调试，明明看到workitemExtensionService 里面注册了我的那个extension。 extension 里面的OnRunStarted就是没有被调用到，我崩溃了。 后来没有办法去看CAB的源码，检查了一个晚上终于发现了一个天大的秘密，这是一个BUG！！！！！！！！</summary><published>2008-06-16T06:34:00Z</published><updated>2008-06-16T06:34:00Z</updated><author><name>杨同学</name><uri>http://www.cnblogs.com/yangching/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangching/archive/2008/06/16/1219233.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangching/archive/2008/06/16/1219233.html"/></entry><entry><id>http://www.cnblogs.com/yangching/archive/2008/05/20/1020937.html</id><title type="text">NHibernate 与数据绑定</title><summary type="text">NHibernate 为了优化性能， 提供了自己的 custom collection（ie. bag, set ...)。 当我们定义一个one-many mapping 的时候， 应当在父类里面定义IList&amp;lt;child&amp;gt; children; 这样的一个集合（NH1.2 里面的所有集合类都实现 IList 接口 )。然而NHibernate自身提供的集合并没有implement I...</summary><published>2008-05-20T15:12:00Z</published><updated>2008-05-20T15:12:00Z</updated><author><name>杨同学</name><uri>http://www.cnblogs.com/yangching/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangching/archive/2008/05/20/1020937.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangching/archive/2008/05/20/1020937.html"/></entry><entry><id>http://www.cnblogs.com/yangching/archive/2008/04/08/1136720.html</id><title type="text">在winform的控件上面如何使用彩色的鼠标指针</title><summary type="text">给项目的图表做了一个手工具，用来拖动图表(类似photoshop里面的手工具)。 但是把Chart鼠标指针换成找来的手指针以后运行程序以后，原本蓝色的指针却在图标上面显示出来却是黑白的了，丑的要死。  改变默认指针我用的是这行代码：Chart.Cursor = new Cursor("hand.cur"); 其中"hand.cur" 是手指针文件名。  当时我就很疑惑不解，为什么彩色的指针变成黑白...</summary><published>2008-04-08T10:57:00Z</published><updated>2008-04-08T10:57:00Z</updated><author><name>杨同学</name><uri>http://www.cnblogs.com/yangching/</uri></author><link rel="alternate" href="http://www.cnblogs.com/yangching/archive/2008/04/08/1136720.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/yangching/archive/2008/04/08/1136720.html"/></entry></feed>
