<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Burnett</title><subtitle type="text">淡定,执着......</subtitle><id>http://feed.cnblogs.com/blog/u/17233/rss</id><updated>2008-03-28T02:22:03Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17233/rss"/><entry><id>http://www.cnblogs.com/burnett/archive/2008/03/11/1100665.html</id><title type="text">【招聘.NET开发人员】待遇从优</title><summary type="text">招聘职位:.NET开发工程师工作地点:南京主要职责:1、完成对企业的需求分析及详细的规划设计2、以Sharepoint为中心的企业级应用软件开发、部署、维护3、整合异构的应用系统任职要求:1、有良好的沟通能力和团队合作能力； 2、熟悉Windows域控制原理，熟悉AD，了解IIS的使用和管理；3、熟悉C++、 ASP.Net 1.1/2.0、XML、工作流的开发，有参与过相关Web应用开发经验优先...</summary><published>2008-03-11T07:52:00Z</published><updated>2008-03-11T07:52:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2008/03/11/1100665.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2008/03/11/1100665.html"/><content type="text">招聘职位:.NET开发工程师工作地点:南京主要职责:1、完成对企业的需求分析及详细的规划设计2、以Sharepoint为中心的企业级应用软件开发、部署、维护3、整合异构的应用系统任职要求:1、有良好的沟通能力和团队合作能力； 2、熟悉Windows域控制原理，熟悉AD，了解IIS的使用和管理；3、熟悉C++、 ASP.Net 1.1/2.0、XML、工作流的开发，有参与过相关Web应用开发经验优先...</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2008/02/24/1079781.html</id><title type="text">【剖析MOSS系列之一】万能的AllUserData</title><summary type="text">大家都知道，Sharepoint的列表实际上是对数据库中表(Table)的概念的延伸。但是当我们打开Sharepoint的时候，会发现，你建立的列表并没有存储成数据库中的一张表。那么列表是存储在哪里的呢？他们在运行中又是怎么被提取出来的呢？从这篇文章开始，我们要一点一点将MOSS的神秘的存储结构剖析清楚，不仅仅对MOSS的开发有帮助，也可以拓宽我们的软件体系设计的思维。 打开SqlServer 中...</summary><published>2008-02-24T13:50:00Z</published><updated>2008-02-24T13:50:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2008/02/24/1079781.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2008/02/24/1079781.html"/><content type="text">大家都知道，Sharepoint的列表实际上是对数据库中表(Table)的概念的延伸。但是当我们打开Sharepoint的时候，会发现，你建立的列表并没有存储成数据库中的一张表。那么列表是存储在哪里的呢？他们在运行中又是怎么被提取出来的呢？从这篇文章开始，我们要一点一点将MOSS的神秘的存储结构剖析清楚，不仅仅对MOSS的开发有帮助，也可以拓宽我们的软件体系设计的思维。 打开SqlServer 中...</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2007/12/14/995147.html</id><title type="text">MOSS 2007 SP1的一些补丁说明</title><summary type="text">MOSS 2007经过近一年的使用体验，终于在2007年底的时候放出了SP1，可谓是千呼万唤始出来。不但让MOSS2007支持了AJAX的web part，而且更新了STSADM的工具。其中有几个比较重要的HotFixes：You configure an advanced search Web part to use a custom scope. However, when you perfo...</summary><published>2007-12-14T08:26:00Z</published><updated>2007-12-14T08:26:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2007/12/14/995147.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2007/12/14/995147.html"/><content type="text">MOSS 2007经过近一年的使用体验，终于在2007年底的时候放出了SP1，可谓是千呼万唤始出来。不但让MOSS2007支持了AJAX的web part，而且更新了STSADM的工具。其中有几个比较重要的HotFixes：You configure an advanced search Web part to use a custom scope. However, when you perfo...</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2007/12/10/989831.html</id><title type="text">Form认证的AD升级之道</title><summary type="text">因为老大的要求，需要将MOSS的Window认证改为较为友好的Form认证。因为这是一个很老的话题，所以懒得自己想，上网google了一下。这一下不要紧，发现网络上的教程，所用的数据源要不是text的，要不就是sql server上的，唯独没有AD的。看来还是要自己动手哇。OK，让我们先了解一下升级的大致原理。这是Memebership在整个应用结构中的位置。观察发现，Membership的位置位...</summary><published>2007-12-10T11:56:00Z</published><updated>2007-12-10T11:56:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2007/12/10/989831.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2007/12/10/989831.html"/><content type="text">因为老大的要求，需要将MOSS的Window认证改为较为友好的Form认证。因为这是一个很老的话题，所以懒得自己想，上网google了一下。这一下不要紧，发现网络上的教程，所用的数据源要不是text的，要不就是sql server上的，唯独没有AD的。看来还是要自己动手哇。OK，让我们先了解一下升级的大致原理。这是Memebership在整个应用结构中的位置。观察发现，Membership的位置位...</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2007/10/17/927712.html</id><title type="text">谁动了我的Infopath附件？－Infopath上传文件产生“文件损坏”</title><summary type="text">最近接到了一个需求，需要将保存在Infopath表单中的数据提取出来。可是这么做出现了一个问题，就是经过IP上传的文件，似乎都被IP的附件控件增加了一些数据，这会导致一种颇为致命的错误，这么来做会破坏原文件的二进制布局。如果容错性不好的程序，会直接报错。比如我把word文件提出来序列化到硬盘上打开，2003会直接提示错误，2007倒是在提示错误以后，可以自动修复。不过我们不需要这种功能。Here ...</summary><published>2007-10-17T09:23:00Z</published><updated>2007-10-17T09:23:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2007/10/17/927712.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2007/10/17/927712.html"/><content type="text">最近接到了一个需求，需要将保存在Infopath表单中的数据提取出来。可是这么做出现了一个问题，就是经过IP上传的文件，似乎都被IP的附件控件增加了一些数据，这会导致一种颇为致命的错误，这么来做会破坏原文件的二进制布局。如果容错性不好的程序，会直接报错。比如我把word文件提出来序列化到硬盘上打开，2003会直接提示错误，2007倒是在提示错误以后，可以自动修复。不过我们不需要这种功能。Here ...</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2007/09/04/881238.html</id><title type="text">InfoPath的上传附件控件在MOSS中失效的解决办法</title><summary type="text">前几日需要在Infopath中保存文件，但是发现在web方式下只要上传文件，就产生如下提示（找不到所选文件）：假设你的MOSS2007是默认安装。首先，打开工作流的workflow.xml文件，定位到&lt;Workflow&gt;节点。查看此节点下的此三个属性的值，Code highlighting produced by Actipro CodeHighlighter (freeware)ht...</summary><published>2007-09-04T03:14:00Z</published><updated>2007-09-04T03:14:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2007/09/04/881238.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2007/09/04/881238.html"/><content type="text">前几日需要在Infopath中保存文件，但是发现在web方式下只要上传文件，就产生如下提示（找不到所选文件）：假设你的MOSS2007是默认安装。首先，打开工作流的workflow.xml文件，定位到&lt;Workflow&gt;节点。查看此节点下的此三个属性的值，Code highlighting produced by Actipro CodeHighlighter (freeware)ht...</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2007/09/03/879839.html</id><title type="text">WorkFlow中引入自定义类对象在类级生命周期里引发工作流异常</title><summary type="text">问题描述：在继承于SequentialWorkflowActivity的Workflow1类里，调用自定义的IPBTask和IPBTaskContainer类，其中IPBTaskContainer类是标记为[Serializable]的自定义类，而且在Workflow1里，其生命周期是类级别上的。并且在Workflow1里实例化了IPBTaskContainer。 问题过程：首先启动一条新的工作流...</summary><published>2007-09-03T02:38:00Z</published><updated>2007-09-03T02:38:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2007/09/03/879839.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2007/09/03/879839.html"/><content type="text">问题描述：在继承于SequentialWorkflowActivity的Workflow1类里，调用自定义的IPBTask和IPBTaskContainer类，其中IPBTaskContainer类是标记为[Serializable]的自定义类，而且在Workflow1里，其生命周期是类级别上的。并且在Workflow1里实例化了IPBTaskContainer。 问题过程：首先启动一条新的工作流...</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2007/08/27/871380.html</id><title type="text">我本将心向明月，奈何明月照沟渠。安装VS2008出错</title><summary type="text">仰慕vs2008的一键调试工作流大法，周末抽空装了一下，可惜......[08/25/07,16:33:23]Microsoft.NETFramework3.5:[2]Errorcode1603forthiscomponentmeans"安装时发生严重错误"[08/25/07,16:33:23]Microsoft.NETFramework3.5:[2]SetupFailedoncomponentM...</summary><published>2007-08-27T07:08:00Z</published><updated>2007-08-27T07:08:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2007/08/27/871380.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2007/08/27/871380.html"/><content type="text">仰慕vs2008的一键调试工作流大法，周末抽空装了一下，可惜......[08/25/07,16:33:23]Microsoft.NETFramework3.5:[2]Errorcode1603forthiscomponentmeans"安装时发生严重错误"[08/25/07,16:33:23]Microsoft.NETFramework3.5:[2]SetupFailedoncomponentM...</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2007/08/03/841714.html</id><title type="text">简单的IE浏览器代理切换软件-ezProxySwitch</title><summary type="text">在公司要用代理，回来又要把代理关掉，比较繁琐，所以无事写了一个软件，虽然只有一个功能，就是一键切换浏览器在注册表中的设置。但是麻雀虽小五脏俱全，具有完整的8个类实现代理切换操作，还有异常捕获机制和配置差异化同步，比较适合.net入门者解剖学习^_^ezProxySwitch</summary><published>2007-08-03T05:56:00Z</published><updated>2007-08-03T05:56:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2007/08/03/841714.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2007/08/03/841714.html"/><content type="text">在公司要用代理，回来又要把代理关掉，比较繁琐，所以无事写了一个软件，虽然只有一个功能，就是一键切换浏览器在注册表中的设置。但是麻雀虽小五脏俱全，具有完整的8个类实现代理切换操作，还有异常捕获机制和配置差异化同步，比较适合.net入门者解剖学习^_^ezProxySwitch</content></entry><entry><id>http://www.cnblogs.com/burnett/archive/2007/08/02/839782.html</id><title type="text">关于写注册表的时候出现UnauthorizedAccessException异常的问题</title><summary type="text">最近没有事情，写了一个可以方便切换浏览器代理的软件，可是在最后测试阶段，发现在尝试将设置写入注册表的时候出现UnauthorizedAccessException异常，提示“无法写入注册表”。百思不得其解。后来逐条查看RegisterKey的相关代码，发现在OpenSubKey方法的第二个布尔类型的参数必须设置为true。再次测试通过。稍后放出这个小代理切换软件o(&amp;#87...</summary><published>2007-08-02T01:06:00Z</published><updated>2007-08-02T01:06:00Z</updated><author><name>Burnett</name><uri>http://www.cnblogs.com/burnett/</uri></author><link rel="alternate" href="http://www.cnblogs.com/burnett/archive/2007/08/02/839782.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/burnett/archive/2007/08/02/839782.html"/><content type="text">最近没有事情，写了一个可以方便切换浏览器代理的软件，可是在最后测试阶段，发现在尝试将设置写入注册表的时候出现UnauthorizedAccessException异常，提示“无法写入注册表”。百思不得其解。后来逐条查看RegisterKey的相关代码，发现在OpenSubKey方法的第二个布尔类型的参数必须设置为true。再次测试通过。稍后放出这个小代理切换软件o(&amp;#87...</content></entry></feed>
