上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 70 下一页
摘要: C:\Windows\System32\inetsrv>appcmd list wp 阅读全文
posted @ 2013-10-08 13:14 zyip 阅读(129) 评论(0) 推荐(0)
摘要: https://www.microsoft.com/learning/en-us/exam.aspx?id=70-576http://www.microsoft.com/learning/en-us/exam-70-573.aspx 阅读全文
posted @ 2013-10-08 08:58 zyip 阅读(124) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Microsoft.Office.Interop.Excel;namespace CShareExcelInterop{ class Program { private static int lastRow=0; private static System.Drawing.Color borderColor = System... 阅读全文
posted @ 2013-10-07 15:16 zyip 阅读(365) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-09-27 15:54 zyip 阅读(231) 评论(0) 推荐(0)
摘要: 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... 阅读全文
posted @ 2013-09-26 13:53 zyip 阅读(1693) 评论(0) 推荐(0)
摘要: CKS: Development Tools Editionhttp://cksdev.codeplex.com/releases/view/111065 阅读全文
posted @ 2013-09-24 16:49 zyip 阅读(144) 评论(0) 推荐(0)
摘要: http://chuna2.787528.xyz/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 阅读全文
posted @ 2013-09-24 16:35 zyip 阅读(170) 评论(0) 推荐(0)
摘要: //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:/... 阅读全文
posted @ 2013-09-22 16:17 zyip 阅读(327) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2013-09-18 08:25 zyip 阅读(189) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2013-09-17 13:23 zyip 阅读(1) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 70 下一页