<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_AndrewCheng</title><subtitle type="text">快速学习.Net开发 天津公关</subtitle><id>http://feed.cnblogs.com/blog/u/12787/rss</id><updated>2010-01-27T07:44:09Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12787/rss"/><entry><id>http://www.cnblogs.com/coderdream/archive/2009/09/25/1573891.html</id><title type="text">zlidc.com,正联数据是骗人的</title><summary type="text">zlidc.com,正联数据是骗人的．在那里买了两个空间，买的是一年的，用了两个月，就连不上了，打电话也不理．希望大家提高警惕，揭露骗子，让他们无处藏身．太气人．</summary><published>2009-09-25T03:44:00Z</published><updated>2009-09-25T03:44:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2009/09/25/1573891.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2009/09/25/1573891.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2009/01/02/1366836.html</id><title type="text">TableAdapter和多组数据结果 </title><summary type="text">[作者]：Young Joo  很多人问我TableAdapter是否能够从存储过程里读取多组数据结果。最直接的回答是：不能。你不能通过TableAdapter.Fill()方法来得到一个Dataset。但是我们可以通过另一种简单的方法来实现。DataAdapter.Fill()和多组数据结果 TableAdapter.Fill()方法通过调用DataAdapter.Fill()从数据库中读取数据...</summary><published>2009-01-02T01:44:00Z</published><updated>2009-01-02T01:44:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2009/01/02/1366836.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2009/01/02/1366836.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2008/12/31/1365734.html</id><title type="text">即时查看程序输出的VS插件 </title><summary type="text">假设你正在会议室里演示即时编译的程序。有什么最佳的方式来进行演示呢？你还在往代码窗口里输入代码？这样，你得依赖听众的想像力 ―― 他们在脑海中构造这个程序是怎样运行的。此外，你还得依赖他们相信你的代码真的像和你所说的一样运作。 或者你要不停的运行你的代码，这样程序的输出窗口会弹出，然后听众可以看到代码的实际工作情况？这是有风险的，因为每次切换代码和输出窗口会中断流程。并且你得依赖听众会记得他们每次...</summary><published>2008-12-31T01:06:00Z</published><updated>2008-12-31T01:06:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2008/12/31/1365734.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2008/12/31/1365734.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2008/12/30/1364898.html</id><title type="text">让.Net验证控件与自定义验证合作无间</title><summary type="text">场景：一个注册表单，其间有.Net自带的验证控件，但有一些验证必须得借助于另外的一些js,如验证是否复选了注册协议(这里为了说明，只举这样一个简单的例子)。这样的话，会涉及到二次验证，第一次可能是.Net验证控件的验证，第二次会认证用户有没有复选注册协议，如何让这二者合作无间呢?这里不得不提到.Net的Page_ClientValidate()函数，该函数返回当前Page页中的表单有没有通过Val...</summary><published>2008-12-30T00:53:00Z</published><updated>2008-12-30T00:53:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2008/12/30/1364898.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2008/12/30/1364898.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2008/10/28/1321216.html</id><title type="text">把你的应用程序添加到IE工具栏</title><summary type="text">首先，打开VisualStudio.NET2005--文件－－－新建－－－左边选C#，右边选Window应用程序，给你的程序随便写个名－－确定，这时系统已生成一个window应用程序的框架，只需把代码加进去就可以了。　程序截图：window.ubbImgWidth)this.width=window.ubbImgWidth;" alt=用C#把你的应用程序添加到IE工具栏[C#实例学习系列] sr...</summary><published>2008-10-28T05:19:00Z</published><updated>2008-10-28T05:19:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2008/10/28/1321216.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2008/10/28/1321216.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2008/10/28/1321211.html</id><title type="text">拦截并分发运行时动态创建控件的事件 </title><summary type="text">在我目前参与设计的基于B/S体系的.NET分布式解决方案中，需要对Web界面服务层进行一定的性能优化以满足项目操作需求中关于保障终端浏览器在使用低速网络（如33.6/56kbps的调制解调器）时的响应速度的要求。使用ASP.NET开发的朋友们应该知道，我们在使用ASP.NET提供的众多RAD特性的时候，也是付出了一定的带宽和性能代价的，比如比较典型的例子就是对ViewState的不恰当使用。因此对...</summary><published>2008-10-28T05:16:00Z</published><updated>2008-10-28T05:16:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2008/10/28/1321211.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2008/10/28/1321211.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2008/03/18/1111211.html</id><title type="text">程序设计中的调试方法总结</title><summary type="text">搞程序设计也快4年了，其中也做过一段时间软件开发，不过大部分还是Web方面。废话不多说，下面就把我在程序设计过程中所用到的调试方法总结一下。主要涉及下面几个方面：(1) ASP.NET开发调试 (2) js开发调试 (3) 存储过程调试 (4) 组件控件调试</summary><published>2008-03-18T03:31:00Z</published><updated>2008-03-18T03:31:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2008/03/18/1111211.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2008/03/18/1111211.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2007/12/19/1005571.html</id><title type="text">从SQL Server 数据库转换为Access注意事项</title><summary type="text">1 sql server中的标量，需要手动改为自增长．2 sql server中的某些函数失效，像charIndex3 sql server中的datediff函数需要改变dateDiff(day,date1,date2)-&amp;gt;dateDiff('d',date1,date2)4 sql server中的是否类型的字段，sql server中用0,1判断．Access中用，false,true...</summary><published>2007-12-19T03:34:00Z</published><updated>2007-12-19T03:34:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2007/12/19/1005571.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2007/12/19/1005571.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2007/12/16/996817.html</id><title type="text"> 昆明喷码机耗材科技有限公司 </title><summary type="text">http://www.pmjhc.com/</summary><published>2007-12-16T11:18:00Z</published><updated>2007-12-16T11:18:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2007/12/16/996817.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2007/12/16/996817.html"/></entry><entry><id>http://www.cnblogs.com/coderdream/archive/2007/12/15/996090.html</id><title type="text">软件版本后缀所代表的含义</title><summary type="text">一、版本号　　1、V（Version）：即版本，通常用数字表示版本号。（如：EVEREST Ultimate v4.20.1188 Beta）　　2、Build：用数字或日期标示版本号的一种方式。（如：VeryCD eMule v0.48a Build 071112）　　3、SP：Service Pack，升级包。（如：Windows XP SP 2/Vista SP 1）　　二、授权和功能划分　...</summary><published>2007-12-15T09:17:00Z</published><updated>2007-12-15T09:17:00Z</updated><author><name>AndrewCheng</name><uri>http://www.cnblogs.com/coderdream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coderdream/archive/2007/12/15/996090.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coderdream/archive/2007/12/15/996090.html"/></entry></feed>
