摘要:
摘要: SharePoint 2010之后呢, 建立一个 Team Site会有两个 default page, 分别是 Sitepages/home.aspx and default.aspx. 这两个是不一样的, 我遇到过一个问题是, 每当我输入webapplication的 url 之后, 地址会自动定位到SitePages/home.aspx, 由于某些原因, 我的这个页面是不能显示了。 但是default.aspx还是可以正常显示的,所以我通过使用powershell把默认page 修改成了default.aspx.正文:Via Power Shell$site = Get-SPSi 阅读全文
posted @ 2013-07-31 15:15
零点零一
阅读(434)
评论(0)
推荐(0)
摘要:
Installed: SharePoint Server 2010 for Internet Enterprise Beta (x64) On: Windows Server 2008 Standard (x64) on 64 bit hardwareAttempts to access the Central Administration console led to IIS returning 503. The service is unavailableAnd this error was found in the Application logThe Module DLL 'C 阅读全文
posted @ 2013-07-31 11:50
零点零一
阅读(421)
评论(0)
推荐(0)
摘要:
摘要:正文:1.引入XDocument的命名空间using System.Xml.Linq;2. List to XML doc //List to XML public XDocument InitDownloadData(List item) { XElement courseItemElement = new XElement("Courses", item.Select(c => new XElement("Course", new XAttribute(... 阅读全文
posted @ 2013-07-31 09:32
零点零一
阅读(1163)
评论(0)
推荐(0)
浙公网安备 33010602011771号