storage type
sharepoint foundation
sharepoint standard
sharepoint enterprise
access services✓
access services 2010
content dbs✓
db✓
✓ ✓
business data connectivity servicedb
✓ ✓
✓ excel services
cache✓
machine translation services
db
✓ ✓
managed metadata service
db
✓ ✓
performancepoint
cache✓
powerpoint automation
✓
✓search service
db
✓ ✓
secure store service
db
✓ ✓
state service
db
✓ ✓
usage and health data collection
db
✓ ✓
✓ user profile
db
✓ ✓
visio graphics service
blog cache✓
word automation services
db
✓ ✓
✓ work management service
✓
✓subscription settings service
db
✓ ✓
✓ note
➤access services
—允許和
office access
進行互動
(access 2013
客戶端或瀏覽器
),建立、編輯、檢視。.➤
access services 2010
—允許使用
access2010
和2013 office
客戶端繼續維護
business data connectivity service— the business connectivity service (bcs) enables
you to uploaddata (bdc) models that define inte***ces of other enterprise line-of-business
(lob) systems andenables connectivity to those systems.
excel services — 允許從瀏覽器檢視excel或互動。
machine translation services—提供檔案和站點的自動翻譯。
managed metadata service — 允許管理sp2013的術語層次結構、關鍵字、社會標籤;處理跨站點集內容型別發布。
performancepoint — 配置和監視performancepoint,bi報表應用服務。
powerpoint automation service—允許把powerpoint轉換為其他根據格式(反向好像也可以?)
search service — 搜尋不解釋
secure store service —訪問企業級應用或後端系統時做憑證對映。
state service — 對使用者會話期間的資料處理進行零時儲存
usage and health data collection—提供farm級別的儲存和健康情況,還可以根據這些資訊提供報表功能。
user profile — sp核心應用服務,提供my site、my links、社會追蹤、profile pages、個人標籤和notes、其他社群功能。
visio graphics service — 允許在瀏覽器端檢視、互動、重新整理visio
word automation services — 允許在瀏覽器檢視和編輯word,還能用於文件轉換。
work management service —this work management service enables key user-related
information to beaggregated to a central location. the service supports a provider model to
enable othersystems to leverage this service
subscription setting service—this is the key enabling component of the multitenancy(多組織管理)features provided by the sharepoint 2013platform.
讀書筆記(二)
使用數學函式的時候,大多數需要包含標頭檔案,但是也有特例,例如處理整型數的函式abs函式被包含在標頭檔案中 三角函式和反三角函式,都以弧度為引數,而不是以角度為引數。更加詳細的數學函式可以參考c mathematical functions。維基百科 strcpy strcat函式會改變傳入的字串的...
讀書筆記二
複審 即看 是否在 規範 的框架內正確地解決了問題。形式有 自我複審 同伴複審 團隊複審。目的是 1 找出 錯誤 2 發現邏輯錯誤 3 發現演算法錯誤 4 發現潛在的錯誤和回歸性錯誤 5 發現可能需要改進的地方 6 教育 互相教育 開發人員,傳授經驗,讓更多的成員熟悉專案各部分的 同時熟悉和應用領域...
Effective Java讀書筆記二
我們在設計類的時候,有些類難免會有許多的字段 fields 而這些字段可能需要在建立物件的時候對它們進行賦值。一般我們會考慮兩種方式 使用建構函式或者使用setter方法。使用建構函式的缺點很明顯,如果我們的字段過多,那麼就會讓建構函式的引數過多,在這種情況下,不但不容易理解和閱讀,而且非常容易出錯...