<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Winner</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/7352/rss</id><updated>2008-12-08T07:51:28Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7352/rss"/><entry><id>http://www.cnblogs.com/lcybest/archive/2008/12/08/1350428.html</id><title type="text">《Microsoft Office SharePoint Server 2007 Best Practices》书评</title><summary type="text">前段时间参加了MVP的书籍借阅活动申请到了《Microsoft Office SharePoint Server 2007 Best Practices》这本书。 该书由Ben Curry与Bill English两位SharePoint专家执笔，为IT人员从设计规则、构建、部署、运行维护四方面详细阐述了Microsoft Office SharePoint Server 2007在企业实际应用中...</summary><published>2008-12-08T07:51:00Z</published><updated>2008-12-08T07:51:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2008/12/08/1350428.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2008/12/08/1350428.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2007/11/19/964475.html</id><title type="text">修改MOSS2007内容查询部件实现自定义格式显示</title><summary type="text">    在Office SharePoint Server 2007中的内容查询Web Part只支持单个列进行显示（默认为标题列），即使将列表中的列设置为富文本格式在内容查询Web Part中也显示为不带样式的文本。下面的方法将实现在内容查询Web Part中显示我们添加的列并使用样式。&#xD;1.       为通知列表添加自定义列&#xD;2.       将内容查询WebPart导出并修改&#xD;3.       修改XSL文件&#xD;4.       导入前面步骤修改的.webPart文件&#xD;5.       将新加入的webpart重新加入页面，修改其webpart属性。</summary><published>2007-11-19T08:55:00Z</published><updated>2007-11-19T08:55:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2007/11/19/964475.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2007/11/19/964475.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2007/07/04/806217.html</id><title type="text">[.NET Active Directory开发]根据NativeGuid获取DirectoryEntry实例</title><summary type="text">  今天写一篇关于使用.NET进行Active Directory开发方面的文章&#xD;大家都知道NativeGuid是Active Directory中对象的唯一标识，那么如何通过这个GUID来获取（查询）到相应DirectoryEntry对象的实例呢?&#xD;.NET Framework中的DirectoryService命名空间下并没有直接提供相应的方法，不过可以通过以下方法来获取：</summary><published>2007-07-04T13:22:00Z</published><updated>2007-07-04T13:22:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2007/07/04/806217.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2007/07/04/806217.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2006/05/29/412126.html</id><title type="text">IISRESET命令功能新发现</title><summary type="text">最近半年很忙，好久没上来写东西了。今日偶然发现我们常用的IISRESET命令还有重启机器的功能：使用参数/rebootC:\&amp;gt; IISRESET /Reboot //即可将机器重启还有些其它参数，贴在这里供大家参考：IISRESET.EXE (C) Microsoft Corp. 1998-1999用法:iisreset [computername] /RESTART 停止然后重新启动所有 ...</summary><published>2006-05-29T07:59:00Z</published><updated>2006-05-29T07:59:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2006/05/29/412126.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2006/05/29/412126.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2006/02/22/335539.html</id><title type="text">动态改变ASP.net页面标题和动态指定页面样式表</title><summary type="text">如果需要让asp.net应用程序对用户留有一定有自定义空间，例如用户要对页面使用自己定义的样式表或标题，可以使用下面的方法来动态指定：首先对ASPX文件中&amp;lt;HEAD&amp;gt;中的页面标题和样式表进行修改Visual Studio 生成的代码： &amp;lt;title&amp;gt;WebForm1&amp;lt;/Title&amp;gt; &amp;lt;LINK ref="stylesheet" type="text/css...</summary><published>2006-02-22T07:56:00Z</published><updated>2006-02-22T07:56:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2006/02/22/335539.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2006/02/22/335539.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2005/12/21/301849.html</id><title type="text">Biztalk Server 2006安装配置</title><summary type="text">前段时间收到了来自beta.microsoft.com的BTS20006 Beta2的下载地址，这两天对它进行了一番安装配置。下面把一些经过和步骤和大家分享一下，手中有一些去年的Biztalk Server2004版本的培训资料，里面有11个Lab。需要的朋友请留下mail，我会发给你们。本文主题：BTS2006的 What 's new安装过程BTS2006的配置将以前的BTS2004版本的项目...</summary><published>2005-12-21T09:06:00Z</published><updated>2005-12-21T09:06:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2005/12/21/301849.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2005/12/21/301849.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2005/12/14/297025.html</id><title type="text">Web开发中对元素样式使用过滤器以增强其可视化效果</title><summary type="text">在WEB开发中，为了增强界面的美观往往需要对一些元素实现一些阴影、模糊、过渡等效果，最直接的方法就是通过美工制做图片来实现，IE从4.0版本开始支持过滤器，可以用此功能来实现诸如阴影、模糊、过渡等效果。我们可以采用对元素的样式使用过滤器来完成简单的效果的实现我们以IMG和DIV元素为例模糊效果：&amp;lt;IMG ID="sample1" SRC="hero.jpg" STYLE="FILTER:pr...</summary><published>2005-12-14T07:02:00Z</published><updated>2005-12-14T07:02:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2005/12/14/297025.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2005/12/14/297025.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2005/12/06/291561.html</id><title type="text">使用DIME协议上传文件</title><summary type="text">在某些Web Service的应用场景下,例如公文的传送，在Web Service返回结果的同时将word文档及其它附件返回，这时候可以使用DIME协议来进行文件的传输。使用它来传输不需要经过SOAP消息的序列化/反序列化，有很高的效率。当然这里要用到Web Services Enhancements (WSE),目前的最新版本为3.0。本文中所使用的版本为2.0sp2，有趣的是WSE的各个版本中...</summary><published>2005-12-06T02:58:00Z</published><updated>2005-12-06T02:58:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2005/12/06/291561.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2005/12/06/291561.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2005/11/30/287504.html</id><title type="text">使用证书来做RSA非对称式加密</title><summary type="text">本示例中使用了WSE(Web Service Enhancement)中对证书相关操作的功能,本文中所使用的WSE版本为2.0TP。基于.net framework 1.1 usingSystem;usingSystem.Security.Cryptography;usingX509=Microsoft.Web.Services.Security.X509;namespaceUtil{/**///...</summary><published>2005-11-30T01:29:00Z</published><updated>2005-11-30T01:29:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2005/11/30/287504.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2005/11/30/287504.html"/></entry><entry><id>http://www.cnblogs.com/lcybest/archive/2005/11/30/287494.html</id><title type="text">使用MSAgent代替传统的MessageBox提示来增用客户端用户体验</title><summary type="text">以往的应用程序我们大多都是使用MessageBox来给用户以反馈，不免显得有点呆板，使用MSAgent来改善客户端的用户体验：传统的提示方法：使用MSAgent的提示方法：代码：axAgent2.Characters.Load("Role",Application.StartupPath+"\\Assistant\\"+"earl.acs");axAgent2.Characters["Role"]...</summary><published>2005-11-30T01:16:00Z</published><updated>2005-11-30T01:16:00Z</updated><author><name>lcybest</name><uri>http://www.cnblogs.com/lcybest/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lcybest/archive/2005/11/30/287494.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lcybest/archive/2005/11/30/287494.html"/></entry></feed>
