推荐阅读

每次打开Office 2013/2010/2007总是提示“安装程序正在准备必要的文件……正在配置”
有许多Office办公软件用户,包括Office 2013/2010/2007/2003,在每次启动时总是提示“安装程序正在准备必要的文件”,“正在配置Microsoft Office Professional Plus 2013”,这时我们可以通过修改注册表来解决:方法一:手动修改注册表Win + R 快捷键调出“运行”对话框,输入“regedit”,确定,打开“注册表编辑器”,在左侧列表中定位至(快速定位到注册表编辑器某一项的技巧)HKEY_CURRENT_USER\HKEY_USERS\S-1-5-21-592267289-454034957-3673719778-500\Software\Microsoft\Office\15.0\Word\Options注:建议修改前备份注册表(备份注册表的方法)然后在右侧窗口中找到 NoRereg 值,如果没有该值,可以新建一个 DWORD(32位)值,然后重命名为 NoRereg ,并把数值数据设置为 1 。方法二:运行命令修改注册表Win + R 快捷键调出“运行”对话框,针对不同的Office版本分别输入并运行以下命令,也可以达到修改注册表的目的:Office 2013:reg add HKCU\S-1-5-21-592267289-454034957-3673719778-500\Software\Microsoft\Office\15.0\Word\Options /v NoReReg /t REG_DWORD /d 1

excel用公式计算余额的方法步骤
Excel中的表格数经常需要用公式计算余额,余额具体该如何利用公式计算呢?下面是由小编分享的excel用公式计算余额的方法,以供大家阅读和学习。 excel用公式计算余额方法 计算余额步骤1:启动Excel2013,在首行输入一些标题,地区、产品、月份、收入、支出和累计余额。输入一些数据,如下图所示:excel用公式计算余额方法图1 计算余额步骤2:在F2单元格输入: =sum(d2 ,此时按下键盘上的F4键,d2就会变为$d$2。excel用公式计算余额方法图2 计算余额步骤3:继续输入公式: =SUM($D$2:D2)-SUM($E$2:E2)excel用公式计算余额方法图3 计算余额步骤4:回车得到一月份的累积余额,单元格填充,完成整张表格的计算。excel用公式计算余额方法图4

Excel中2010版打印预览手动设置页边距的操作方法
现在使用Word 2010和Excel 2010的人越来越多,但其中的使用方法和诀窍需要在实践中慢慢体会和总结,有时一项很简单、快捷的操作却能给办公人员带来工作效率极大的提升,今天,小编就教大家在Excel中2010版打印预览手动设置页边距的操作方法。 Excel中2010版打印预览手动设置页边距的操作步骤 点击下图红框中的“文件”面板按钮。 然后再点击下图红框中的“打印”选项。 接着把下图红色箭头所指的滚动条拖动到最下方。 同样,把下图所指的滚动条拖动到最右方。 然后点击下图红色箭头所指的页边距调整按钮。 如下图所示,就可以用鼠标左键压住下图红色箭头所指页边距往左方拖动。Excel中2010版打印预览手动设置页边距的操作

word页面设置的位置
Microsoft Word是微软公司的一个文字处理器应用程序。它最初是由Richard Brodie为了运行DOS的IBM计算机而在1983年编写的,但是Word文档怎么设置页面呢,今天,小编就教大家如何找到页面设置问题的方法! word页面设置位置如下: 打开word之后在上面的菜单栏中找到文件并点击文件下的页面设置选项。 弹出页面设置窗口后第一个选项就是页边距,是调整字与纸张的左右上下间距的。 第二个选项是纸张,是选择所需要纸张大小的调整,可以自己设置高宽距离。 第三个是版式,是设置页脚与页眉距离以及页面的起始位置。 第四个就是文件网格了,这个项目是设置文字的排列以及网格和字符的设置。 第五个就是分栏,调节一张纸中文字的划分区域。
最新发布

SharePoint Online 创建门户网站系列之图片滚动实现教程
创建SharePoint Online栏目我们之前已经介绍过了,具体就是内容编辑器方式、自带WebPart方式和JavaScript读取后台数据前台做展示的三种; 但是,对于复杂的展示来说,这些方式还是会比较难以实现,虽然对于首页的图片轮播来说,通过JavaScript方式已经完全能够胜任,但是,我还是想通过这个栏目,为大家介绍如何使用沙盒解决方案创建WebPart,来完成更加复杂的前台展示。 下面,让我们开始在SharePoint Online的门户网站中创建沙盒解决方案吧 。一、 SharePoint Online 为滚动图片创建图片库 为产品展示创建一个图片库,用来存储信息,如下图: 创建一个多行文本字段,用来存储描述,记得最好先英文,改中文,如下图: 上传几张产品展示的图片,我这里没有什么图片,就随便上传了几张平遥古镇的图片,如下图:

SharePoint Online 创建门户网站系列之创建栏目实现教程
SharePoint Online的栏目,简单描述即显示在首页上的各个模块信息,这里,我们主要介绍我们首页上的栏目,包括简介类型、新闻列表类型、图片类型; 下面,让我们开始在SharePoint Online的门户网站中创建栏目吧 。一、 SharePoint Online 为栏目创建列表 创建新闻中心列表,如下图: 我们创建一个内容(多行文本)字段,用来保存新闻的内容: 创建联系我们列表,如下图: 字段:联系人、电话、手机、邮编、网址,类型均为单行文本;二、 SharePoint Online 在首页显示栏目

SharePoint Online 创建门户网站系列之定制栏目实现教程
SharePoint Online自带的库就带有二级页面和详细页面,也就是Allitems页面和DispForm页面,但是实在不够美观,尤其对于门户网站这一企业门面来说,更是无法接受。 下面,我们就开始学习如何定制SPO的二级页面和详细页面。一、 SharePoint Online定制列表的二级页面 在“新闻中心”的列表页创建一个视图,用来当做二级页面,如下图: 视图类型,选择 基于所有项目创建一个新的视图,如下图: 输入视图名称为“新闻中心”,同时设置为默认视图,如下图: 选择栏,我们选择标题,当然后面如果有其他需要,我们还可以继续修改,如下图:

SharePoint JavaScript API 记录
1、获取创建者字段(Author),oListItem为SPListItem对象oListItem.get_item('Author')只能获取到对象,获取用户名要用oListItem.get_item('Author').get_lookupValue(); 2、获取当前用户var clientContext = new SP.ClientContext(); user = clientContext.get_web().get_currentUser(); 3、不支持SP.ClientContext(),用下面的方法执行SP.SOD.executeFunc('sp.js','SP.ClientContext',function name); 4、更新列表项

SharePoint 如何为用户组自定义EventReceiver
在SharePoint的开发中,EventReceiver是很重要的一个部分,但是,常常遇到有些需要事件的时候,却没有相应的模板,因为EventReceiver创建时的模板只有那几个,除此之外我们就无法使用EventReceiver了么?其实不然,下面让我们以用户组为例,介绍下其他类型EventReceiver的创建方式。 1、新建一个Project,选择SharePoint 2013 – Empty Project,如下图: 2、选择Debug的站点,解决方案类型为Farm Solution,如下图: 3、添加一个Feature,我们通过Feature来注册EventReceiver,下面会详细介绍,如下图: 4、修改Feature的名字,方便我们知道是做什么用的,如下图: 5.修改Feature的基本信息和Scope,如下图:

SharePoint Server 2016 Update
In February, we shared our vision on the evolution of SharePoint, outlining our plans for continued cloud innovation with SharePoint in Office 365, and providing a glimpse of the work underway to deliver our next on-premises server release, SharePoint Server 2016. With Ignite just a few weeks away, we’re getting ready to share more details on the innovation we’re bringing to SharePoint 2016. In the meantime, I wanted to provide an update on release timing and share some of the key enhancements and new capabilities we’re focused on.Today, we are confirming that SharePoint Server 2016 will become generally available in Q2 2016, with a public beta planned for Q4 2015. We also want to confirm our commitment to delivering on-premises releases of SharePoint for the foreseeable future. We envision a future where we will continue to have customers who choose a combination of on-premises, cloud and hybrid deployments for many years to come. We’re excited to start sharing information on our SharePoint investments at Microsoft Ignite, so below I’ve highlighted some of the most relevant sessions to attend if you’re interested in learning more about the road ahead.As we think about the next version of SharePoint Server, we’re paying close attention to trends in content management, team collaboration, user experiences across devices, and how the cloud can be blended into existing on-premises scenarios in new and compelling ways. In particular we are focused on delivering value to customers as part of their on-premises deployments, while at the same time making it easier to take advantage of cloud innovation thru hybrid deployments of SharePoint Server with Office 365. With that backdrop, SharePoint Server 2016 will deliver enhancements and new capabilities in three major areas:Making decisions faster and keeping in contact are critical capabilities for increasing effectiveness in any organization. Users’ ability to access information while on the go is now a workplace necessity. SharePoint Server 2016 will provide improved mobile access to content, people and applications along with touch-based experiences across devices and screen sizes. It will make file storage and document collaboration more people-centric. And it will enable improved user experiences and capabilities derived from innovations in Office 365, available either as part of your on-premises deployment or through a hybrid implementation of SharePoint Server 2016 and Office 365. For example, users will be able to quickly discover contextually relevant information and data that is stored across both on-premises and cloud environments powered by Office Graph and Delve. And, we’re focused on helping you streamline communications with richer integration with Exchange and Yammer, as well as broadening access and management of new types of media thru integration with Office 365 Video as examples.Learn more about improved user experiences and hybrid investments at Microsoft Ignite:Implementing Next Generation SharePoint Hybrid Search with the Cloud Search Service ApplicationMVP Panel: SharePoint On-Premises, Online and Everything in BetweenSharePoint 2016 is the first on-premises server release representative of our experience running SharePoint at scale in Office 365, bringing our own internal investments to your datacenter that improve performance, reliability and scale as well as enabling true hybrid scenarios that can enrich your existing on-premises investments.In addition, with an improved, simplified user experience and integration with products such as the next release of Windows Server, the next generation of SQL Server, and Exchange Server 2016, SharePoint Server 2016 will simplify end-user training and support for IT.

SharePoint 如何配置基于AD的Form认证
配置SharePoint 2013基于AD的Form认证,主要有三步:1. 修改管理中心的web.config;2. 修改STS Application的web.config;3. 修改Web应用程序的web.config并开启FBA; 首先,修改CA的web.config,一般在不知道端口号的时候(因为创建CA的时候,即使我们修改了端口号,创建后也会使用默认的那个,但是访问却使用我们填写的那个),我们选择在IIS中找到CA文件路径,如下图: 通常我们应该先进行web.config的备份,然后进行修改,防止改错以后无法还原;当然如果你有其他SharePoint环境,改错以后覆盖一下也是可以的; 在</configSections>下面的位置加入如下图节点,如下图:

SharePoint 部署解决方案Feature ID冲突
中文报错: 部署步骤“添加解决方案”中出现错误: 已在此服务器场中安装 ID 为 735efe4e-8b50-4310-b588-c6ae2ba0759f 的功能。请使用强制属性显式地重新安装此功能。英文报错: Error occurred in deployment step 'Add Solution': A feature with ID {Guid} has already been installed in this farm. Use the force attribute to explicitly re-install the feature.解决方法: 一般发生这种情况,是因为服务器场上已经部署了一个相同Guid的解决方案,而Feature的安装不是强制安装造成的。修改Feature的安装属性为强制安装,即可; 如下图,在Feature的视图下按F4,右面弹出属性面板,修改强制部署,即可;同时,还可以修改Feature的基本属性。 当然,我们还可以直接修改Feature的模板文件,添加我们需要的属性,如下图:

SharePoint 如何搭建负载均衡(NLB)
简单描述首先,为三台虚拟机安装操作系统,我这里选择的是Windows Server 2012 DataCenter R2版本;其次,配置三台虚拟机,包括修改机器名(可选)、静态IP、关闭防火墙(可选)、关闭IE Enhanced Security Configuration(可选);这里需要说明的是DC的网关指向自己,另外两台前端的网关指向DC,如果有其他应用服务器,也需要网关指向DC,否则加域的时候可能找不到域控;最后,为三台服务器分别安装服务和软件环境,配置NLB,配置SharePoint环境;详细过程 ADAndSql服务器安装操作系统(Windows Server 2012 DataCenter R2版本);修改机器名、静态IP地址,默认网关(指向自己),关闭防火墙和IE增强服务;添加AD、DNS、DHCP服务,并升级为域控;

SharePoint 如何在母版页中插入WebPart
如何在母版页里插入自己开发的WebPart。其实很简单,母版页中虽然不允许插入WebPartZone,但是Designer就可以插入WebPart;或者手动注册,然后插入WebPart也可以,不过Designer插入的时候,会自动在头部注册的。 首先我们开发一个测试用的WebPart,代码很简单,只是输入一段文字,然后部署到网站,如下图: 比如我想修改PageTitle这个为我们自定义的WebPart,如下图: 在下面的位置,插入我们的webpart(我是F12在上图页面上找到一个ID叫PageTitle,然后认定这个节点是上图位置),如下图: 不要删掉下面的节点(删掉ContentPlaceHolder节点会报错!),而是剪切到最下面,设置Visible为false,如下图: 鼠标光标放到要插入的位置,点击菜单上的WebPart,如下图: