码迷,mamicode.com
首页 >  
搜索关键字:sharepoint    ( 2199个结果
SharePoint远程发布Solution
1.在本地修改好代码,选择publish,将.wsp文件保存到本地: 2.将wsp文件上传到目标网站,停止原解决方案并删除,上传新解决方法并且激活: 3.最后到feature里面激活对应的feature ...
分类:其他好文   时间:2016-09-13 11:22:24    阅读次数:130
SharePoint配置搜索服务和指定搜索范围
转载:http://constforce.blog.163.com/blog/static/163881235201201211843334/ 一、配置SharePoint Foundation搜索 1. 进入:管理中心 > 应用程序管理 > 服务应用程序 > 管理服务器上的服务,确认“ShareP ...
分类:其他好文   时间:2016-09-05 12:12:35    阅读次数:162
sharepoint support ashx file
Hello, I did the steps from the tutorial you are using. I have received the same error when I did not do the last for steps specified: 12. Save all fi ...
分类:其他好文   时间:2016-09-02 16:04:05    阅读次数:119
[SharePoint 2010] SharePoint 2010 部署、收回和删除解决方案----STSADM和PowerShell
STSADM PowerShell ...
分类:系统相关   时间:2016-09-02 15:57:43    阅读次数:190
SharePoint 站点集和子站点数据互相读取
1.站点集中可以使用SPSite.AllWeb,然后遍历所有站点的isRootWeb,根据siteTemplate取得需要的子站点。 /// <summary> /// Handles the Load event of the Page control. /// </summary> protec ...
分类:其他好文   时间:2016-09-02 13:21:07    阅读次数:173
SharePoint Backup
这里主要介绍使用admin center直接backup: 1.浏览器进入管理中心,选择备份: 2.按需要选择需要备份的内容 3.选择备份位置,然后等待服务器备份完成(windows explore中找到文件夹,并给予全部权限) ...
分类:其他好文   时间:2016-09-02 13:09:01    阅读次数:121
SharePoint 2013 通过JavaScript实现列表标题列宽度可拖动
前言 最近有个新需求,用户希望标题栏可以拖动宽度,其实觉得没什么用,既然用户要了又推不掉,就勉为其难实现一下吧。 其实原理比较简单,就是利用JavaScript对标题栏进行宽度控制,然后从网上搜了一下,碰巧看到有人写好的方法,秉承拿来主义的精神,就借用了一下,详细脚本参考附录。 1、默认的Share ...
分类:编程语言   时间:2016-09-02 00:18:51    阅读次数:192
SharePoint 读取 Site Columns 的数据并绑定到DropdownList
...
分类:其他好文   时间:2016-08-29 17:53:17    阅读次数:164
C# 对sharepoint 列表的一些基本操作,包括添加/删除/查询/上传文件给sharepoint list添加数据
转载:http://www.cnblogs.com/kivenhou/archive/2013/02/22/2921954.html using Microsoft.SharePoint;SPWeb site = SPControl.GetContextWeb(Context); SPListIte ...
分类:Windows程序   时间:2016-08-29 10:20:52    阅读次数:933
sharepoint安装之旅
从事SharePoint一年多一点。以前在公司里安装SharePoint,出问题了,可以请教同事。现在呢,只能靠自己。安装SharePoint,出现了很多情况,于是想把它记录下来。 SharePoint对硬件资源的要求: 内存大小:至少16G cpu和主板支持虚拟化 对软件的要求: 操作系统:ser ...
分类:其他好文   时间:2016-08-23 14:31:11    阅读次数:203
2199条   上一页 1 ... 46 47 48 49 50 ... 220 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!