by1455的自留地

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  146 Posts :: 0 Stories :: 96 Comments :: 2 Trackbacks

公告

昵称:by1455
园龄:4年7个月
粉丝:2
关注:0

搜索

 
 

常用链接

我的标签

最新评论

阅读排行榜

评论排行榜

推荐排行榜

01 2010 档案

摘要: 系统报告一个错误 (10016) Event ID: 10016 errors: The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {61738644-F196-11D0-9953-00C04F...阅读全文
posted @ 2010-01-21 17:32 by1455 阅读(124) | 评论 (0) 编辑

摘要: OS: Windows 2008 R2Software: Mesh for Live.com---------------------------Issue---------------------------This installation is forbidden by system policy.Details about this problem can be found here.[8...阅读全文
posted @ 2010-01-20 07:25 by1455 阅读(34) | 评论 (0) 编辑

摘要: 今天在用vb生成sharepoint 2010的visual webpart时 碰到一个怪怪的bug. 生成一个新的solution – VB – Sharepoint 2010 – Empty project. 加入一个visual web part. 系统生成以下代码 系统生成以下代码 <%@ Assembly Name="$SharePoint.Project.AssemblyFul...阅读全文
posted @ 2010-01-19 16:42 by1455 阅读(107) | 评论 (0) 编辑

摘要: 今天,要用“sn –t” 检查一些数据,突然发现command Prompt找不得了。 研究了一下,在windows 2008R2x64上安装VS2010beta时,只选了C#和VB,但是Command prompt却在C++. 重新安装以后,command prompt就出来了安装完毕,查看了一下,发现程序全部在vc目录下,很明显这是一个bug,不可能用c#和...阅读全文
posted @ 2010-01-15 11:20 by1455 阅读(172) | 评论 (0) 编辑

摘要: Imports System.WebImports System.CollectionsImports Microsoft.SharePointImports Microsoft.SharePoint.UtilitiesModule Module1Sub Main()  Using SPSite As New SPSite("http://devisa2/Sites/Lab02")    Usin...阅读全文
posted @ 2010-01-12 10:57 by1455 阅读(18) | 评论 (0) 编辑

摘要: 名字容量URLSkydriver25Ghttp://www.skydrive.live.com/http://skydriveexplorer.com/IDRIVE 2+10Ghttp://www.idrive.com/ADRIVE 50Ghttp://www.adrive.com/MOZY 2G++http://mozy.com/HUMYO 10Ghttp://humyo.com/OPENDRI...阅读全文
posted @ 2010-01-08 14:55 by1455 阅读(30) | 评论 (0) 编辑

摘要: Client Object Model 是SharePoint 2010中新加的一个非常酷的功能。开发者可以从NET客户端上运行的应用程序访问SharePoint 2010,从而大大扩展了sharepoint应用。再也不必‘自古华山一条路’用web-service。无需编写或安装SharePoint服务器上的代码。Client Object Model使我们能够建立集成的应...阅读全文
posted @ 2010-01-07 11:17 by1455 阅读(282) | 评论 (0) 编辑

摘要: 任何地方创建一个新文件夹,将这个新文件夹重命名为“GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}”。单击这个文件夹,可以发现几乎所有Windows 7系统的设置,如控制面板的功能、界面个性化、辅助功能选项...方方面面的控制设置,用户只需通过这一个窗口就能实现所有的操控,而不必再去为调整一个小小的系统设置细想半天究竟该在什么地方...阅读全文
posted @ 2010-01-05 20:11 by1455 阅读(119) | 评论 (0) 编辑

摘要: SPS2010新增的一个功能是Developer Dashboard,一旦打开开关,系统会增加一个webpart在页面的底部从中可以看到开发时必要的信息,例如那个环节花费了较多的时间。用VB来打开这个开关Imports SystemImports Microsoft.SharePointImports Microsoft.SharePoint.AdministrationModule Module...阅读全文
posted @ 2010-01-04 21:33 by1455 阅读(541) | 评论 (2) 编辑

摘要: 原装管理单元Get-PSSnapin| Where-Object { $_.IsDefault -eq $true }系统中已经安装的管理单元Get-PSSnapin -Registered已经在当前session登记的Get-PSSnapin| Where-Object { $_.IsDefault -eq $false }尚未在当前session登记的Get-PSSnapin -Registe...阅读全文
posted @ 2010-01-03 21:53 by1455 阅读(39) | 评论 (0) 编辑

摘要: 取得 Sharepoint DLL$path = "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14"Get-ChildItem $path -recurse | Where-Object {$_.name -like "*SharePoint*.dll"} | Sort-Object -Propert...阅读全文
posted @ 2010-01-03 21:34 by1455 阅读(36) | 评论 (0) 编辑

摘要: PS1文件Write-Host if($args) { $SiteName = $args[0] $SiteUrl = "http://win2k8r2/sites/" + $SiteName Write-Host "Begin creating SPS2010 site at" $SiteUrl Write-Host $NewSite = New-SPSite -URL $SiteUrl -...阅读全文
posted @ 2010-01-03 21:05 by1455 阅读(37) | 评论 (0) 编辑

摘要: 一个csv文件"Released","Name","Version" "November 2009","SP2010 Public Beta 2","14.0.4536.1000""October 2009","SP2010 (Tech Preview #2 - used for Ignite training)","14.0.0.4514""July 2009","SP 2010 (Tech P...阅读全文
posted @ 2010-01-03 20:49 by1455 阅读(110) | 评论 (0) 编辑

摘要: PS C:\Myworkplace\PS> get-hostName : ConsoleHostVersion : 2.0InstanceId : c901dbec-946f-4ace-96be-fb656deaec92UI : System.Management.Automation.Internal.Host.InternalHostUserInterfaceCurrentCulture...阅读全文
posted @ 2010-01-03 19:30 by1455 阅读(322) | 评论 (0) 编辑