添加SharePoint命令集
在PowerShell中注册SharePoint程序集Add-PSSnapin Microsoft.SharePoint.PowerShell获取所有在PowerShell中注册的程序集:Get-PSSnapin –Registered...
获取PowerShell某个对象的所有命令
Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | format-table name > C:\SP2010_PowerShell_Commands.txtGet-Command –PSSnapin “Microsoft.Sha...
SharePoint2010的Client Object Mode 之站点操作
[代码]注意:其中“STS#1”为空白站点模板,“STS#0”为团队站点模板...
修改infopath样式的小技巧(如何让文本框自适应文字多少?)
参考了一个老外的回复。infopath有时候需要让文本框能够自适应文字多少,不能出现滚动条,又不能使用富文本框,这时我们可以这样:将文件另存为源文件,然后找到对应视图的xsl文件,修改里面你要设置的文本框的样式属性,增加:OVERFLOW-X: visible; OVERFLOW-Y: visibl...
在SharePoint2010启用BCS的时候,出现“The Business Data Connectivity Metadata Store is currently unavailable”错误
在开发环境中,SharePoint2010和数据库是分开装的,当使用SharePoint Designer创建外部内容类型的时候,出现了此错误"The Business Data Connectivity Metadata Store is currently unavailable"; 搜遍互联网...
WebPart开发中的注册JavaScript事件
先看代码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1....
SharePoint2010安装体验(二)
接上回,开始安装SharePoint2010,第一步当然是输入密钥了:接受许可协议:选择安装类型:我们选择服务器场安装:选择了完整安装,然后开始了漫长的安装过程:安装完成,开始配置了:配置向导第一步,和SharePoint2007差不多:配置第二步,我们选择创建新的服务器场:输入相关信息:和Shar...
SharePoint2010安装体验(一)
首先准备一台安装完系统和SQLServer2008的机器,操作系统要求Windows Server 2008 SP2 ,SQLServer2008要求SP1,并将系统和SQL的相应补丁打全;准备好机器后开始安装。首先安装系统必备软件,如果机器可以连接互联网,将会自动下载这些软件,不能连接互联网就只能...
SharePoint和Reporting Services整合 样式问题
这几天忙着给一个项目做演示准备,其中需要做SharePoint和Reporting Services整合,这里用的是SQL SERVER2005的外接程序做的整合,配置好之后发现,报表查看器的样式折行列,如下:真不知道MS是怎么做的这个东西,还是自己DIY一下吧,改好的效果如下:需要修改的样式表路径...
推荐两篇文章,平常会经常用到
修复moss本机访问SharePoint 401.1 HTTP错误 SPUtility.SendEmail替代方案...
WSS、SharePoint 2003、MOSS、SharePoint 2009 大比对(5)
下表为关于SharePoint 2009的一些预测和一些已经确定的消息:FeatureSummaryProbabilitySource(s)64-bit onlyThe SharePoint v14 / 2009 will be shipped only as x64 installationCON...
WSS、SharePoint 2003、MOSS、SharePoint 2009 大比对(4)
oImproved2007nNew in 2007þWindows SharePoint Services 3.0SharePoint Portal Server 2003Office SharePoint Server 2007 for SearchOffice Forms Server...
WSS、SharePoint 2003、MOSS、SharePoint 2009 大比对(3)
Feature IncludedoImproved2007nNew in 2007þFeatures/BenefitsDescriptionWindows SharePoint Services 3.0SharePoint Portal Server 2003Office SharePoi...
WSS、SharePoint 2003、MOSS、SharePoint 2009 大比对(2)
Feature IncludedoImproved2007nNew in 2007þFeatures/BenefitsDescriptionWindows SharePoint Services 3.0SharePoint Portal Server 2003Office SharePoi...
WSS、SharePoint 2003、MOSS、SharePoint 2009 大比对(1)
WSS、SharePoint 2003、MOSS:Platform:Feature IncludedoImproved2007nNew in 2007þFeatures/BenefitsDescriptionWindows SharePoint Services 3.0SharePoint...
SharePoint对象模型性能
一篇关于SharePoint性能方面的文章,转给大家.http://www.infoq.com/cn/articles/SharePoint-Andreas-Grabner...
ASP.NET页面事件:顺序与回传详解
看到一篇讲ASP>NET页面生命周期的,讲的不错,转一下。地址:http://webservices.ctocio.com.cn/wsare/462/8083462.shtml来源:IT专家网...