Fork me on GitHub

随笔分类 -  Sharepoint

摘要:Ref:http://blogs.msdn.com/b/sharepointdesigner/ 阅读全文
posted @ 2013-08-01 12:42 Nick.Chung 阅读(141) 评论(0) 推荐(0) 编辑
摘要:1.Choose Http(for IISWorkflowHostUri site)2.Register-SPWorkflowService -SPSite 'http://win2012-sp/sites/nick' -WorkflowHostUri 'http://win2012-sp:12291' -AllowOAuthHttp -Force 阅读全文
posted @ 2013-07-29 12:03 Nick.Chung 阅读(202) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using SP = Microsoft.SharePoint.Client;using System.IO;using NPOI.SS.UserModel;using NPOI.HSSF. 阅读全文
posted @ 2013-07-06 21:41 Nick.Chung 阅读(973) 评论(0) 推荐(0) 编辑
摘要:Restore-SPSite http://192.168.1.153 -Path \\192.168.1.153\siteBackup\Site80.bak -Force在SharePoint 2010中移除和添加一个解决方案包。打开 Windows PowerShell窗口:1. 在开始菜单中, 点所有程序。2. 点击Microsoft SharePoint 2010 Products.3. 点击SharePoint 2010 Management Shell注意:你必须具有 配置数据库的SharePoint_Shell_Access角色,并且你应该是SharePoint Server 2 阅读全文
posted @ 2012-11-28 09:33 Nick.Chung 阅读(340) 评论(0) 推荐(0) 编辑