• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
KXLF’s blog
能转的不写
   首页    新随笔    联系   管理     
上一页 1 2 3 4 下一页
2011年11月1日
[转]PublishingFeatureHandler(发布功能参数)
摘要: Feature ID 22A9EF51-737B-4ff2-9346-694633FE4416In lack of documentation on this feature and the properties it contains, I did some reflection on the class. But the inner workings of the class is obfuscated and therefore I was only able to get the properties declared as constants. I have not tested a 阅读全文
posted @ 2011-11-01 09:28 KXLF 阅读(302) 评论(0) 推荐(0)
[转]Writing Custom Entries to the Audit Log in Windows SharePoint Services 3.0(如何记录自定义审核日志)
摘要: Microsoft Windows SharePoint Services provides an auditing facility that allows you to see the actions users take within the context of a site collection. Examples of user actions that you can audit automatically include viewing, updating, and deleting list items and documents, as well as viewing si 阅读全文
posted @ 2011-11-01 09:24 KXLF 阅读(456) 评论(0) 推荐(0)
[转]SharePoint 2007 and 2010 Farm ports – configuring firewall(如何配置服务器场中的防火墙)
摘要: IntroductionDepending on the environment you are configuring you might need not only open ports between client and your Web Front End(WFE) servers, but you might have internal topology where your SharePoint servers are separated by layers and are isolated by firewalls. In such situation you need to 阅读全文
posted @ 2011-11-01 09:11 KXLF 阅读(545) 评论(0) 推荐(0)
[转]SharePoint内容定制之XSLT高级用法——使用Muenchian方法分组XML数据
摘要: 分组在XSLT处理中是一个很常见的问题,怎样才能将一系列XML节点元素组织到不同的分组里?最常见的情况是处理从数据库中得到的XML输出,数据库通常是根据数据表中的记录生成结果。例如,一个地址簿可能输出下面的内容:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><records><contact id="0001"><title>Mr</title><forename&g 阅读全文
posted @ 2011-11-01 09:03 KXLF 阅读(301) 评论(0) 推荐(0)
[转]SharePoint内容定制之XSLT高级用法——带返回值的函数调用
摘要: 前言:通常大家使用XSLT仅仅是用它进行简单的数据展示,但是如果涉及到复杂的逻辑处理,便变得无从下手。其实,在XSLT本身支持JavaScript, C#等语言自定义函数,只可惜SharePoint无情的把这一特性给屏蔽了。所以为了更多的实现的功能,我们不得不挖掘xsl:template的一些特殊用途——带返回值的函数调用,让它具备别的编程语言所拥有的灵活性。xsl:template本身不是一个函数,在多数情况下,它只是作为一个内容输出的模块化工具,但是借助xsl:variable标签,我们可获取到xsl:template输出的内容,对其进行相关操作,从而实现带返回值的函数调用模拟,在此基础上 阅读全文
posted @ 2011-11-01 09:02 KXLF 阅读(367) 评论(0) 推荐(0)
2010年6月12日
[转] SharePoint Features - elements, scope and other info
摘要: 原文地址:http://weblogs.asp.net/soever/archive/2007/05/03/sharepoint-features-elements-scope-and-other-info.aspxWhen designing features for SharePoint 2007 you always have to think about the scope where t... 阅读全文
posted @ 2010-06-12 15:12 KXLF 阅读(352) 评论(0) 推荐(0)
2010年3月19日
.NET使用C#连接TIBCO的JMS消息服务
摘要: [代码] 阅读全文
posted @ 2010-03-19 09:51 KXLF 阅读(3670) 评论(1) 推荐(0)
2010年3月11日
问题:加了访问权限也无法访问网站。
摘要: 16:46 2010/3/1问题:加了访问权限也无法访问网站。结果:母版页没发布和批准。KXLF 16:22:36我在根网站的访问者组加了一个用户 KXLF 16:22:45某个子网站继承的权限 KXLF 16:22:53这个用户怎么没法访问这个子站点 KXLF 16:23:09我把用户加到所有者也不行 Eric 16:23:12能访问根? KXLF 16:23:15对 KXLF 16:23:43... 阅读全文
posted @ 2010-03-11 09:29 KXLF 阅读(228) 评论(0) 推荐(0)
2010年1月28日
抽象类与接口使用的MSDN建议
摘要: MSDN的建议是: 如果预计要创建组件的多个版本,则创建抽象类。抽象类提供简单易行的方法来控制组件版本。通过更新基类,所有继承类都随更改自动更新。另一方面,接口一旦创建就不能更改。如果需要接口的新版本,必须创建一个全新的接口。 如果创建的功能将在大范围的全异对象间使用,则使用接口。抽象类应主要用于关系密切的对象,而接口最适合为不相关的类提供通用功能。 如果要设计小而简练的功能块,则使用接口。如果要... 阅读全文
posted @ 2010-01-28 10:23 KXLF 阅读(257) 评论(0) 推荐(0)
2010年1月12日
MOSS中的DelegateControl机制
摘要: *:如果id相同,系统默认使用优先级高的控件。由此可以实现使用相同ID,在激活包含优先级高的Control时,自动切换控件。*:Sequence数值越小,优先级越高。-----------------------------------------------------页面控件声明:<SharePoint:DelegateControl ID="DelegateControl2" runa... 阅读全文
posted @ 2010-01-12 13:44 KXLF 阅读(241) 评论(0) 推荐(0)
上一页 1 2 3 4 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3