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 ...
随机推荐
- screen虚拟终端
screen命令相当于后台执行(虚拟终端) 用法:在一些要执行很久的操作,比如我有个文件有10个G,要传输一天左右,你如果是直接传输,万一你的连接断了.是不是意味着你的操作白费的呢,这时我们可以打开一 ...
- 搭建svn管理平台
安装svn服务器:yum -y install subversion 创建svn的目录:mkdir -p /data/svn 初始化svn目录:svnadmin create /data/svn co ...
- (IDEA) VCS-->Import Into Version Control没有Share Project(Subversion)这个选项。
在VCS-->Import Into Version Control,会发现只有Import Into Subversion选项,并没有Share Project(Subversion)这个选项 ...
- nginx 之 proxy_pass
nginx中有两个模块都有proxy_pass指令 ngx_http_proxy_module的proxy_pass 语法: proxy_pass URL; 场景: location, if in l ...
- C#异步编程之基于任务的异步模式
http://www.cnblogs.com/afei-24/p/6757361.html该文讲了基于任务的编程,这里再详细介绍一下.一.延续任务 private async static void ...
- Python-is, ==, cmp()
is 主要是判断 2 个变量是否引用的是同一个对象,如果是的话,则返回 true,否则返回 false. 判断数字相等不要用 is 操作符 1 2 3 4 5 6 7 8 9 10 11 12 > ...
- java的Spring学习2- junit和mock
<!-- 引用Mock --> <dependency> <groupId>org.mockito</groupId> <artifactId&g ...
- Hadoop基础入门
一.hadoop是什么? (1)Hadoop是一个开源的框架,可编写和运行分布式应用处理大规模数据,是专为离线和大规模数据分析而设计的,并不适合那种对几个记录随机读写的在线事务处理模式.Hadoop= ...
- css3 渐变色
Firefox可以使用角度来设定渐变的方向,而webkit只能使用x和y轴的坐标. 渐变可以创建类似于彩虹的效果,低版本的浏览器使用图片来实现,CSS3将会轻松实现网页渐变效果 粘贴代码 <di ...
- 获取window.location.href路径参数
GetQueryString(param) { //param为要获取的参数名 注:获取不到是为null var currentUrl = window.location.href; //获取当前链接 ...