09 2013 档案
摘要:
阅读全文
摘要:string fileName = "c:\\a.xlsx"; var application = new Application(); application.Visible = true; var workbook = application.Workbooks.Open(fileName); var worksheet = workbook.Worksheets[2] as Microsoft.Office.Interop.Excel.Worksheet; //var work...
阅读全文
摘要:CKS: Development Tools Editionhttp://cksdev.codeplex.com/releases/view/111065
阅读全文
摘要:http://www.cnblogs.com/frankzye/archive/2010/09/07/1820346.htmlhttp://sujoysharepoint2010.blogspot.com/2012/06/httpmsdn.htmlhttp://www.codeproject.com/Articles/185209/SharePoint-Custom-Provisioning-Provider?display=Printhttp://snakarmi.me/Blog/Lists/Posts/Post.aspx?ID=28
阅读全文
摘要://1.make sure your application using the .net fromwork 3.5 //2.create entity classes using the instruction:spmetal /web:http://sv1:82 /namespace:MyLinq /code:c:\MyLinq.cs, //and copy the MyLinq.cs file to your project static void linq() { string url = "http:/...
阅读全文
摘要:
阅读全文
摘要:or this you must change the identity of word component inC:\windows\System32\comexp.mscto be interactive user instead of launching userFor open comexp.msc :Click on comexp.msc, it will open window then do configuration as"Component Services->Computers->My Computer->DCOM Config->Micr
阅读全文
摘要:$spSite = Get-SpSite($waUrl);$spSite.AllowSelfServiceUpgrade = $false
阅读全文