<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_千本樱，纸吹雪</title><subtitle type="text">生于上世纪80年代初期的上海，好动，偏执，钟情于咖啡和篮球，曾经的极限运动和摇滚乐的爱好者。</subtitle><id>http://feed.cnblogs.com/blog/u/419/rss</id><updated>2005-08-23T07:37:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/419/rss"/><entry><id>http://www.cnblogs.com/blurlzy/archive/2005/08/23/221031.html</id><title type="text">斟酌之后，终于有了决定</title><summary type="text">很久没有在这边写技术类的Blog，感觉自己脱离coding已经好久了。最近一直在玩一些server端的产品，诸如，Reporting Services，Biztalk Server 2004，SQL Server 2005等一些东西。要不就是做一些整合之类的解决方案。虽然一直以来坚持，工作，不过是生活中很小很小的一块蛋糕，虽然它占据了我们大部分的时间和精力。但他还是一块小蛋糕而已。今时今日，对于技...</summary><published>2005-08-23T07:36:00Z</published><updated>2005-08-23T07:36:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2005/08/23/221031.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2005/08/23/221031.html"/><content type="text">很久没有在这边写技术类的Blog，感觉自己脱离coding已经好久了。最近一直在玩一些server端的产品，诸如，Reporting Services，Biztalk Server 2004，SQL Server 2005等一些东西。要不就是做一些整合之类的解决方案。虽然一直以来坚持，工作，不过是生活中很小很小的一块蛋糕，虽然它占据了我们大部分的时间和精力。但他还是一块小蛋糕而已。今时今日，对于技...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2005/02/20/106492.html</id><title type="text">MILD SEVEN FAMILY</title><summary type="text">MILD SEVEN，DAVID DOFF以及中华向来是本人最为钟爱的烟。在上海抽MILD SEVEN的人虽然不少，但大多数都是MILD SEVEN LIGHTS &amp; MILD SEVEN SUPER LIGHTS系列的，事实上MILD SEVEN大约有十几种不同的系列针对不同的人群所设计。 MILD SEVEN 系列 MILD SEVEN MILD SEVEN(BOX) MILD SEV...</summary><published>2005-02-20T10:54:00Z</published><updated>2005-02-20T10:54:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2005/02/20/106492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2005/02/20/106492.html"/><content type="text">MILD SEVEN，DAVID DOFF以及中华向来是本人最为钟爱的烟。在上海抽MILD SEVEN的人虽然不少，但大多数都是MILD SEVEN LIGHTS &amp; MILD SEVEN SUPER LIGHTS系列的，事实上MILD SEVEN大约有十几种不同的系列针对不同的人群所设计。 MILD SEVEN 系列 MILD SEVEN MILD SEVEN(BOX) MILD SEV...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2005/01/31/99944.html</id><title type="text">折腾了我近2个小时的问题居然是由于MS Data Access Application Block Version 2.0中的Bug造成的</title><summary type="text">由于MS Data Access Application Block是一款相对比较成熟的数据访问组件，同时又公开源代码，便打算在这次的项目中不再另外写数据访问层，直接用Data Access Application Block。大致看了一下其帮助文档和具体代码，觉得还不错，用起来还蛮方便的，谁知道用了没多久问题就出来了~~ 调用SqlHelper中的FillDataSet方法，来填充DataSet...</summary><published>2005-01-31T07:35:00Z</published><updated>2005-01-31T07:35:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2005/01/31/99944.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2005/01/31/99944.html"/><content type="text">由于MS Data Access Application Block是一款相对比较成熟的数据访问组件，同时又公开源代码，便打算在这次的项目中不再另外写数据访问层，直接用Data Access Application Block。大致看了一下其帮助文档和具体代码，觉得还不错，用起来还蛮方便的，谁知道用了没多久问题就出来了~~ 调用SqlHelper中的FillDataSet方法，来填充DataSet...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2005/01/21/95355.html</id><title type="text">将异常信息写入自定义的Windows事件日志中</title><summary type="text">在.NET中将信息写入Windows事件日志中可能只需要一句话就能解决：调用EventLog的WriteEntry方法。更多的情况下我们需要专门的类别来记录一些异常信息，.NET同样给我们提供了非常便捷方法：调用EventLog的CreateEventSource方法创建自己的事件源，然后再将异常信息写到里面。但是很遗憾，如果你仅仅只是这样的话，在你运行程序的时候是不能成功的，原因很简单：ASPN...</summary><published>2005-01-21T06:48:00Z</published><updated>2005-01-21T06:48:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2005/01/21/95355.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2005/01/21/95355.html"/><content type="text">在.NET中将信息写入Windows事件日志中可能只需要一句话就能解决：调用EventLog的WriteEntry方法。更多的情况下我们需要专门的类别来记录一些异常信息，.NET同样给我们提供了非常便捷方法：调用EventLog的CreateEventSource方法创建自己的事件源，然后再将异常信息写到里面。但是很遗憾，如果你仅仅只是这样的话，在你运行程序的时候是不能成功的，原因很简单：ASPN...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2005/01/13/91136.html</id><title type="text">PostBack or not?</title><summary type="text">今天刚到公司，登上MSN Messenger，还没来得及，一个Message过来，问了我一个问题，大致是这样的：需要在2个DropdownList中绑定数据（数据来自于后台数据库），2个Dropdown中的数据是一对多，也就是，选择Dropdown1，相应的Dropdown2总会出现不同的数据，很简单也很普遍的应用吗，最先想到的便是当Dropdown1的Selectchanged时候，PostBa...</summary><published>2005-01-13T01:53:00Z</published><updated>2005-01-13T01:53:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2005/01/13/91136.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2005/01/13/91136.html"/><content type="text">今天刚到公司，登上MSN Messenger，还没来得及，一个Message过来，问了我一个问题，大致是这样的：需要在2个DropdownList中绑定数据（数据来自于后台数据库），2个Dropdown中的数据是一对多，也就是，选择Dropdown1，相应的Dropdown2总会出现不同的数据，很简单也很普遍的应用吗，最先想到的便是当Dropdown1的Selectchanged时候，PostBa...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2004/11/18/65228.html</id><title type="text">借助Reports Starter Kit来开发自己的报表系统</title><summary type="text">微软所提供的Reports Starter Kit给我们展示一种多视图的报表解决方案，这里仅仅只是讨论一下关于里面PieChart和BarChart的实现，以及如何利用GDI+来开发我们自己的报表系统。在System.Drawing 这个命名空间下面，包含了许多可以用来创建和编辑图像的类，创建图像的时候，我们需要用到Bitmap类和Graphics类，在MSDN的上面，他是这么解释这两个类，来帮助...</summary><published>2004-11-18T04:57:00Z</published><updated>2004-11-18T04:57:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2004/11/18/65228.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2004/11/18/65228.html"/><content type="text">微软所提供的Reports Starter Kit给我们展示一种多视图的报表解决方案，这里仅仅只是讨论一下关于里面PieChart和BarChart的实现，以及如何利用GDI+来开发我们自己的报表系统。在System.Drawing 这个命名空间下面，包含了许多可以用来创建和编辑图像的类，创建图像的时候，我们需要用到Bitmap类和Graphics类，在MSDN的上面，他是这么解释这两个类，来帮助...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2004/09/06/40171.html</id><title type="text">自己动手做一个简单的WebPart</title><summary type="text">首先确认在机器上已经安装了如下东西Microsoft® Windows® SharePoint™ ServicesMicrosoft Office SharePoint Portal Server 2003(可选)Microsoft Visual Studio® .NETWeb Part infrastructure当你机器上面安装SharePoint P...</summary><published>2004-09-06T02:15:00Z</published><updated>2004-09-06T02:15:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2004/09/06/40171.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2004/09/06/40171.html"/><content type="text">首先确认在机器上已经安装了如下东西Microsoft® Windows® SharePoint™ ServicesMicrosoft Office SharePoint Portal Server 2003(可选)Microsoft Visual Studio® .NETWeb Part infrastructure当你机器上面安装SharePoint P...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2004/07/13/23823.html</id><title type="text">WINDOWS 2003和IIS 6.0由于安全性增强而可能产生的问题</title><summary type="text">今天朋友问了一个问题，问题如下：在windows 2003下安装了VS2003,在运行web应用程序的时候出现一下错误:对路径“D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\test\db58b339\50f84c0”的访问被拒绝。说明: 执行当前 Web 请求期间，出现未处理的异常...</summary><published>2004-07-13T08:58:00Z</published><updated>2004-07-13T08:58:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2004/07/13/23823.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2004/07/13/23823.html"/><content type="text">今天朋友问了一个问题，问题如下：在windows 2003下安装了VS2003,在运行web应用程序的时候出现一下错误:对路径“D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\test\db58b339\50f84c0”的访问被拒绝。说明: 执行当前 Web 请求期间，出现未处理的异常...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2004/05/18/10073.html</id><title type="text">在域服务器上安装Share Pointer 2003时遇到的问题</title><summary type="text">打算研究一下如何用Share Pointer 2003来进行2次开发，搞了一台机器，装上windows 2003，同时将其升级成域，装上SqlServer 2000 sp3,开始安装Share Pointer 2003.安装Share Pointer 2003的时候，按照向导，一步一步来，没碰到什么问题，之后，在生成门户网站的时候，却屡次出错，郁闷。察看了一下安装日志，发现都是在创建门户网站数据库...</summary><published>2004-05-18T05:45:00Z</published><updated>2004-05-18T05:45:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2004/05/18/10073.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2004/05/18/10073.html"/><content type="text">打算研究一下如何用Share Pointer 2003来进行2次开发，搞了一台机器，装上windows 2003，同时将其升级成域，装上SqlServer 2000 sp3,开始安装Share Pointer 2003.安装Share Pointer 2003的时候，按照向导，一步一步来，没碰到什么问题，之后，在生成门户网站的时候，却屡次出错，郁闷。察看了一下安装日志，发现都是在创建门户网站数据库...</content></entry><entry><id>http://www.cnblogs.com/blurlzy/archive/2004/05/17/9938.html</id><title type="text">关于自定义客户端验证脚本同时和服务器控件关联的一些心得</title><summary type="text">.NET为我们提供了不少验证控件，一定程度上减少了程序员在开发上的工作量，但是有很多时候我们往往会需要自定义一些自己的验证流程，而无法通过.NET中所提供的验证控件来完成。通常验证的话，分为客户端和服务器端验证，这里我们所提到的验证都是指客户端验证。最常见的做法便是自己写一段JavsScript脚本，根据验证是否通过返回true或者是false。然后通过controlID.Attribute[&amp;#...</summary><published>2004-05-17T06:29:00Z</published><updated>2004-05-17T06:29:00Z</updated><author><name>Michael</name><uri>http://www.cnblogs.com/blurlzy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blurlzy/archive/2004/05/17/9938.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blurlzy/archive/2004/05/17/9938.html"/><content type="text">.NET为我们提供了不少验证控件，一定程度上减少了程序员在开发上的工作量，但是有很多时候我们往往会需要自定义一些自己的验证流程，而无法通过.NET中所提供的验证控件来完成。通常验证的话，分为客户端和服务器端验证，这里我们所提到的验证都是指客户端验证。最常见的做法便是自己写一段JavsScript脚本，根据验证是否通过返回true或者是false。然后通过controlID.Attribute[&amp;#...</content></entry></feed>
