SharePoint 2013 - System Features
1. Embed Information & Convert to PDF 功能,在文档的preview界面(hover panel);
2. Share功能可以选择是否发送邮件 -- Done
4. Shredded Storage, 将文档的内容和每次的更改分开存储,每次只存储更改的内容,而不是记录一个全新版本的文件,默认开启,详情看考此处。
5. Minimal Download Strategy -- 提升了页面生成的效率,类似ajax的页面生成规则, 比如在页面切换时,只请求页面之间不同部分的数据。
--------------------------------------------------------------------------------------------------------------------------
Farm Administration - Application Management
1. 多出了Apps 和 Office 365,其它设置几乎一样。
Manage Web Applications
1. 了解什么是 General Settings --> Blog API Setting ?
2. General Setting --> 附件默认最大值为250M,一个用户最多500个Alert,Recycle Bin保存30天;
3. Resource Throttling --> 普通用户List viewk可查询(CAML)到的最大值是5000条, 管理员可查询(CAML)到的是20000条;
-------------------------------------------------------------------------------
Site Administration
1. 新建list/library时,没有“是否在quick launch显示”的选项,默认不显示。
2. List/Library只能在List Tab下切换view,不能再breadcrumb中进行切换了;
3. Rating功能相关的两个Job: UserProfileApp - Activity Feed Job (Schedule: 10 Minutes)和 UserProfileApp - Social Rating Synchronization Job (Schedule: Hourly);
4.
-----------------------------------------------------------------
Content Management
1. Geolocation field type只能通过编程的方式来使用,不能从UI界面直接插入这样一个类型的column,详情参考此处。
2.
------------------------------------------------------------------------------------------------------
Social
1.Microsoft in SharePoint 2013 Introduced new Social capabilities for better collaboration in the company. New Features added are -
Community Site
MY Sites
Newsfeed
Follow people
Follow Sites
2.
-----------------------------------------------------------------------------------------------------
Services & Service Application
1. Shredded Storage, 将文档的内容和每次的更改分开存储,每次只存储更改的内容,而不是记录一个全新版本的文件,默认开启,详情看考此处。
2. Minimal Download Strategy -- 提升了页面生成的效率,类似ajax的页面生成规则, 比如在页面切换时,只请求页面之间不同部分的数据。
3. PowerPoint Automation Service - 需要使用PowerShell命令手动创建PowerPoint Automation Service Application,详情参考此处。
4. Word Automation Service, PowerPoint Automatiion Service都是针对编程使用的,提供了一些编程对象;
5.
--------------------------------------------
Search
1. Query Rules 用于替代以前的Manage Search Keywords,详情请参考此处。
2. Result Sources 用于替换以前的 Scopes,详情参考此处。
3. Display Template 和 Result Types 是新添加功能,用于针对不同的Search结果,显示不同的结果界面,详情参考此处。
4. SharePoint 2013中支持检索PDF文件内容,但是SharePoint 2010中不支持,需要安装第三方插件,见此处;
------------------------------------------------------------------
Development
1. Callout popup framework 可使用JS来更改页面的Callouts或者Hover over,详情参考此处。
2.
SharePoint 2013 - System Features的更多相关文章
- SharePoint 2013 error The given assembly name or codebase System.ServiceModel.dll was invalid
笔者近期在 SharePoint 2013 的环境中遇到一个奇怪的问题,前一天 SharePoint 2013 站点还是好好的.可是突然站点就报page can't display 500 错误: T ...
- SharePoint 2013 引发类型为“System.ArgumentException”的异常。 參数名: encodedValue
SharePoint 2013 引发类型为"System.ArgumentException"的异常. 參数名: encodedValue 具体错误信息 说明: 运行当前 Web ...
- [转]安装SharePoint 2013时安装AppFabric失败(错误码:1603)
转自:http://blogs.technet.com/b/praveenh/archive/2013/02/22/sharepoint-2013-prerequisites-fails-with-m ...
- [转]Installing SharePoint 2013 on Windows Server 2012 R2
转自:http://www.avivroth.com/2013/07/09/installing-sharepoint-2013-on-windows-server-2012-r2-preview/ ...
- 使用C#代码部署SharePoint 2013开发包简单总结(一)
这篇文章将总结下如何将自己开发的列表.Web部件.事件接收器等元素部署到SharePoint的服务器.因水平有限,我的做法未必是最佳实践,会有些错误理解和疏漏,欢迎各位高手批评指正——但一定要能给出更 ...
- 使用VS2012 开发SharePoint 2013 声明式的action(activity) 综合实例
本文讲述使用VS2012 开发SharePoint 2013 声明式的action 综合实例. 需求同: http://blog.csdn.net/abrahamcheng/article/detai ...
- 转载 SharePoint 2013配置Master Page and Page Layout
转载原地址: http://www.cnblogs.com/huangjianwu/p/4539706.html 涉及到的内容是关于SharePoint 2013如何部署自定义的母版页和布局页. 进入 ...
- Install SharePoint 2013 on Windows Server 2012 without a domain
Any setup of Team Foundation Server is not complete until you have at least tried t work with ShareP ...
- SharePoint 2013 Deploy Master Page And Page Layout
2013年9月27日的一篇随笔,其实也是自己编写的部署文档,由于客户是HK的,所以描述部分是用英文. 涉及到的内容是关于SharePoint 2013如何部署自定义的母版页和布局页. First, L ...
随机推荐
- BZOJ1012 [JSOI2008]最大数 线段树
题目描述 现在请求你维护一个数列,要求提供以下两种操作: 1. 查询操作. 语法:Q L 功能:查询当前数列中末尾L个数中的最大的数,并输出这个数的值. 限制:LLL不超过当前数列的长度.(L> ...
- [PowerShell]Quote in String
今天遇到一个问题,如何在Select-String的Pattern参数里能使用双引号 比如 Select-String -path . -pattern "Lines: <span c ...
- HihoCoder - 1172 SG函数应用
原文讲解很nice,我尝试换种观点 设背面朝上为F,否则T, 那么局面FFFFFF肯定为0 局面FTFFFF可以转为上面局面0,设为1 局面FFTFFF可以转到0,1,设为2 子游戏SG(x)=x 对 ...
- HDU - 4825 01字典树套路题
/*H E A D*/ struct Trie{ int son[maxn<<2][2]; int b[67],tot; void init(){ // memset(son,0,size ...
- JedisPool
package redis; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis. ...
- linux 文件截取
相关函数:open, ftruncate 表头文件:#include <unistd.h> 定义函数:int truncate(const char *path, off_t length ...
- 超文本传送协议 HTTP
超文本传输协议(HTTP,HyperText Transfer Protocol)是互联网上应用最为广泛的一种网络协议.所有的WWW文件都必须遵守这个标准. HTTP是一个属于应用层的面向对象的协议, ...
- ics httpDELETE 时增加 content,length 特别需求
unit: OverbyteIcsHttpProt.pasprocedure THttpCli.SendRequest(const Method, Version: String); var Head ...
- python 管理多版本之pyenv
一, [root@management ~]# pyenv install -listAvailable versions: 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3 ...
- JavaScript 浮点数及运算精度调整总结
JavaScript 浮点数及运算精度调整总结 JavaScript 只有一种数字类型 Number,而且在Javascript中所有的数字都是以IEEE-754标准格式表示的.浮点数的精度问题不是J ...