摘要: 用了很久的moss,在默认安装时是英文版本的,导致了网站里很多地方是英文,再加上我某些地方添加了中文内容,感觉不伦不类,于是就想怎么才能把网站转换为中文版本的,后来发现微软为我们提供了语言包,下载地址如下:SharePoint Fundation 语言包下载:http://www.microsoft.com/downloads/details.aspx?familyid=646E311A-AAF3-4D30-B03C-2F3C70D19A22&displaylang=zh-cn语言包下载:http://www.microsoft.com/downloads/en/details.asp 阅读全文
posted @ 2011-06-21 17:07 dtlcq 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 接了个项目需要在搜索结果页面做个类似Google查询左侧结果面板【图1】并实现结果分类,在SharePoint 2010中已提供此功能,但在SharePoint 2007中没有,不幸的是此项目是使用SharePoint 2007。 图1 呵,不过幸运的是SP2007已有人开发了此类功能Faceted Search http://facetedsearch.codeplex.com/ 设计如下: 对... 阅读全文
posted @ 2011-06-21 10:48 dtlcq 阅读(199) 评论(0) 推荐(0) 编辑
摘要: As many of you know, event receivers are a great way to hook into various SharePoint events. These can apply to Feature events such as FeatureActivated, List events such as FieldAdded, and many others. The most common set of receivers used, however, are part of SPItemEventReceiver which let you wire 阅读全文
posted @ 2011-06-21 10:29 dtlcq 阅读(385) 评论(0) 推荐(0) 编辑