<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_技术,思考的艺术</title><subtitle type="text">ASP.net ,C#,VB.NET,SQL + B2B,SCM,CRM,ERP </subtitle><id>http://feed.cnblogs.com/blog/u/4696/rss</id><updated>2006-03-03T05:10:33Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/4696/rss"/><entry><id>http://www.cnblogs.com/necboy/archive/2006/02/17/332631.html</id><title type="text">使用ASP.NET 2.0新增加的SetFocus和MaintainScrollPositionOnPostback增强用户体验</title><summary type="text">ASP.NET 2.0中新增加了2个很实用的属性和方法：SetFocus()用来将光标聚焦到某个页面控件上&lt;%@pagelanguage="C#"%&gt;&lt;scriptrunat="server"&gt;voidPage_Init(objectsender,EventArgse){SetFocus(focusHere);}&lt;/script&gt;&lt;html&gt;&lt;...</summary><published>2006-02-17T08:22:00Z</published><updated>2006-02-17T08:22:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2006/02/17/332631.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2006/02/17/332631.html"/><content type="text">ASP.NET 2.0中新增加了2个很实用的属性和方法：SetFocus()用来将光标聚焦到某个页面控件上&lt;%@pagelanguage="C#"%&gt;&lt;scriptrunat="server"&gt;voidPage_Init(objectsender,EventArgse){SetFocus(focusHere);}&lt;/script&gt;&lt;html&gt;&lt;...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2006/02/17/332568.html</id><title type="text">ADO.NET中的Transaction</title><summary type="text">最近在准备70-315考试时遇到这样一道问题：You are creating an ASP.NET accounting application that stores and manipulates data in aMicrosoft SQL Server database named TestKingSrv. One of the pages in the application will...</summary><published>2006-02-17T06:56:00Z</published><updated>2006-02-17T06:56:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2006/02/17/332568.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2006/02/17/332568.html"/><content type="text">最近在准备70-315考试时遇到这样一道问题：You are creating an ASP.NET accounting application that stores and manipulates data in aMicrosoft SQL Server database named TestKingSrv. One of the pages in the application will...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2006/02/16/331617.html</id><title type="text">asp.net 2.0在使用了mater page的情况下Form defaultbutton无法设置的问题</title><summary type="text">问题如题我尝试了下列方法，在页面程序中加入：1protectedoverridevoidOnInit(EventArgse)2{3base.OnInit(e);4Page.Form.DefaultButton="btnSearch";5}但是页面提示错误,宣告失败The DefaultButton of 'form1' must be the ID of a control of type IBu...</summary><published>2006-02-16T02:39:00Z</published><updated>2006-02-16T02:39:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2006/02/16/331617.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2006/02/16/331617.html"/><content type="text">问题如题我尝试了下列方法，在页面程序中加入：1protectedoverridevoidOnInit(EventArgse)2{3base.OnInit(e);4Page.Form.DefaultButton="btnSearch";5}但是页面提示错误,宣告失败The DefaultButton of 'form1' must be the ID of a control of type IBu...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2005/06/19/177098.html</id><title type="text">SQL Server 索引结构及其使用（四）</title><summary type="text">一、深入浅出理解索引结构 二、改善SQL语句 三、实现小数据量和海量数据的通用分页显示存储过程 聚集索引的重要性和如何选择聚集索引 在上一节的标题中，笔者写的是：实现小数据量和海量数据的通用分页显示存储过程。这是因为在将本存储过程应用于“办公自动化”系统的实践中时，笔者发现这第三种存储过程在小数据量的情况下，有如下现象： 1、分页速度一般维持在1秒和3秒之间。 2、在查...</summary><published>2005-06-19T05:30:00Z</published><updated>2005-06-19T05:30:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177098.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177098.html"/><content type="text">一、深入浅出理解索引结构 二、改善SQL语句 三、实现小数据量和海量数据的通用分页显示存储过程 聚集索引的重要性和如何选择聚集索引 在上一节的标题中，笔者写的是：实现小数据量和海量数据的通用分页显示存储过程。这是因为在将本存储过程应用于“办公自动化”系统的实践中时，笔者发现这第三种存储过程在小数据量的情况下，有如下现象： 1、分页速度一般维持在1秒和3秒之间。 2、在查...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2005/06/19/177097.html</id><title type="text">SQL Server 索引结构及其使用（三） </title><summary type="text">作者：freedk 一、深入浅出理解索引结构 二、改善SQL语句 实现小数据量和海量数据的通用分页显示存储过程 建立一个 Web 应用，分页浏览功能必不可少。这个问题是数据库处理中十分常见的问题。经典的数据分页方法是:ADO 纪录集分页法，也就是利用ADO自带的分页功能（利用游标）来实现分页。但这种分页方法仅适用于较小数据量的情形，因为游标本身有缺点：游标是存放在内存中，很费内存。游标一建立，...</summary><published>2005-06-19T05:29:00Z</published><updated>2005-06-19T05:29:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177097.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177097.html"/><content type="text">作者：freedk 一、深入浅出理解索引结构 二、改善SQL语句 实现小数据量和海量数据的通用分页显示存储过程 建立一个 Web 应用，分页浏览功能必不可少。这个问题是数据库处理中十分常见的问题。经典的数据分页方法是:ADO 纪录集分页法，也就是利用ADO自带的分页功能（利用游标）来实现分页。但这种分页方法仅适用于较小数据量的情形，因为游标本身有缺点：游标是存放在内存中，很费内存。游标一建立，...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2005/06/19/177096.html</id><title type="text">SQL Server 索引结构及其使用（二）</title><summary type="text">作者：freedk 一、深入浅出理解索引结构 改善SQL语句 很多人不知道SQL语句在SQL SERVER中是如何执行的，他们担心自己所写的SQL语句会被SQL SERVER误解。比如： select * from table1 where name=''zhangsan'' and tID &gt; 10000和执行:select * from table1 where tID &gt; 1...</summary><published>2005-06-19T05:28:00Z</published><updated>2005-06-19T05:28:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177096.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177096.html"/><content type="text">作者：freedk 一、深入浅出理解索引结构 改善SQL语句 很多人不知道SQL语句在SQL SERVER中是如何执行的，他们担心自己所写的SQL语句会被SQL SERVER误解。比如： select * from table1 where name=''zhangsan'' and tID &gt; 10000和执行:select * from table1 where tID &gt; 1...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2005/06/19/177095.html</id><title type="text">SQL Server 索引结构及其使用（一）</title><summary type="text">一、深入浅出理解索引结构 实际上，您可以把索引理解为一种特殊的目录。微软的SQL SERVER提供了两种索引：聚集索引（clustered index，也称聚类索引、簇集索引）和非聚集索引（nonclustered index，也称非聚类索引、非簇集索引）。下面，我们举例来说明一下聚集索引和非聚集索引的区别： 其实，我们的汉语字典的正文本身就是一个聚集索引。比如，我们要查“安&amp;...</summary><published>2005-06-19T05:28:00Z</published><updated>2005-06-19T05:28:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177095.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177095.html"/><content type="text">一、深入浅出理解索引结构 实际上，您可以把索引理解为一种特殊的目录。微软的SQL SERVER提供了两种索引：聚集索引（clustered index，也称聚类索引、簇集索引）和非聚集索引（nonclustered index，也称非聚类索引、非簇集索引）。下面，我们举例来说明一下聚集索引和非聚集索引的区别： 其实，我们的汉语字典的正文本身就是一个聚集索引。比如，我们要查“安&amp;...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2005/06/19/177076.html</id><title type="text">如何作正确的询价--不可忽视的国际贸易中的"贸易条件" </title><summary type="text">"询价(Request for Quotation)"是采购人员在作业流程上的一个必要阶段。在接到请购单、了解目前库存状况及采购预算后，通常最直接的反映就是马上联络供应商。如果这是常态性的采购，需求的形态又是属于标准零件，对于供应商来说比较不会有问题。但是在新产品开发时，对于那些不属于标准品的部分，询价的时候就必须要特别注意是否有提供供应商足够的资料，来方便其报价作业。为了避免日后造成采购与供应商...</summary><published>2005-06-19T04:07:00Z</published><updated>2005-06-19T04:07:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177076.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2005/06/19/177076.html"/><content type="text">"询价(Request for Quotation)"是采购人员在作业流程上的一个必要阶段。在接到请购单、了解目前库存状况及采购预算后，通常最直接的反映就是马上联络供应商。如果这是常态性的采购，需求的形态又是属于标准零件，对于供应商来说比较不会有问题。但是在新产品开发时，对于那些不属于标准品的部分，询价的时候就必须要特别注意是否有提供供应商足够的资料，来方便其报价作业。为了避免日后造成采购与供应商...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2005/03/14/118743.html</id><title type="text">智猪博弈与企业技术创新决策</title><summary type="text">   ■梁小民   运用囚犯两难处境对价格勾结的分析主要说明了企业不该做什么——无论对方如何甜言蜜语都不能进行价格勾结。那么，博弈论能否告诉我们，企业应该做什么吗？我们的回答是肯定的。   每个企业都要作出自己的技术创新决策。首先进行技术创新获得技术专利，当...</summary><published>2005-03-14T14:44:00Z</published><updated>2005-03-14T14:44:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2005/03/14/118743.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2005/03/14/118743.html"/><content type="text">   ■梁小民   运用囚犯两难处境对价格勾结的分析主要说明了企业不该做什么——无论对方如何甜言蜜语都不能进行价格勾结。那么，博弈论能否告诉我们，企业应该做什么吗？我们的回答是肯定的。   每个企业都要作出自己的技术创新决策。首先进行技术创新获得技术专利，当...</content></entry><entry><id>http://www.cnblogs.com/necboy/archive/2005/03/13/117860.html</id><title type="text">为 IIS 创建证书需要安装证书服务吗？</title><summary type="text">问： 为了启用 SSL，我需要在服务器上安装证书。但是我不想购买证书，因为我只是在企业内部网中使用。为 IIS 创建证书需要安装证书服务吗？ 答： 那是您达到目标的方法之一。在 IIS 服务器上安装证书服务时，会创建一个名为 Certserv 的虚拟目录，其中包含了一个至证书服务的基于 Web 的接口。您可以创建证书请求，然后将它粘贴到证书服务应用程序的表格中，这个程序将会为您颁发一个证书。您可以...</summary><published>2005-03-13T06:50:00Z</published><updated>2005-03-13T06:50:00Z</updated><author><name>1werwerfer</name><uri>http://www.cnblogs.com/necboy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/necboy/archive/2005/03/13/117860.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/necboy/archive/2005/03/13/117860.html"/><content type="text">问： 为了启用 SSL，我需要在服务器上安装证书。但是我不想购买证书，因为我只是在企业内部网中使用。为 IIS 创建证书需要安装证书服务吗？ 答： 那是您达到目标的方法之一。在 IIS 服务器上安装证书服务时，会创建一个名为 Certserv 的虚拟目录，其中包含了一个至证书服务的基于 Web 的接口。您可以创建证书请求，然后将它粘贴到证书服务应用程序的表格中，这个程序将会为您颁发一个证书。您可以...</content></entry></feed>
