上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 121 下一页

2010年3月28日

Web Proxy Autodiscovery Protocol

摘要: Web Proxy Auto-Discovery Protocol (WPAD) 是一种客户端使用DHCP和DNS的discovery methods来定位一个配置文件的URL的方法. 一旦对这个配置文件的侦测和下载的动作完成, 这个配置文件就会被执行, 从而确定某个URL所应该使用的Proxy. WPAD协议仅仅描述了寻找这个配置文件的位置的机制. 被部署的大多数配置文件的格式是Proxy au... 阅读全文

posted @ 2010-03-28 22:31 中道学友 阅读(2408) 评论(0) 推荐(1) 编辑

把SQL2000的数据库迁移至SQL2005

摘要: 有两种方式. 1. 在SQL2000上备份数据库, 然后到SQL2005上面还原. 2. 把SQL2000上的数据库文件(mdf和ldf), 拷贝至SQL2005上attach. 然后新建一个查询窗口, 运行DBCC UPDATEUSAGE (0); MSDN信息摘录 =================== 升级数据库 在 SQL Server 的早期版本中,用于表和索引行计数以及页计数的值可能... 阅读全文

posted @ 2010-03-28 20:19 中道学友 阅读(529) 评论(0) 推荐(0) 编辑

2010年3月25日

Error: A web configuration modification operation is already running

摘要: 错误信息 =========== Exception: System.InvalidOperationException: A web configuration modification operation is already running. at Microsoft.SharePoint.Administration.SPWebService.ApplyWebConfigModifica... 阅读全文

posted @ 2010-03-25 00:10 中道学友 阅读(571) 评论(0) 推荐(0) 编辑

2010年3月24日

WSS 3.0和MOSS 中的Web Parts

摘要: Web Parts in common with WSSv3 ============================= Web Part 名字 功能简介 Content Editor Web Part Use for formatted text, tables, and images. Form Web Part Use to connect simple form controls to... 阅读全文

posted @ 2010-03-24 22:53 中道学友 阅读(482) 评论(0) 推荐(0) 编辑

如何在某一数据库的所有表的所有列上搜索一个字符串?

摘要: 背景:研究SharePoint产品和技术, 对SharePoint使用的数据库的研究是很有必要的. 研究的时候需要在数据库中寻找某一个值, 找到这个值以后就可以帮助我们理解数据是如何存储的.所以就会有这样的需求, 如何才能在一个数据库的范围内, 包括所有的表, 所有的列, 上寻找某一个字符串呢?... 阅读全文

posted @ 2010-03-24 21:35 中道学友 阅读(3158) 评论(1) 推荐(2) 编辑

WSS 3.0 在默认的情况下不存在IRM的protector.

摘要: 如果你在WSS3.0中配置SharePoint与RMS的集成, 会发现即使完成了所有配置, 从WSS3.0站点上下载的文档也不会受到保护. 这是因为OOB的WSS是没有IRM protector的. http://technet.microsoft.com/en-us/magazine/2009.05.sharepoint.aspx 阅读全文

posted @ 2010-03-24 21:16 中道学友 阅读(275) 评论(0) 推荐(0) 编辑

如何访问隐藏的列表- workflow history list

摘要: 默认情况下, 这个隐藏的列表名字为workflow history. 如果你为你的workflow指定了新的history列表的话, 你需要先进入你的列表, 点击workflow settings, 然后, 点击你的workflow, 其中会包括你的workflow history列表的名字, 例如test History. 然后你需要在用如下的方式来访问. http://servername... 阅读全文

posted @ 2010-03-24 16:12 中道学友 阅读(367) 评论(0) 推荐(0) 编辑

SharePoint与SQL Server Reporting Service的集成

摘要: 下面的文章中包含可以下载add-in的地址, 以及一个htm格式的说明文件. Microsoft SQL Server 2008 Reporting Services Add-in for Microsoft SharePoint Technologies http://www.microsoft.com/downloads/details.aspx?familyid=200FD7B5-DB7C... 阅读全文

posted @ 2010-03-24 12:57 中道学友 阅读(360) 评论(0) 推荐(0) 编辑

2010年3月23日

Visual Studio Build Marcos

摘要: 如果你想在你的工程中使用Post-Build event来帮助你完成一些繁琐的动作, 比如拷贝文件, 安装dll到GAC, 或者使用别的命令行工具来做一些自动化的操作, 那么你就需要了解Visual Studio Build Marcos. 在Pre-Build Event Command Line的编辑器中, 点击下面的Macro按钮, 可以看到可用的Marco列表以及, 它们对应的值. 下面... 阅读全文

posted @ 2010-03-23 13:14 中道学友 阅读(833) 评论(0) 推荐(0) 编辑

比IISReset命令的更文明的选择- IISApp.vbs

摘要: I know that bouncing IIS is something that Web Administrators in the past did a lot especially when rolling out new projects to release the memory and release/refresh the cache. Worker process cycling... 阅读全文

posted @ 2010-03-23 12:15 中道学友 阅读(778) 评论(0) 推荐(0) 编辑

上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 121 下一页

导航

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