上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 122 下一页

2011年11月28日

配置SharePoint 2010的User Profile Synchronization连接到第三方的LDAP服务

摘要: SUN LDAP http://support.microsoft.com/kb/2290443 Novell eDirectory http://www.harbar.net/articles/sp2010upsedir.aspx 针对Novell eDirectory, 这里在贴出一段用与在管理中心站点的web.config片段. <add name="LdapMember"... 阅读全文

posted @ 2011-11-28 08:14 中道学友 阅读(664) 评论(0) 推荐(0)

2011年11月25日

如何开放Hyper-V服务的远程连接权限给别人?

摘要: 描述具体步骤的文章如下: http://blogs.technet.com/b/jhoward/archive/2008/03/28/part-1-hyper-v-remote-management-you-do-not-have-the-requested-permission-to-complete-this-task-contact-the-administrator-of-the-aut... 阅读全文

posted @ 2011-11-25 14:07 中道学友 阅读(3887) 评论(0) 推荐(0)

2011年11月14日

SharePoint 2010 Search 架构 - 已完工

摘要: 基本知识===============Search 再也不是依赖于SSP了. 默认情况下, Search功能现在由Search Service Application, Search Application Proxy, Web services, Search Service Instance, 还有一下的SQL数据库组成: Search Service Application DB Search Service Application Crawl Store DB Search Service Application Property Store DB 创建Search Ser... 阅读全文

posted @ 2011-11-14 20:38 中道学友 阅读(1891) 评论(0) 推荐(1)

2011年11月8日

HTTPReplay and STRACE

摘要: 新接触了这两个工具, 但是由于最近太忙了, 实在没有时间去做些深入了解. 存档在这里, 闲些的时候把这篇文章补充完整吧. 参考资料 ==================== STRACE is a socket/SSL tracer designed to generate LOG for Internet Explorer http://www.microsoft.com/d... 阅读全文

posted @ 2011-11-08 06:34 中道学友 阅读(295) 评论(0) 推荐(0)

2011年11月7日

请不要修改FIM的配置, 否则SharePoint的User Profile无法获得微软支持

摘要: Officially speaking, we do not support customer manually modify any settings in FIM, all the settings should be done from SharePoint Central Admin. Here is the KB article stating this: http://s... 阅读全文

posted @ 2011-11-07 15:23 中道学友 阅读(292) 评论(0) 推荐(0)

2011年11月4日

记一个调用_vti_bin/copy.asmx拷贝文件的代码例子

摘要: 本例子已经博主测试通过. 注意这里的过认证的部分. 注意这里对CopyIntoItems方法的调用. 在Visual Studio 2010中添加Web Service的方法 代码如下 using System;using System.Collections.Generic;using System.Linq;using System.Text;nam... 阅读全文

posted @ 2011-11-04 17:35 中道学友 阅读(1071) 评论(0) 推荐(0)

2011年11月2日

利用Excel移除重复记录

摘要: 解决一个问题, 需要移除重复记录, 懒得写C# code做这样的事, 偶然间从同事Derek那里学到了这个小技巧. 用例子说话. 选择两个列, 结果如下. 只选择Column A, 结果如下: 请结合实际需要灵活运用, 提高工作效率. 参考资料 ================ Remove Duplicate Data ... 阅读全文

posted @ 2011-11-02 14:42 中道学友 阅读(486) 评论(0) 推荐(0)

SharePoint 2010 OOB Workflow无法启动?

摘要: 请检查名为OffWFCommon的feature是否已经被activated. 如果没有, 那么就请运行如下的命令: stsadm -o activatefeature -url http://sharepointsite -force -name OffWFCommon 参考资料 ================= Custom workflow does not sta... 阅读全文

posted @ 2011-11-02 09:52 中道学友 阅读(274) 评论(0) 推荐(0)

2011年10月31日

经典的SharePoint 2010升级中的多核CPU冲突问题

摘要: 问题描述 ================ 升级SharePoint 2010的时候, 在跑向导(configuration wizard)的时候, 在第八或第九步失败, 在upgrade.log中, 可以发现如下报错: 06/30/2011 14:39:51 8 ERR Exception: Microsoft.SharePoint.Administrati... 阅读全文

posted @ 2011-10-31 10:39 中道学友 阅读(705) 评论(0) 推荐(0)

什么是Named Pipes

摘要: Named Pipe(命名管道)是一种有名字的, 建立在pipe server和一个(或多个)pipe client之间的单向或双向的通信管道. 一个命名管道的所有实例都会共享一个相同的pipe name, 但是每个实例都有他自己的缓冲区和句柄(handle), 并且为客户端/服务器的通讯提供一个单独的导管. 这种对实例的使用使得多个pipe client同时地使用相同的named pipe成为可能.任何进程都可以访问命名管道, 都可以接受安全检查, 这使得命名管道成为关联进程和非关联进程之间通信的一种简单方式.任何进程都可以既做server, 又做client, 这使得点对点的对等通信成.. 阅读全文

posted @ 2011-10-31 07:56 中道学友 阅读(12587) 评论(0) 推荐(0)

上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 122 下一页

导航

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