推荐阅读
怎样用电脑查找手机中的视频和照片?
当视频过大时,无法通过QQ和蓝牙传输,只能通过数据线传输。工具:手机(Galaxy c7) 电脑第一步:用数据线把手机接入电脑,稍等片刻,系统会自动安装驱动程序。第二步:打开【计算机】第三步:点击手机在电脑中的图标,如图。第四步:点击phone第五步:点击DCIM文件夹
excel中mid函数的用法,以及MID函数的典型应用实例:逐一提取字符、计算生肖、银行卡隔位显示
mid函数就是从左向右提取字符,不一定必须从第一个开始提取,也可以从中间开始,但是MID函数只能从左向右提取。第一,mid函数常规用法介绍 下表是excel里mid函数的常规用法。公式为:=MID(A2,4,2),A2单元格的文字,从第四位开始提取两位,即:论坛。 上面的公式,如果改为:=MID(A2,4,10),从第四位开始提取10位,但实质单元格内容没有10位,就提取到最后一位结束,即:论坛欢迎你。第二,mid函数典型实例剖析1.mid函数逐一提取字符 如下图所示:将A1单元格的字符,逐一提取放在B1:I1单元格区域。 B1单元格的公式为:=MID($A1,COLUMN(A1),1),右拉至I1单元格。
word去除水印方法
经常有写书的朋友,希望能看到别人的资料,并加以引用,当然都是可以用的。但是上面有水印。那这些word文档怎么去除水印呢?图1所示的是一份WORD编辑的文档,其中加了水印。 通过菜单命令“编辑→页眉页脚”或点击页眉编辑区打开页眉编辑区,然后把鼠标移到水印上,当鼠标变为形状时,点击选中水印,然后删除水印。见图2: 通过观察,可以发现当我们选中水印时,会出现“艺术字”工具栏,其实文字水印就是一种特殊格式的艺术字,我们是可以对其进行编辑修改的,这里不再详述。
Excel中进行线性拟合的操作技巧
实验过程中,往往需要对测试的数据点进行线性拟合(如标准曲线)。那么在Excel 2010中该如何进行线性拟合呢?今天,小编就教大家在Excel中进行线性拟合的操作技巧。 Excel中进行线性拟合的操作步骤 1.本例所用的原始数据如下图所示。 2.首先选中需要拟合的数据点,进入“插入”菜单,绘制出… 那么在Excel 2010中该如何进行线性拟合呢? 本例所用的原始数据如下图所示。 首先选中需要拟合的数据点,进入“插入”菜单,绘制出“散点图”(点与点之间不需要连线)。 然后用鼠标选中图中需拟合的所有散点(选中后点外围会有个小方框)。 鼠标右键弹出菜单,点击“添加趋势线(R)”。 在弹出的“设置趋势线格式”对话框中,右侧选择“趋势线选项”。
最新发布
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,如下图: