上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 122 下一页

2010年5月11日

Permission Policy的小知识点

摘要: SharePoint的场管理员可以在管理中心中为Web Application建立Permission Policy. 1. 打开管理中心 2. 点击Policy for Web application 在这里, 你可以选择直接赋予某个用户在这个web application上的权限. 可以指定的权限有: 完全控制 完全可读 拒绝写入 拒绝全部 你还可以点击左侧的Manage Permissi... 阅读全文

posted @ 2010-05-11 21:46 中道学友 阅读(374) 评论(0) 推荐(0)

SharePoint 2010版本表

摘要: 描述 SharePoint Foundation KB SharePoint Server 2010 KB FAST Search Server 版本号 November 2015 CU 3101547 ... 阅读全文

posted @ 2010-05-11 21:41 中道学友 阅读(3960) 评论(0) 推荐(0)

2010年5月7日

什么是ADFS?

摘要: ADFS的全称是Active Directory Federation Services. ADFS是基于Web的单点登录(Single Sign-On (SSO))的标准, 它通过实现了foreast间的claim based authentication而了开启了联合身份(federated identity). Claim based authentication是一种认证用户的过程, 它... 阅读全文

posted @ 2010-05-07 16:23 中道学友 阅读(12070) 评论(0) 推荐(1)

Crawling - Computing Ranking 很长时间, 怎么办?

摘要: MOSS中遇到爬网状态保持Crawling - Computing Ranking不变. 你可以尝试编写SharePoint Object Model的代码来解决这个问题. 关键代码如下: Microsoft.Office.Server.Search.Administration.Content.ResumeBackgroundActivity() Microsoft.Office.Server... 阅读全文

posted @ 2010-05-07 12:00 中道学友 阅读(206) 评论(0) 推荐(0)

Export/Import会保留workflow的数据么?

摘要: 不会. 同样不会保留的还有alerts, features, solutions, recycle-bin的状态. 原文段落摘录如下: You can use the Stsadm export operation to save a site or subsite. Although using the export operation saves data for you, it is n... 阅读全文

posted @ 2010-05-07 11:28 中道学友 阅读(233) 评论(0) 推荐(0)

2010年4月27日

stsadm命令对应的power shell命令的对照表

摘要: 熟悉SharePoint 2007的朋友对stsadm命令一定不陌生, 在SharePoint 2010里, 开始使用power shell是不是就有点不知所措了呢? 没关系, 这个列表会让你找回一点熟悉的感觉. Stsadm operation Windows PowerShell cmdlet Activatefeature Enable-SPFeature Activateformtem... 阅读全文

posted @ 2010-04-27 21:31 中道学友 阅读(1873) 评论(0) 推荐(0)

SharePoint 2007 Solution Deployment

摘要: 注意, deploy一个solution package对服务器场是肯定有些影响的. Deployment过程会在每台WFE上进行, 这个过程涉及: 拷贝文件到WSS的系统目录 安装features 向GAC中添加程序集 WSS总是会运行一个命令来重启IIS中被solution deployment影响到的工作者进程. 内容来源: Solution Deployment with SharePo... 阅读全文

posted @ 2010-04-27 20:41 中道学友 阅读(224) 评论(0) 推荐(0)

SharePoint 2007中所有的Event Handlers事件清单

摘要: SharePoint 中Event handlers 有两种风格: 同步的(synchronous)和异步的(asynchronous). Synchronous events 在处理事件的时候发生, 允许开发者在必要的情况下取消掉事件. Asynchronous event handlers 跟SPS2003和WSSv2的很像. 下面列出了SharePoint中所有的event handler... 阅读全文

posted @ 2010-04-27 10:17 中道学友 阅读(366) 评论(0) 推荐(0)

2010年4月26日

Share一个转换字符集的在线工具

摘要: Character set converter - online tool http://kanjidict.stc.cx/recode.php 阅读全文

posted @ 2010-04-26 15:59 中道学友 阅读(1412) 评论(0) 推荐(0)

2010年4月23日

SharePoint WSS 3.0 OOB的feature的GUID列表

摘要: 表格就不复制了, 呵呵. 资料来源: Sharepoint 2007 WSS 3.0 Feature list with GUID http://blogs.msdn.com/ketaanhs/archive/2009/06/29/sharepoint-2007-wss-3-0-feature-list-with-guid.aspx List of Features with GUIDs ht... 阅读全文

posted @ 2010-04-23 13:48 中道学友 阅读(324) 评论(0) 推荐(0)

上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 122 下一页

导航

技术追求准确,态度积极向上