<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_cmzzlh</title><subtitle type="text">为简单理想奋斗一生！</subtitle><id>http://feed.cnblogs.com/blog/u/7940/rss</id><updated>2009-05-16T16:33:57Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7940/rss"/><entry><id>http://www.cnblogs.com/cmzzlh/archive/2008/06/05/1214038.html</id><title type="text">dns修改命令</title><summary type="text">netsh interface ip set dns "本地连接" static 172.16.1.141netsh interface ip add dns "本地连接"</summary><published>2008-06-05T00:42:00Z</published><updated>2008-06-05T00:42:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2008/06/05/1214038.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2008/06/05/1214038.html"/><content type="text">netsh interface ip set dns "本地连接" static 172.16.1.141netsh interface ip add dns "本地连接"</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2007/10/29/941639.html</id><title type="text">对现在的新技术的一点思考</title><summary type="text">随着Microsoft Visual Studio 2008的发布，现在论坛里又流行学习2008了。做开发也已经有3年了。记得03毕业的时候开始工作的第一个项目是一个公司的OA系统用VS2003开发（VB.NET)的WEB系统。当时记得首页有也个滚动的待办事项提示，实现的功能是从后台数据库读取待办事项数据到前台来显示。用的就是XML的后台传输和解析。当然，那时候我还是刚毕业，代码是不我写的，是03...</summary><published>2007-10-29T08:06:00Z</published><updated>2007-10-29T08:06:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2007/10/29/941639.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2007/10/29/941639.html"/><content type="text">随着Microsoft Visual Studio 2008的发布，现在论坛里又流行学习2008了。做开发也已经有3年了。记得03毕业的时候开始工作的第一个项目是一个公司的OA系统用VS2003开发（VB.NET)的WEB系统。当时记得首页有也个滚动的待办事项提示，实现的功能是从后台数据库读取待办事项数据到前台来显示。用的就是XML的后台传输和解析。当然，那时候我还是刚毕业，代码是不我写的，是03...</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2007/08/23/862737.html</id><title type="text">如何编写单元测试用例（白盒测试）。</title><summary type="text">前段时间公司进行有关测试的培训，集成测试，性能测试，压力测试说了很多。由于本人还处于Coder阶段，只是对单元测试有了些了解。写下来怕以后自己忘记了。都是些自己的看法，不一定准确，欢迎高手指教。一、 单元测试的概念单元通俗的说就是指一个实现简单功能的函数。单元测试就是只用一组特定的输入(测试用例)测试函数是否功能正常，并且返回了正确的输出。测试的覆盖种类1.语句覆盖：语句覆盖就是设计若干个测试用例...</summary><published>2007-08-23T01:45:00Z</published><updated>2007-08-23T01:45:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2007/08/23/862737.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2007/08/23/862737.html"/><content type="text">前段时间公司进行有关测试的培训，集成测试，性能测试，压力测试说了很多。由于本人还处于Coder阶段，只是对单元测试有了些了解。写下来怕以后自己忘记了。都是些自己的看法，不一定准确，欢迎高手指教。一、 单元测试的概念单元通俗的说就是指一个实现简单功能的函数。单元测试就是只用一组特定的输入(测试用例)测试函数是否功能正常，并且返回了正确的输出。测试的覆盖种类1.语句覆盖：语句覆盖就是设计若干个测试用例...</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2007/06/12/780638.html</id><title type="text">AjaxControlToolkit 说明</title><summary type="text">说明：1 Accordion 2 AccordionPane 实现多面板，但一次只显示其中一个面板中的内容3 AlwaysVisibleControlExtender 不论鼠标怎么滚动，都显示某个内容4 AnimationExtender 5 AnimationExtenderControlBase 实现控件中内容的动画效果（移动、变化大小、淡如淡出、变颜色等）6 AutoCompleteExte...</summary><published>2007-06-12T07:44:00Z</published><updated>2007-06-12T07:44:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2007/06/12/780638.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2007/06/12/780638.html"/><content type="text">说明：1 Accordion 2 AccordionPane 实现多面板，但一次只显示其中一个面板中的内容3 AlwaysVisibleControlExtender 不论鼠标怎么滚动，都显示某个内容4 AnimationExtender 5 AnimationExtenderControlBase 实现控件中内容的动画效果（移动、变化大小、淡如淡出、变颜色等）6 AutoCompleteExte...</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2007/06/07/775496.html</id><title type="text">  自定义水晶报表的显示</title><summary type="text">自定义水晶报表的显示，比如隐藏工具栏，让报表左对齐，去除水晶报表的公司LOGO等………（新作：海波.NET） —————————————————————————————————————— 1、外观： 设置 Crystal Report Viewer 的属性： DisplayGroupTree 布尔值。获取或设置树视图是可见还是隐藏。 DisplayPa...</summary><published>2007-06-07T08:39:00Z</published><updated>2007-06-07T08:39:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2007/06/07/775496.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2007/06/07/775496.html"/><content type="text">自定义水晶报表的显示，比如隐藏工具栏，让报表左对齐，去除水晶报表的公司LOGO等………（新作：海波.NET） —————————————————————————————————————— 1、外观： 设置 Crystal Report Viewer 的属性： DisplayGroupTree 布尔值。获取或设置树视图是可见还是隐藏。 DisplayPa...</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2007/03/06/665055.html</id><title type="text">.NET开发中的一些小技巧 </title><summary type="text">这篇文章来自是Mukund Pujari的《Some Cool Tips for .NET》，本人给大家翻译总结一下，我英语水平也就那么回事，不合适的地方还是请大家提出来。 1. 如何创建一个可改变大小没有标题栏的窗体？（How to create a form with resizing borders and no title bar?） form1.Text = string. Empty;...</summary><published>2007-03-06T02:16:00Z</published><updated>2007-03-06T02:16:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2007/03/06/665055.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2007/03/06/665055.html"/><content type="text">这篇文章来自是Mukund Pujari的《Some Cool Tips for .NET》，本人给大家翻译总结一下，我英语水平也就那么回事，不合适的地方还是请大家提出来。 1. 如何创建一个可改变大小没有标题栏的窗体？（How to create a form with resizing borders and no title bar?） form1.Text = string. Empty;...</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2007/03/06/665048.html</id><title type="text">SQL查询语句精华使用简要 </title><summary type="text">一、 简单查询 简单的Transact-SQL查询只包括选择列表、FROM子句和WHERE子句。它们分别说明所查询列、查询的表或视图、以及搜索条件等。例如，下面的语句查询testtable表中姓名为"张三"的nickname字段和email字段。SELECT nickname,emailFROM testtableWHERE name='张三' (一) 选择列表选择列表...</summary><published>2007-03-06T02:12:00Z</published><updated>2007-03-06T02:12:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2007/03/06/665048.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2007/03/06/665048.html"/><content type="text">一、 简单查询 简单的Transact-SQL查询只包括选择列表、FROM子句和WHERE子句。它们分别说明所查询列、查询的表或视图、以及搜索条件等。例如，下面的语句查询testtable表中姓名为"张三"的nickname字段和email字段。SELECT nickname,emailFROM testtableWHERE name='张三' (一) 选择列表选择列表...</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2006/11/09/555365.html</id><title type="text">ajax学习笔记</title><summary type="text">最近听了博客园的ajax课程做点笔记。主要的函数：XMLHttpRequest对象（Cont.）􀂄方法：􀂅void open(Stringmethod, String url, Boolean async)􀂅void send(Stringbody)􀂅void setHeader(Stringheader, String value)􀂅String getResponseHeader(S...</summary><published>2006-11-09T06:50:00Z</published><updated>2006-11-09T06:50:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2006/11/09/555365.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2006/11/09/555365.html"/><content type="text">最近听了博客园的ajax课程做点笔记。主要的函数：XMLHttpRequest对象（Cont.）􀂄方法：􀂅void open(Stringmethod, String url, Boolean async)􀂅void send(Stringbody)􀂅void setHeader(Stringheader, String value)􀂅String getResponseHeader(S...</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2006/06/05/417444.html</id><title type="text">模式笔记</title><summary type="text">单件模式（Singleton Pattern） 概述 Singleton模式要求一个类有且仅有一个实例，并且提供了一个全局的访问点。这就提出了一个问题：如何绕过常规的构造器，提供一种机制来保证一个类只有一个实例？客户程序在调用某一个类时，它是不会考虑这个类是否只能有一个实例等问题的，所以，这应该是类设计者的责任，而不是类使用者的责任。 从另一个角度来说，Singleton模式其实也是一种职责型模式...</summary><published>2006-06-05T02:21:00Z</published><updated>2006-06-05T02:21:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2006/06/05/417444.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2006/06/05/417444.html"/><content type="text">单件模式（Singleton Pattern） 概述 Singleton模式要求一个类有且仅有一个实例，并且提供了一个全局的访问点。这就提出了一个问题：如何绕过常规的构造器，提供一种机制来保证一个类只有一个实例？客户程序在调用某一个类时，它是不会考虑这个类是否只能有一个实例等问题的，所以，这应该是类设计者的责任，而不是类使用者的责任。 从另一个角度来说，Singleton模式其实也是一种职责型模式...</content></entry><entry><id>http://www.cnblogs.com/cmzzlh/archive/2006/05/30/412718.html</id><title type="text">UML读书笔记（1）</title><summary type="text">UML的定义（Unified Modeling Language）统一建模语言。在系统的开发过程中，最关键的一点是要用一种系统分析员，客户，程序员和其他系统开发所涉及到的人员能够理解和达成一致的方式来组织系统的设计过程，UML就提供了这种组织方式。UML的组成包括类图，对象图，用例图，状态图，顺序图，活动图，协作图，构件图，部署图等。UML2.0还包括组成结构图，交互纵览图，计时图，包图等。类是具...</summary><published>2006-05-30T02:16:00Z</published><updated>2006-05-30T02:16:00Z</updated><author><name>公木子</name><uri>http://www.cnblogs.com/cmzzlh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cmzzlh/archive/2006/05/30/412718.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cmzzlh/archive/2006/05/30/412718.html"/><content type="text">UML的定义（Unified Modeling Language）统一建模语言。在系统的开发过程中，最关键的一点是要用一种系统分析员，客户，程序员和其他系统开发所涉及到的人员能够理解和达成一致的方式来组织系统的设计过程，UML就提供了这种组织方式。UML的组成包括类图，对象图，用例图，状态图，顺序图，活动图，协作图，构件图，部署图等。UML2.0还包括组成结构图，交互纵览图，计时图，包图等。类是具...</content></entry></feed>
