<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_rex xiang</title><subtitle type="text">每天进步一点点.</subtitle><id>http://feed.cnblogs.com/blog/u/20626/rss</id><updated>2011-10-14T10:10:59Z</updated><author><name>rex xiang</name><uri>http://www.cnblogs.com/xzwplus/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xzwplus/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20626/rss"/><entry><id>http://www.cnblogs.com/xzwplus/archive/2008/04/27/1172736.html</id><title type="text">asp.net 2.0中实现异步处理任务.</title><summary type="text">以下内容是在newsgroups中解决一个朋友的问题而写的demo, 留下给自己做个备忘录. ---- 关于PageAsyncTask在MSDN上的参考ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.web/html/08ffac7a-2c3c-27ee-1445-5284a226be38.htm说明: 此页面中, 在Page_Load方法...</summary><published>2008-04-26T17:56:00Z</published><updated>2008-04-26T17:56:00Z</updated><author><name>rex xiang</name><uri>http://www.cnblogs.com/xzwplus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xzwplus/archive/2008/04/27/1172736.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xzwplus/archive/2008/04/27/1172736.html"/></entry><entry><id>http://www.cnblogs.com/xzwplus/archive/2008/03/30/1129452.html</id><title type="text">调试windows service的OnStart事件.</title><summary type="text">关于调试windows service, 其实这是一个老生常谈的问题了.  通常的处理办法是, 在service运行后, 在调试器中选择attach to process.  然而这种做法也有一定的局限性, 例如在service启动时的OnStart事件中的代码, 基本上很难调试. 往往当attach到我们的service的时候, 这部分代码已经执行过了. 于是, 有人提出, 可以另写一个proj...</summary><published>2008-03-29T20:02:00Z</published><updated>2008-03-29T20:02:00Z</updated><author><name>rex xiang</name><uri>http://www.cnblogs.com/xzwplus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xzwplus/archive/2008/03/30/1129452.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xzwplus/archive/2008/03/30/1129452.html"/></entry><entry><id>http://www.cnblogs.com/xzwplus/archive/2008/03/18/1111632.html</id><title type="text">调试JS时可能会有帮助的事件:OnPropertyChanged</title><summary type="text">今天一位同事遇到JS上的郁闷事情, 现象描述: 在ASPX页面中, 给某个hidden控件赋值后, 在后台CS文件中取到的值与之不符. (也就是说,总会被某个操作悄悄的改变这个hidden的值,此ASPX页面运行在某个OA系统的JS框架下). 为了找出罪魁祸首, 我写了一段测试代码, 来检测当某个控件属性被修改时, 找出是哪个函数在做手脚. &amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;l...</summary><published>2008-03-18T06:59:00Z</published><updated>2008-03-18T06:59:00Z</updated><author><name>rex xiang</name><uri>http://www.cnblogs.com/xzwplus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xzwplus/archive/2008/03/18/1111632.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xzwplus/archive/2008/03/18/1111632.html"/></entry><entry><id>http://www.cnblogs.com/xzwplus/archive/2007/12/27/1017350.html</id><title type="text">LINQ中实现对象Many-To-Many(多对多)的关系映射</title><summary type="text">前段时间,大概用了一下LINQ to SQL, 发觉O/Rdesigner似乎没有Many-To-Many(多对多)关系的支持,只有自己写代码实现.:( 提供一下俺的解决办法: 例如User和UserGroup的关系,假设保存在UserInGroups表中,这里记录了User和Group的对应关系,那么,需要手动在User/Group类中添加对应的partial属性: public partial...</summary><published>2007-12-27T10:44:00Z</published><updated>2007-12-27T10:44:00Z</updated><author><name>rex xiang</name><uri>http://www.cnblogs.com/xzwplus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xzwplus/archive/2007/12/27/1017350.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xzwplus/archive/2007/12/27/1017350.html"/></entry><entry><id>http://www.cnblogs.com/xzwplus/archive/2007/10/29/941661.html</id><title type="text">visual studio - custom tool 的相关资料</title><summary type="text">什么是custom tool? 对visual studio比较熟悉的人, 可能都曾经注意到过, 自从VS2002开始, solution explorer中文件的properties中, 都有一个Custom Tool属性.  例如, 我们在VS中通过菜单Project -&amp;gt; Add New Item -&amp;gt; Data -&amp;gt; DataSet创建一个DataSet1.xsd文件, ...</summary><published>2007-10-29T08:13:00Z</published><updated>2007-10-29T08:13:00Z</updated><author><name>rex xiang</name><uri>http://www.cnblogs.com/xzwplus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xzwplus/archive/2007/10/29/941661.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xzwplus/archive/2007/10/29/941661.html"/></entry></feed>
