1. App Web & Host WebThe special website to which the app isdeployedis called anApp Web.The website to which the app isinstalledis called theHost Web....
分类:
移动开发 时间:
2014-08-12 18:03:34
阅读次数:
231
Sharepoint访问ashx问件报错:the file you are attempting to save or retrieved has been blocked from this web siteby the serveradministrator解决方案:1.打开Sharepoint...
分类:
其他好文 时间:
2014-08-11 17:17:32
阅读次数:
227
问题现象
Visual Studio在开发SharePoint的时候,发布部署包后,首次打开及调试站点页面的时候会非常的慢 解决方案
使用PowerShell脚本,加载SharePoint插件后遍历所有的网站集,用以模拟用户自动点击页面 具体步骤
制作"64位版本"的PowerShell
由于Sha...
分类:
其他好文 时间:
2014-08-11 14:51:02
阅读次数:
191
问题现象
Visual Studio在开发SharePoint的时候,发布部署包后,首次打开及调试站点页面的时候会非常的慢 解决方案
使用PowerShell脚本,加载SharePoint插件后遍历所有的网站集,用以模拟用户自动点击页面 具体步骤
制作"64位版本"的PowerShell
由于Sha...
分类:
其他好文 时间:
2014-08-11 14:44:12
阅读次数:
308
$hostA = Get-SPEnterpriseSearchServiceInstance -Identity "DevSearch2013"
Start-SPEnterpriseSearchServiceInstance -Identity $hostA
Get-SPEnterpriseSearchServiceInstance -Identity $hostA
$ssa = Get-S...
分类:
其他好文 时间:
2014-08-10 18:38:10
阅读次数:
240
本文讲述在SharePoint2013 中使用文档库Scheduling (计划公布功能)的步骤和注意的事项。文档库Scheduling (计划公布功能)用于设定当文档通过审批后特定的时间区间内才干够被普通用(非管理员,审批人员和作者)户看到。也就是说要启用Scheduling,必须先启用文档库的内...
分类:
其他好文 时间:
2014-08-09 11:12:57
阅读次数:
227
这是一个自定义WebPart,可以显示一个列表,这个列表项目是在SharePoint网站或网站集的最近添加或修改的。...
分类:
Web程序 时间:
2014-08-08 16:04:26
阅读次数:
173
当为SP开发应用程序时,记住你有一些不同的方式生成并部署一个SP应用程序或解决方案。下面是一个短列表,列出选项的类型--既有历史的也有现在的:
Farm-level 解决方案
沙盒解决方案
SP-hosted app
Cloud-hosted app...
分类:
其他好文 时间:
2014-08-06 23:00:52
阅读次数:
208
[Update 26.02.2014] Many thanks to everybody commented on this post. As Falk already mentioned in the comments, a Service Pack for SharePoint 2013 has...
/---------------- using System;using System.Collections.Generic;using System.Text;using System.Net;namespace WarmupSharepointCS{ class Program {...
分类:
其他好文 时间:
2014-08-06 11:49:31
阅读次数:
161