3 ways to localize SharePoint XSLT

SharePoint often provides several ways to accomplish the same task. And more often than not, the majority of the approaches are far from being effective.SharePoint often provides several ways to accomplish the same task. And more often than not, the

Moss開發的原則

   Moss開發有一個基本原則就是:能用網站管理,通過網頁方式配置解決的問題就不要去開發、能用Sharepoint Designer修改解決的問題,就不要用VS編程去開發,最後解決不了的問題,再用VS編程自訂開發。以下面這個列表的樣式為例:       如果要修改這個列表的標題、或顯示的欄位,那麼直接通過頁面的“修改共用WEB組件”就可以實現,就沒必要去開啟Desingner進行修改。  

WebPart開發系列一 開發一個簡單的WebPart

    Moss中,最常見的開發就是WebPart的開發了,WebPart可分為兩種:     一種是Asp.Net2.0中的WebPart,命名空間:System.Web.UI.WebControls.WebParts,稱為Asp的Webpart ;     另一種是Moss的WebPart,只能在Moss系統中使用,引入sharepoint.dll後,它的命名空間為:Microsoft.SharePoint.WebPartPages,稱為WSS的WebPart;   

在資料庫之間移動網站集合

文章目錄 確定源網站集合的大小在內容資料庫之間移動網站集合 一個 Web Application 裡面可以使用多個內容資料庫,但是,一個網站集合(site collection)只能存在於一個內容資料庫中。你可以將不同內容的網站集合放到不同的內容資料庫,這樣對於改進效能和提升管理水平很有協助。SharePoint 2010

單迴圈判斷數組中是否有存在重複值

面試題:      已知有一長度為100的無序隨機整型數組,且數值範圍是[1,100],寫一演算法,判斷數組中是否有存在重複值,要求,不得嵌套迴圈,不得使用遞迴。方法一:Code highlighting produced by Actipro CodeHighlighter

Adding a custom action to the MOSS expiration policy

Adding a custom action to the MOSS expiration policyOffice SharePoint 2007 out of the box has a policy framework, that can help with information management in your organization. On of the out of the box policies is the expiration policy. You can

使用點聚WebOffice解決配置RMS許可權文檔線上預覽

 前提在MOSS2010中如果配置了RMS許可權的文檔,使用Office Web App實現文檔的線上查看,會提示如下錯誤: 面對此類問題,微軟不出補丁包進行解決,因此只能想其他辦法進行解決,這裡採用點聚的WebOffice外掛程式進行線上預覽。 註:WebOffice外掛程式原理就是把用戶端Office嵌入到瀏覽器中,因此需要訪問的用戶端安裝office,同時支援IE瀏覽器的訪問,其他瀏覽器不支援。 配置定製WebOffice開發1、 使用VS2012建立sharepoint2010

讀取Exchange的使用者未讀郵件數3種辦法

1、開通IMAP服務,採用IMAP方法讀取,需要提供使用者和密碼IMAP_Client imap = new IMAP_Client();//連結 imap.Connect(server, port, ssl);//賬戶需要加上尾碼名稱,組合成"username@bzy.com"格式//account = string.Format("{0}{1}", account,ExchangeManageConfig.ExchangeDomail);//驗證賬戶

Troubleshooting Workflow Manager 1.0 Management and Execution

2 out of 2 rated this helpful - Rate this topicThis topic describes troubleshooting steps for Workflow Manager 1.0 publishing, management and execution.Publishing and managing workflowsI cannot publish any workflow activitiesFollow the steps in the

讓SharePoint計算欄位顯示Html(轉:塗署光部落格)

 最近有個需求,將不同的內容類型組織到同一個列表(不是文件庫)中,希望能夠給不同的內容類型顯示不同的表徵圖。不過SharePoint內容類型似乎沒有關於表徵圖的設定,翻了ContentType的SchemaXml和若干個xml設定檔都沒找到相關的辦法。今天突然想到了計算欄位,猜測大概能做到這一點,不過計算欄位只能顯示單行文本、數值、是/否等幾種固定類型,不能顯示html內容,我覺得可以通過修改預設的計算欄位設定檔來達到這一目的。上網搜了一下,果然找到:Enabling HTML and/or

郵件伺服器脫離域災難恢複

郵件Database Backup 嘗試setup /m:recoverserver安裝 如果第二步不能實現,adsiedit.msc刪除現有exchange 組織。 安裝新的郵件伺服器。 檢查資料庫狀態eseutil /mh "C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database\Mailbox Database.edb",確定為clean shutdown,如果為dirty shutdown需修複

SharePoint Workflow Troubleshooting

For security reasons, the Setup account cannot be used to create a workflow based on the SharePoint 2013 Workflow platform. If you try to create a workflow based on the SharePoint 2013 Workflow platform by using SharePoint Designer 2013, you receive

自訂 Web 組件使用者介面簡介

文章目錄 自訂 Web 組件使用者介面簡介當您需要設定 Web 組件樣式時如何設定標準 SharePoint Web 組件的標題的樣式如何對 Web 組件標題使用圓角 自訂 Web 組件使用者介面簡介Web 組件是 SharePoint 網頁中最重要的組件之一,標準 SharePoint Web 組件包括最少的設計項目,即,它們不具有背景色、邊框等等。因此,您可能希望自訂 Web 組件以打造您的網站品牌並發揮網站的最大效用。

微軟O365使用教程:如何邀請客戶試用

首先點擊:https://www.microsoftcloudpartner.com/cn進入MPN網頁(如)點擊登入 進入(下一頁) 2.輸入CE夥伴帳號密碼並點擊登入(如)進入CE夥伴管理介面(進入下一頁) 3.點擊:擷取權益

Clear SharePoint Designer cache

Sometimes SharePoint Designer loses touch with reality - it demands to check out files that are not checked in, refuses to check in other files and generally misbehaves. This demeanor is sometimes accompanied by this error message:"Cannot perform

.NET4.5新功能:非同步檔案 I/O

非同步作業可以執行大量佔用資源的 I/O 操作,而不必阻止主線程。 此效能注意事項非常重要。 windows Metro style app 或 desktop app 耗時的流操作會阻止 UI 線程並將您的應用程式顯示的位置,就象它不起作用。從開始 .NET Framework 4.5 RC, I/O 類型包括非同步方法呼叫簡化非同步作業。 非同步方法呼叫在其名稱中包含 Async ,例如 ReadAsync、 WriteAsync、 CopyToAsync、 FlushAsync、

伺服器和網站體繫結構:物件模型概述

Microsoft SharePoint Foundation 提供了一個高度結構化的伺服器端物件模型,藉助該模型,即可輕鬆訪問表示 SharePoint 網站各個方面的對象。您可以從層級較高的對象開始,逐步深入對象階層,以擷取包含要在代碼中使用的成員的對象。 進入點根據要建立的自訂應用程式類型或解決方案類型,您可以使用不同的進入點進入物件模型,以擷取要從其開始操作的合適對象。例如,如果要自訂部署的管理和配置,則可以使用靜態 ContentService 屬性返回當前的 Web 服務對象及其

Using Operations Manager Connectors

Updated: January 31, 2012Applies To: System Center 2012 - Operations Manager[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] This section contains information about

如何:添加缺少的 ContentPlaceHolder

在 Microsoft SharePoint Server 2010 中,搜尋中心網站模板中不支援 BlueBand 主版頁面。當您升級搜尋中心網站時,如果您決定維持 Office SharePoint Server 2007 外觀,則當您嘗試訪問該網站時,瀏覽器會顯示以下錯誤訊息:發生未知錯誤。 本主題將描述導致此錯誤的原因以及解決步驟。 發生此錯誤的原因是 BlueBand 主版頁面丟失了用於其他頁面編輯控制項的 SPNavigation 內容預留位置。主版頁面需要有此內容預留位置才能與

User Profile Service 應用程式的新增功能

User Profile Service 應用程式儲存集中位置中使用者的相關資訊,由 SharePoint 的社交計算功能用來支援自然協作。設定“我的網站”個人網站、啟用某些社交計算功能(如新聞源)以及在伺服器陣列或網站中建立和分發使用者設定檔也需要用到 User Profile Service 應用程式。 若要瞭解有關 User Profile Service 應用程式的更多資訊,另請參閱 http://technet.microsoft.com/zh-cn/library/ee662538.

總頁數: 61357 1 .... 5666 5667 5668 5669 5670 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.