乱弹@2005/7/15

1. SPS2003的一些例子。

SharePoint Document Library Event Handler Sample

https://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=EF665F66-DD48-48C7-A503-B85B404CF6DB

第一个就不用说了。大家如果想要对SPS2003的文档库进行编程,就可以随便看看了。

SharePoint Import Export tools and other utilities

https://www.gotdotnet.com/workspaces/workspace.aspx?id=6996fb17-2a54-4607-983b-35c7697baa53

一个大杂烩。如果你觉得SPS2003的对象模型有些麻烦,那么这个工具为你包装了一下。

Microsoft.SharePoint.Menu Version 1.4.0.0

https://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=a88dceb5-6b53-416e-8b06-b8ed84827e97

很漂亮的一个做树型结构的Web Part。只是没有源代码。

SharePoint Portal Server Configurator

https://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=a74b5062-e24d-4e6f-8b94-cb87bd91260b

这个工具我没能跑起来。不过可以看看源代码是怎样写的。

Extending and Enhancing the SharePoint Portal Server Search User Interface

https://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=ec88db5d-3ebd-4aa0-aaa5-01a10338d800

有人问,如果要把SPS2003搜索结果中,我们搜索的关键字“高亮”出来,就像Google一样,怎么做?

我可以告诉你原理,但具体的代码,需要你自己去写。

结果大家找到了这个例子。至少,现在不用从底层写起了。

Asynchronous Web Part Sample

https://download.microsoft.com/download/0/7/7/0776b5bb-6e5f-4028-9d87-1f23b9520c94/AsyncWebPart%20(CSharp).zip

最后,还有一个异步执行的Web Part的例子。

2. Microsoft SQL Server Report Pack for Microsoft Office SharePoint Portal
Server 2003

https://www.microsoft.com/downloads/details.aspx?FamilyID=49159368-544b-4b09-8eed-4844b4e33d3d&DisplayLang=en

有一些信息,SPS中是没有功能记录下来的。但有的时候,这些信息对我们非常重要。我们就可以试试看Report
Service的一些报告。下面是这个Pack的功能列表:

Storage Report

Shows a listing of the virtual servers and the number of collections, sites,
areas, lists, files and size. Also shows a size distribution and storage usage
chart, and a top 20 sites based on size.

Storage Trend Report

Shows four charts illustrating the virtual server storage trend, site collection
growth trend, area growth trend and list growth trend.

Site Trend Report

Shows hit counts for virtual servers, collections, areas and lists. Also shows
the top 20 sites based on hits.

Comprehensive Site Collections Report

Shows the list of site collections, who owns the collection, configurable
characteristics about the owner and the date the collection was last accessed.

Detailed Site Collection Report

Shows top 20 pages accessed (based on hit count) for this site collection.

Detailed Page Report

Shows users who have access to the page, when they last accessed it, any
referrer URL and number of hits. Also shows two charts illustrating user
distribution and referrer distribution.

Best Bet Keyword

Shows top 20, top 10, bottom 10, or bottom 20 keywords used for searching. Also
shows which keywords have best bets.

Search Terms

Shows top 20, top 10, bottom 10, or bottom 20 search terms used for searching.
Also shows which search terms match a defined keyword.

还有Report Service的另外一些Pack:

Microsoft SQL Server Report Pack for Internet Information Services (IIS)

https://www.microsoft.com/downloads/details.aspx?familyid=2805D337-14C7-40E3-820B-E7EE653C68C0&displaylang=en

SQL Server 2000 Report Pack for Microsoft Exchange

https://www.microsoft.com/downloads/details.aspx?familyid=108C2B01-2CC9-4A84-A669-EB22533FA5E2&displaylang=en

SQL Server 2000 Report Pack for Microsoft CRM

https://www.microsoft.com/downloads/details.aspx?familyid=619EEF04-DDDA-4811-A8E9-A7147A446624&displaylang=en

更多的,大家自己去找吧。