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 ...
随机推荐
- sql 表字段模糊连接
select AreauserCode,RtuName from TB_AreaUser as tau right join TB_MaintenanceInfo inf on inf.RtuName ...
- Qt 学习之路 2(30):Graphics View Framework
Qt 学习之路 2(30):Graphics View Framework 豆子 2012年12月11日 Qt 学习之路 2 27条评论 Graphics View 提供了一种接口,用于管理大量自定义 ...
- R语言常用包汇总
转载于:https://blog.csdn.net/sinat_26917383/article/details/50651464?locationNum=2&fps=1 一.一些函数包大汇总 ...
- Linux之旅(二)
上一章讲到,mysql 安装遇到问题 ...莫名其妙好了,此处已回想不起为什么好了,只得跳过. 六.安装php7 参考教程[ http://www.thinkphp.cn/topic/48196.ht ...
- UESTC - 621
f[n]:sigma(i,n),i<n g[n]:sigmaf[i],i<=n #include<bits/stdc++.h> using namespace std; con ...
- JS 判断节点类型
节点类型的分类 节点类型 说明 值 元素节点 每一个HTML标签都是一个元素节点,如 <div> . <p>.<ul>等 1 属性节点 元素节点(HTML标签)的属 ...
- enum学习
https://www.cnblogs.com/hyl8218/p/5088287.html
- Oracle RAC集群搭建(六)--ASM创建oradata的磁盘组
一,查看实例环境 su - grid env|grep ORA 发现连接空实例 改环境 到这里检测就完成了 二,配置安装 grid 用户输入asmca ASM数据盘就创建好了
- Vim as a Python IDE
参考视频:http://v.youku.com/v_show/id_XNDY4NTM4NzY0.html 好的,在我们默认的centos6的操作系统中使用的python2,我们一般会再去安装一个pyt ...
- Unity3d Attribute 总结
举两个例子,在变量上使用[SerializeFiled]属性,可以强制让变量进行序列化,可以在Unity的Editor上进行赋值. 在Class上使用[RequireComponent]属性,就会在C ...