上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 52 下一页
摘要: 本文除特别说明外仅SharePoint 2007外,其他部分均为SharePoint 2010 。回收站机制通常情况下,回收站机制都有利于防止内容的永久删除与误删除。通过第一回收站(End user Recycle Bin items),用户可以自己找回已经删除的项目,而不需要管理员介入。例如从备份文件中进行还原等等。雕虫小技:点击”Recycle Bin”后,在浏览器地址栏中输入来清理数据: javascript:emptyItems();注明:在07中可以使用清空回收站来一次性操作。通过第二回收站(Delete from end user Recycle Bin items),还可以给用户 阅读全文
posted @ 2013-04-25 22:08 风影极光 阅读(2971) 评论(1) 推荐(1)
摘要: 1、进入SharePoint管理中心,进入SharePoint Services Administrator下查看共享服务实例SSP实例。点击Search Administration。2、点击Crawling下的Reset Crawled Content3、此时我们可以i看到Status为Crawling Full4、当Crasl Log中显示了成功爬网的情况。 阅读全文
posted @ 2013-04-18 15:47 风影极光 阅读(333) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-04-18 14:39 风影极光 阅读(126) 评论(0) 推荐(0)
摘要: $('input[title="Document number"]').attr("disabled", true);$('input[title="Document edition or version"]').attr("disabled", true);$('input[title="Document number"]').css("backgrounp", "#ebf3ff");$('inpu 阅读全文
posted @ 2013-04-18 10:59 风影极光 阅读(198) 评论(0) 推荐(0)
摘要: 在IE6中,在当前的页面URL中添加命令:&displaymode=design,即可对页面进行编辑设计。在IE7、8下面通过右上角的"Edit Page"即可进行编辑。 阅读全文
posted @ 2013-04-17 13:38 风影极光 阅读(469) 评论(0) 推荐(0)
摘要: 我在访问ps1文件的时候,一定要注意访问路径中是否包含空格。包含空格要用单引号''来处理。PowerShell -command Set-ExecutionPolicy "Bypass"set filepath= '%CD%\AppDeployment.ps1'PowerShell -command "& %filepath%"Pause错误的写法:PS C:\> C:\Documents and Settings\Mingle\My Documents\PS\test.ps1The term 'C: 阅读全文
posted @ 2013-04-17 12:55 风影极光 阅读(3218) 评论(0) 推荐(0)
摘要: [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")function ExportQuickLaunchNavigation( [Microsoft.SharePoint.SPWeb] $web){ $xml = [xml] "<QuickLaunch/>" foreach ($navigationNode in $web.Navigation.QuickLaunch) { AddNavigationElement $navigationNode $ 阅读全文
posted @ 2013-04-09 14:52 风影极光 阅读(376) 评论(0) 推荐(0)
摘要: Windows Server 2008 关闭internet explorer增强的安全配置关闭IE SEC服务器系统要求很高的安全性,所以微软给ie添加了安全增强。这就使得ie在Internet区域的安全级别一直是最高的,而且无法进行整体调整。点击快速运行栏的“服务器管理器”,开启服务器管理器。1.勾选“登录时不要显示此控制台”2.点击“配置IE ESC”,将对“管理员”和“用户”设置成“禁用”。 阅读全文
posted @ 2013-03-30 13:56 风影极光 阅读(202) 评论(0) 推荐(0)
摘要: cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\binstsadm.exe -o restore -url http://cris-moss/sites/Mockup -filename C:\Martin\Project\C0370A\SimuDID\backup.dat -overwrite 阅读全文
posted @ 2013-03-25 13:20 风影极光 阅读(176) 评论(0) 推荐(0)
摘要: 开发背景:使用VS2008开发SharePoint2007的webparts问题描述:使用Feature部署webpart后,手动激活和反激活的时候,系统报错并无法执行。解决办法:由于这个Feature执行的时候,部署了3个webpart,我们需要使用Process Monitor工具来查看是那个webpart出了问题。Process Monitor是微软提供的系统调试工具集合,可以从这里下载www.sysinteranls.com或者http://www.cnblogs.com/mybook/archive/2012/11/06/2757597.html下载。手工执行Feature时,Pro 阅读全文
posted @ 2013-03-15 10:49 风影极光 阅读(788) 评论(0) 推荐(1)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 52 下一页