上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: 使用Visual Studio 2012开发SharePoint的应该都遇到过下面的错误“SharePoint 在32位进程中不受支持”,而怎么修改目标平台都不好使,因为VS 2012所配备的IIS Express是32位的,而SharePoint程序是64位的,所以存在不兼容。 当然,还可以通过调试本地IIS,而不调试IIS Express来解决,但是比较麻烦。今天偶然间使用VS 2013,发现新添加了针对Web项目的IIS Express 64位版,不知道大家是否都知道了?!不知道的听我细细道来吧。 1、在Page_Load下面,简单的写一下SharePoint服务器对象模型,获取站点.. 阅读全文
posted @ 2014-03-14 23:08 Star★ 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 在SharePoint 2013中,SPField新增加了一个属性是JSLink,使用客户端脚本修改字段前台展示,我们可以用很多方法修改这个脚本的引用,然后来修改脚本,下面,我们举一个简单的例子。具体过程 A. 创建一个栏 -> B.使用工具修改JSLink的默认值 -> C.写JSLink的脚本 1、在新列表,创建一个字段PicUrl,如下图: 2、在layouts下新建一个文件夹,里面放JSLink.js(名字可以随便取); 3、使用SharePoint Manager 2013,找到相应字段修改其JSLink属性,如下图: 4、JSLink.js内容及介绍,如下图: 重点就是 阅读全文
posted @ 2014-03-14 22:57 Star★ 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Configuring My Site in SharePoint 201SharePoint My Sites are commonly referred to as “Facebook for the enterprise” and are personal site collections providing each user with the ability to store private and public information such as documents, pictures, status updates, etc easily and efficiently. M 阅读全文
posted @ 2014-03-11 23:24 Star★ 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 在使用SharePoint2013的时候,如果其他客户端 API 的组合不足,可以通过自定义 Web 服务扩展 SharePoint。默认情况下,SharePoint 2013 不仅支持创建自定义 ASP.NET Web 服务,还支持创建自定义 WCF Web 服务。 在开始之前,简单描述一下创建自定义WCF服务的步骤: Ø创建SharePoint空项目,选择场解决方案 Ø添加相关的应用程序集引用 Ø创建相关类和接口类,为其添加源代码 Ø创建ISAPI文件夹映射,在里面添加svc文件,并映射cs后台代码 Ø修改.csproj的程序文件,添加对于 阅读全文
posted @ 2014-03-11 15:47 Star★ 阅读(193) 评论(0) 推荐(0) 编辑
摘要: SharePoint 2010 Modal DialogTweetModal dialog play very important role to improve the userexperience by reducing the number of postbacks. So, SharePoint 2010 comes up within-build API to show modal dialog to improve the user experience. Here, I will explain you How to integrate SharePoint 2010 modal 阅读全文
posted @ 2014-03-10 14:05 Star★ 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 基于Query语句的列表查询function retrieveListItems(itemId) {var siteUrl=_spPageContextInfo.webServerRelativeUrl; var clientContext = new SP.ClientContext(siteUrl);//列表名一定要用中文var oList = clientContext.get_web().get_lists().getByTitle('项目信息');var camlQuery = new SP.CamlQuery();camlQuery.set_viewXml(' 阅读全文
posted @ 2014-03-07 10:09 Star★ 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 引用自JonyZhu,如下:技术参数值列表最大记录数500万条列表单条记录上限8KB(不含附件)列表查询字段上限6个列表预设记录数配额(普通用户)5000条列表预设记录数配额(超级用户)2万条内容数据库上限(推荐)200GB每个内容数据库的网站集上限5万个每个应用程序的网站集数量50个~15万个(50个比较合理)每个网站的上限500M每个网站集包含的网站数量上限25万个每个网站包含的子网站上限2000个单个文档尺寸上限2GB单个视图包含的记录数上限2000条每个网站包含的列表数量上限2000个每个列表包含的字段类型256个(除非你自己开发字段类型,否则系统内置的没有这么多)每个列表包含的字段数 阅读全文
posted @ 2014-03-06 14:49 Star★ 阅读(373) 评论(0) 推荐(0) 编辑
摘要: owa安装完后,在sharepoint网站上打开word,excel,报错,Sorry, something went wrong, 通过correlation id找到错误信息(如何在sharepoint里通过correlation id查找详细的错误信息):Area : SharePoint FoundationCategory : WOPILevel : UnexpectedEventID : ajc39Message : WOPIFrame - Unhandled exception: System.NotSupportedException: Can not cre... 阅读全文
posted @ 2014-03-04 14:48 Star★ 阅读(548) 评论(0) 推荐(0) 编辑
摘要: SharePoint 2013 APP 开发示例 (二)获取用户信息这个示例里,我们将演示如何获取用户信息:1. 打开 Visual Studio 2012.2. 创建一个新的 SharePoint 2013 app: UserProfileTest.3. 选择SharePoint-hosted, 点Finish.4. 打开Default.aspx :加入knockoutjs和sp.userprofiles.debug.js(包含user profile的信息): 修改title: User Information加入用户显示:Current User Pr... 阅读全文
posted @ 2014-02-24 10:19 Star★ 阅读(230) 评论(0) 推荐(0) 编辑
摘要: Sharepoint里我们经常遇到这样的错误信息:我们能通过下面的power shell 命令来查到详细的错误信息:$correlationid = "943e6e9c-b5d9-207f-80c9-7ca555fefb2b" #"ab0f6e9c-1502-207f-80c9-7e869feaceb9"get-splogevent -StartTime "01/26/2014 17:00" | where-object {$_.Correlation -eq $correlationid -and $_.Level -eq &quo 阅读全文
posted @ 2014-02-24 10:16 Star★ 阅读(256) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页