<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_头发乱了的学习笔记</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/18501/rss</id><updated>2007-03-12T12:32:49Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18501/rss"/><entry><id>http://www.cnblogs.com/hide0511/archive/2007/03/11/671131.html</id><title type="text">关于在VistaIIS7中用VS2005调试Web项目</title><summary type="text">这个星期，自己买了台Acer的本本。扣肉2 T5500，120G硬盘，自己把内存升级到2G，7300GO显卡，迫不及待的装上了Vista旗舰版，2G的内存跑起来真快，特效全开，非常的爽，不过也砸了不少银子。IIS安装好了，就准备装VS2005了，用的是TS版本（自己已经集成好SP1补丁，5G多的ISO），接着想装输入法的一个HotFix结果发现装不上，XP下就是好的。无奈，直接又装了VS2005 ...</summary><published>2007-03-11T12:21:00Z</published><updated>2007-03-11T12:21:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2007/03/11/671131.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2007/03/11/671131.html"/><content type="text">这个星期，自己买了台Acer的本本。扣肉2 T5500，120G硬盘，自己把内存升级到2G，7300GO显卡，迫不及待的装上了Vista旗舰版，2G的内存跑起来真快，特效全开，非常的爽，不过也砸了不少银子。IIS安装好了，就准备装VS2005了，用的是TS版本（自己已经集成好SP1补丁，5G多的ISO），接着想装输入法的一个HotFix结果发现装不上，XP下就是好的。无奈，直接又装了VS2005 ...</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2007/02/08/644718.html</id><title type="text">ASP.NET中的状态管理（转载）</title><summary type="text">Session 会话l 区分客户端，不区分页面l 数据量会随着客户端（并发）数量的增多，而增多l 服务器端存储什么：数据存储在服务器端(InProc，StateServer，SqlServer)l 客户端存储什么：客户端存储的是SessionIDl 有过期策略l 适用场合：与用户相关的数据，购物车，用户帐号， Application状态l 全局数据，所有客户端共享：不区分客户端，不区分页面l 服务...</summary><published>2007-02-08T04:50:00Z</published><updated>2007-02-08T04:50:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2007/02/08/644718.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2007/02/08/644718.html"/><content type="text">Session 会话l 区分客户端，不区分页面l 数据量会随着客户端（并发）数量的增多，而增多l 服务器端存储什么：数据存储在服务器端(InProc，StateServer，SqlServer)l 客户端存储什么：客户端存储的是SessionIDl 有过期策略l 适用场合：与用户相关的数据，购物车，用户帐号， Application状态l 全局数据，所有客户端共享：不区分客户端，不区分页面l 服务...</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2007/02/08/644717.html</id><title type="text">ADO.NET中实现事务处理</title><summary type="text">在数据库连接上创建事务处理对象，然后调用事务处理对象来提交事务或回滚事务。Demo：privatevoidbtnOK_Click(objectsender,System.EventArgse){SqlConnectionmyConnection=newSqlConnection("Server=(local);InitialCatalog=Northwind;uid=sa;pwd=111;");m...</summary><published>2007-02-08T04:49:00Z</published><updated>2007-02-08T04:49:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2007/02/08/644717.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2007/02/08/644717.html"/><content type="text">在数据库连接上创建事务处理对象，然后调用事务处理对象来提交事务或回滚事务。Demo：privatevoidbtnOK_Click(objectsender,System.EventArgse){SqlConnectionmyConnection=newSqlConnection("Server=(local);InitialCatalog=Northwind;uid=sa;pwd=111;");m...</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2006/12/09/587151.html</id><title type="text">ASP.NET网站建设基本常用代码</title><summary type="text">ASP.NET网站建设基本常用代码1.为按钮添加确认对话框Button.Attributes.Add("onclick","return confirm('确认?')");Button.Attributes.Add("onclick","if(confirm('确定?')){return true;}else{return false;}")2.表格超连接列传递参数&lt;asp:HyperLin...</summary><published>2006-12-09T06:03:00Z</published><updated>2006-12-09T06:03:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2006/12/09/587151.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2006/12/09/587151.html"/><content type="text">ASP.NET网站建设基本常用代码1.为按钮添加确认对话框Button.Attributes.Add("onclick","return confirm('确认?')");Button.Attributes.Add("onclick","if(confirm('确定?')){return true;}else{return false;}")2.表格超连接列传递参数&lt;asp:HyperLin...</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2006/12/01/579485.html</id><title type="text">父窗口与子窗口交互</title><summary type="text">我们进入如何创建和使用 DHTML 对话框的细节之前，我希望对程序员可用的两种类型的对话框进行说明，即：有模式和无模式。有模式对话框将获得应用程序的完全聚焦，在对话框关闭前将不允许在该应用程序的其它部分进行交互操作。我前面提到的“另存为”就是这种情况的一个示例，因为该对话框必须关闭（要么通过保存文件，要么通过取消该对话框）后用户才能与应用程序进行其它交互操作。无模式对话框在...</summary><published>2006-12-01T15:22:00Z</published><updated>2006-12-01T15:22:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2006/12/01/579485.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2006/12/01/579485.html"/><content type="text">我们进入如何创建和使用 DHTML 对话框的细节之前，我希望对程序员可用的两种类型的对话框进行说明，即：有模式和无模式。有模式对话框将获得应用程序的完全聚焦，在对话框关闭前将不允许在该应用程序的其它部分进行交互操作。我前面提到的“另存为”就是这种情况的一个示例，因为该对话框必须关闭（要么通过保存文件，要么通过取消该对话框）后用户才能与应用程序进行其它交互操作。无模式对话框在...</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2006/12/01/579481.html</id><title type="text">制作Javascript弹出窗口技巧九则</title><summary type="text">经常上网的朋友可能会到过这样一些网站，一进入首页立刻会弹出一个窗口，或者按一个连接或按钮弹出，通常在这个窗口里会显示一些注意事项、版权信息、警告、欢迎光顾之类的话或者作者想要特别提示的信息。其实制作这样的页面效果非常的容易，只要往该页面的HTML里加入几段Javascript代码即可实现。下面俺就带您剖析它的奥秘。 1、最基本的弹出窗口代码 其实代码非常简单： &lt; SCRIPT...</summary><published>2006-12-01T15:09:00Z</published><updated>2006-12-01T15:09:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2006/12/01/579481.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2006/12/01/579481.html"/><content type="text">经常上网的朋友可能会到过这样一些网站，一进入首页立刻会弹出一个窗口，或者按一个连接或按钮弹出，通常在这个窗口里会显示一些注意事项、版权信息、警告、欢迎光顾之类的话或者作者想要特别提示的信息。其实制作这样的页面效果非常的容易，只要往该页面的HTML里加入几段Javascript代码即可实现。下面俺就带您剖析它的奥秘。 1、最基本的弹出窗口代码 其实代码非常简单： &lt; SCRIPT...</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2006/11/05/551020.html</id><title type="text">WebPart（汇总）</title><summary type="text">一、Web部件概述二、创建一个简单的WebPart应用示例三、创建自定义的WebPart四、实现WebPart编辑功能五、实现WebPart管理功能六、实现WebPart通信功能</summary><published>2006-11-05T13:25:00Z</published><updated>2006-11-05T13:25:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2006/11/05/551020.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2006/11/05/551020.html"/><content type="text">一、Web部件概述二、创建一个简单的WebPart应用示例三、创建自定义的WebPart四、实现WebPart编辑功能五、实现WebPart管理功能六、实现WebPart通信功能</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2006/11/05/551017.html</id><title type="text">实现WebPart通信功能</title><summary type="text">在一个页面中的WebPart控件之间是相互独立的，依赖与它的通信机制我们可以实现基于静态连接和动态连接的WebPart通信。 在互相通信的WebPart控件之间，一方作为Provider，另一方作为Consumer，他们之间的数据交互由WebPartManager来管理。在同一个页面中，可以存在多对通信，同一个Provider可以与多个Consumer通信，但是一个Consumer只能从一个Pro...</summary><published>2006-11-05T13:22:00Z</published><updated>2006-11-05T13:22:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2006/11/05/551017.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2006/11/05/551017.html"/><content type="text">在一个页面中的WebPart控件之间是相互独立的，依赖与它的通信机制我们可以实现基于静态连接和动态连接的WebPart通信。 在互相通信的WebPart控件之间，一方作为Provider，另一方作为Consumer，他们之间的数据交互由WebPartManager来管理。在同一个页面中，可以存在多对通信，同一个Provider可以与多个Consumer通信，但是一个Consumer只能从一个Pro...</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2006/11/05/550890.html</id><title type="text">实现WebPart管理功能</title><summary type="text">实现WebPart管理功能需要用到CatalogZone、DeclarativeCatalogPart、PageCatalogPart、ImportCatalogPart这四个控件。其中CatalogZone是作为后三个控件的容器。 DeclarativeCatalogPart：以声明的方式向控件目录中添加WebPart控件。用户可以在声明性目录中选中它，将其添加到其他WebPartZone中。 ...</summary><published>2006-11-05T11:05:00Z</published><updated>2006-11-05T11:05:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2006/11/05/550890.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2006/11/05/550890.html"/><content type="text">实现WebPart管理功能需要用到CatalogZone、DeclarativeCatalogPart、PageCatalogPart、ImportCatalogPart这四个控件。其中CatalogZone是作为后三个控件的容器。 DeclarativeCatalogPart：以声明的方式向控件目录中添加WebPart控件。用户可以在声明性目录中选中它，将其添加到其他WebPartZone中。 ...</content></entry><entry><id>http://www.cnblogs.com/hide0511/archive/2006/11/04/550355.html</id><title type="text">实现WebPart编辑功能</title><summary type="text">实现WebPart的编辑功能需要用到VS2005提供的EditorZone控件和EditorPart系列控件。EditorPart系列控件包括AppearanceEditorPart、BehaviorEditorPart、LayoutEditorPart、PropertyGridEditPart。 要实现WebPart的编辑功能需要几个条件：（1）用户处于共享页面范围（2）显示模式为编辑模式。 对...</summary><published>2006-11-04T15:16:00Z</published><updated>2006-11-04T15:16:00Z</updated><author><name>头发乱了</name><uri>http://www.cnblogs.com/hide0511/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hide0511/archive/2006/11/04/550355.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hide0511/archive/2006/11/04/550355.html"/><content type="text">实现WebPart的编辑功能需要用到VS2005提供的EditorZone控件和EditorPart系列控件。EditorPart系列控件包括AppearanceEditorPart、BehaviorEditorPart、LayoutEditorPart、PropertyGridEditPart。 要实现WebPart的编辑功能需要几个条件：（1）用户处于共享页面范围（2）显示模式为编辑模式。 对...</content></entry></feed>
