码迷,mamicode.com
首页 >  
搜索关键字:sharepoint    ( 2199个结果
解决SharePoint 文档库itemadded eventhandler导致的上传完成后,编辑页面保持报错的问题,错误信息为“该文档已经被编辑过 the file has been modified by...”
在文档库中添加itemadded 后,在上传文件后,会自动打开文档属性的编辑页面,在保存的时候就会报错,说这个文档已经被编辑过了。这是应为默认itemadded实践是异步执行的,会在edit页面打开之前就把属性更新完了,知道在保存的时候,属性不一致。两种解决方法:1: 使用item.sysupdat...
分类:Web程序   时间:2015-11-10 10:38:28    阅读次数:276
Office Online简介
一、什么是Office Online Office Online 将 Microsoft Office 体验扩展到了 Web 浏览器,这使您可以直接在存储文档的 SharePoint 网站上处理文档,无论在哪里,都可以在设备上查看和编辑 Office 文档。跨平台、设备和 Office 版本与其他人...
分类:其他好文   时间:2015-11-08 20:52:39    阅读次数:668
SharePoint 2016 先决条件(离线)
SharePoint2016先决条件安装日前服务器需要安装SharePoint2016做测试,但是有一个问题!服务器本身上不了网!!网上找了很多资料都没有提及SharePoint2016先决条件的离线包,所以一气之下自己收集了。http://pan.baidu.com/s/1mgneW1U目前SharePoint2016只是英文版的Preview,..
分类:其他好文   时间:2015-11-07 06:50:15    阅读次数:425
sharepoint database 操作
select *from [dbo].[AllLists] where tp_Title='Pages' and tp_WebId='90511126-E1FE-4E4C-8DDF-74DFC89E88C3'select * from [dbo].[AllWebs] where SiteId='00...
分类:数据库   时间:2015-11-06 12:38:34    阅读次数:206
SharePoint Error - The SharePoint server was moved to a different location.
错误The SharePoint server was moved to a different location. ( Error from SharePoint site: HttpStatusCode Redirect The request failed with the error mes...
分类:其他好文   时间:2015-11-05 20:36:55    阅读次数:234
MOSS程序中如何发Mail?
我们使用.NET类库中的API发Mail的时候,我们要配置他的SMTP Server等,但是在Sharepoint里,已经提供了相关的封装的方法: SPUtility.SendEmail(SPWeb, false, false,"to@mail.com", "MailTitle","MailBody...
分类:其他好文   时间:2015-11-03 22:59:19    阅读次数:209
在Sharepoint中批量删除大量条目
在Sharepoint开发中可能需要一次删除成百上千条记录,这时候如果轮询SPList.Items并直接调用该对象的删除方法来删除的话性能极差,会叫你崩溃。 下面介绍一个快速删除大量数据的方法: using (SPWeb myweb = mysite.AllWebs[“XXXX”]) { SPLis...
分类:其他好文   时间:2015-11-03 22:47:49    阅读次数:272
powershell 操作sharepoint命令集
打开SharePoint 2013 Management Shell, and then run as administrator.执行如下命令1. 添加wsp和安装Add-SPSolution -LiteralPath "C:\DeployResource\WSP\test.wsp"Install...
分类:系统相关   时间:2015-11-03 19:41:32    阅读次数:305
Sharepoint2010新建一个用户的方法
最近在做关于SharePoint的相关开发,在开发中需要用到测试用户进行相关权限的测试,所以就需要创建一个新的用户进行,但是在网上找了很久都没有找到关于创建一个新用户的资料,最后终于在http://www.sharepointmonitor.com上找到了相关资料。具体的步骤如下:1.打开计算机管理...
分类:其他好文   时间:2015-11-02 21:00:59    阅读次数:155
SharePoint 2007 (MOSS/WSS) - how to remove "Download a Copy" context menu from a Document Library
One of my friend and colleague asked me this question. I found it tricky and a good post for my blog. Here is what you have to do: Go to your 12 hive\...
分类:其他好文   时间:2015-10-30 14:00:28    阅读次数:172
2199条   上一页 1 ... 68 69 70 71 72 ... 220 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!