<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_DonetBlog</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/23783/rss</id><updated>2011-08-12T16:07:10Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/23783/rss"/><entry><id>http://www.cnblogs.com/alecwen/archive/2008/01/17/1042470.html</id><title type="text">&lt;b&gt;使用SQLDMO备份数据库时遇到的错误及处理办法&lt;/b&gt;</title><summary type="text">    使用SQLDMO备份数据库时路径报错的处理办法。</summary><published>2008-01-17T02:19:00Z</published><updated>2008-01-17T02:19:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2008/01/17/1042470.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2008/01/17/1042470.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/11/15/960593.html</id><title type="text">&lt;b&gt;IBatisNet基础组件&lt;/b&gt;</title><summary type="text">   SqlMap实例的创建、SqlMap数据操作的基本方法及实例，OR映射文件的内容。</summary><published>2007-11-15T08:04:00Z</published><updated>2007-11-15T08:04:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/11/15/960593.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/11/15/960593.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/11/14/959490.html</id><title type="text">&lt;b&gt;IBatisNet概述[整理]&lt;/b&gt;</title><summary type="text">     IBatisNet，是Donet下的数据层框架。它能让我们以更少的代码在Donet下实现数据层操作。这个框架中包含两个主要的组成部份，即SQL Maps,另一个是Data Accescc Objects。&#xD;</summary><published>2007-11-14T09:58:00Z</published><updated>2007-11-14T09:58:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/11/14/959490.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/11/14/959490.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/11/13/958096.html</id><title type="text">&lt;b&gt;创建SqlMap时出现的问题&lt;/b&gt;</title><summary type="text">一、使用Stream Assembly assembly = Assembly.load("IBatisDemoCore"); Stream stream = assembly.GetManifestResourceStream("IBatisDemoCore.sqlmap.config"); DomSqlMapBuilder builder = new DomSqlMapBuilder(); b...</summary><published>2007-11-13T07:47:00Z</published><updated>2007-11-13T07:47:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/11/13/958096.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/11/13/958096.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/11/13/957919.html</id><title type="text">&lt;b&gt;Donet LINQ&lt;/b&gt;</title><summary type="text">突然，看见一个同事在搞.net LINQ 感觉还不错。微软也把ORM开源项目的思想做到他们的框架里面了。咋一看，感觉比NHibernate简单了许多。而且思想也基本相同，只是表面看了一下还没有深入研究。有时间一定学习一下。</summary><published>2007-11-13T05:25:00Z</published><updated>2007-11-13T05:25:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/11/13/957919.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/11/13/957919.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/11/06/951304.html</id><title type="text">&lt;b&gt;.net winform中实现回车键在输入焦点间切换&lt;/b&gt;</title><summary type="text">在你的窗体加入下面代码protectedoverrideboolProcessCmdKey(refMessagemsg,KeyskeyData){if(keyData==Keys.Enter) {System.Windows.Forms.SendKeys.Send("{tab}");returntrue;}returnbase.ProcessCmdKey(refmsg,keyData);}</summary><published>2007-11-06T10:02:00Z</published><updated>2007-11-06T10:02:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/11/06/951304.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/11/06/951304.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/10/31/944436.html</id><title type="text">&lt;b&gt;.NET程序安装包制作（WinForm）&lt;/b&gt;</title><summary type="text">    介绍Donet Winform 应用程序安装包的制作和相关启动项，即.net framework和MDAC必需组件的打包。本文以.net framework 1.1 VS2003为例说明整个安装程序的制作过程。</summary><published>2007-10-31T07:44:00Z</published><updated>2007-10-31T07:44:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/10/31/944436.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/10/31/944436.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/10/31/944294.html</id><title type="text">&lt;b&gt;如何通过C#调用CHM帮助文件[转]&lt;/b&gt;</title><summary type="text">如何通过C#调用CHM帮助文件通过.Net Framework提供的Help类来完成CHM帮助文件的调用，Namespace: System.Windows.Forms。若要为应用程序提供帮助，调用Help类 ShowHelp 和 ShowHelpIndex 静态方法。For example:1. 显示指定 URL 处的帮助文件内容。string helpfile = &amp;#8220;helpfil...</summary><published>2007-10-31T06:15:00Z</published><updated>2007-10-31T06:15:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/10/31/944294.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/10/31/944294.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/08/01/839140.html</id><title type="text">&lt;b&gt;C#多线程编程(整理)&lt;/b&gt;</title><summary type="text">Donet基础类库的System.Threading命名空间提供了大量的类和接口支持多线程。这个命名空间有很多的类，下面是Thread的资料。</summary><published>2007-08-01T07:47:00Z</published><updated>2007-08-01T07:47:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/08/01/839140.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/08/01/839140.html"/></entry><entry><id>http://www.cnblogs.com/alecwen/archive/2007/07/31/836990.html</id><title type="text">&lt;b&gt;IBatisNet+Castle 学习&lt;/b&gt;</title><summary type="text">一直想学一下这个东西，一直事情特别多，所以就没怎么学。今天偶然从网上看到http://www.cnblogs.com/pw/archive/2006/11/22/566979.html，这些文章觉得写得好清楚，为我们这些初学者提供了太好的资料了。也效仿这位高人，把学习的过程列出来。</summary><published>2007-07-30T16:10:00Z</published><updated>2007-07-30T16:10:00Z</updated><author><name>eric.wen</name><uri>http://www.cnblogs.com/alecwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/alecwen/archive/2007/07/31/836990.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/alecwen/archive/2007/07/31/836990.html"/></entry></feed>
