码迷,mamicode.com
首页 >  
搜索关键字:SHAREPOINT    ( 2199个结果
SharePoint 2013 App
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文件报错
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
如何通过PowerShell在Visual Studio的Post-build中预热SharePoint站点
问题现象 Visual Studio在开发SharePoint的时候,发布部署包后,首次打开及调试站点页面的时候会非常的慢 解决方案 使用PowerShell脚本,加载SharePoint插件后遍历所有的网站集,用以模拟用户自动点击页面 具体步骤 制作"64位版本"的PowerShell 由于Sha...
分类:其他好文   时间:2014-08-11 14:51:02    阅读次数:191
如何通过PowerShell在Visual Studio的Post-build中预热SharePoint站点
问题现象 Visual Studio在开发SharePoint的时候,发布部署包后,首次打开及调试站点页面的时候会非常的慢 解决方案 使用PowerShell脚本,加载SharePoint插件后遍历所有的网站集,用以模拟用户自动点击页面 具体步骤 制作"64位版本"的PowerShell 由于Sha...
分类:其他好文   时间:2014-08-11 14:44:12    阅读次数:308
sharepoint 2013 使用SharePoint powershell 2013更改搜索服务器方法
$hostA = Get-SPEnterpriseSearchServiceInstance -Identity "DevSearch2013" Start-SPEnterpriseSearchServiceInstance -Identity $hostA Get-SPEnterpriseSearchServiceInstance -Identity $hostA $ssa = Get-S...
分类:其他好文   时间:2014-08-10 18:38:10    阅读次数:240
在SharePoint 2013 中使用文档库Scheduling (计划公布功能)
本文讲述在SharePoint2013 中使用文档库Scheduling (计划公布功能)的步骤和注意的事项。文档库Scheduling (计划公布功能)用于设定当文档通过审批后特定的时间区间内才干够被普通用(非管理员,审批人员和作者)户看到。也就是说要启用Scheduling,必须先启用文档库的内...
分类:其他好文   时间:2014-08-09 11:12:57    阅读次数:227
"What's New" WebPart in SharePoint
这是一个自定义WebPart,可以显示一个列表,这个列表项目是在SharePoint网站或网站集的最近添加或修改的。...
分类:Web程序   时间:2014-08-08 16:04:26    阅读次数:173
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第4章节--理解你的开发选项
当为SP开发应用程序时,记住你有一些不同的方式生成并部署一个SP应用程序或解决方案。下面是一个短列表,列出选项的类型--既有历史的也有现在的: Farm-level 解决方案 沙盒解决方案 SP-hosted app Cloud-hosted app...
分类:其他好文   时间:2014-08-06 23:00:52    阅读次数:208
How to install SharePoint 2013 on Windows Server 2012 R2
[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...
分类:Windows程序   时间:2014-08-06 17:41:31    阅读次数:294
sharepoint warmup
/---------------- using System;using System.Collections.Generic;using System.Text;using System.Net;namespace WarmupSharepointCS{ class Program {...
分类:其他好文   时间:2014-08-06 11:49:31    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!