摘要: <asp:FileUpload runat="server" ID="imgUpload" AllowMultiple="true" /> 后台: HttpFileCollection files = Request.Files; if (files.Count > 0 && imgUpload.H 阅读全文
posted @ 2016-03-08 14:22 lishidefengchen 阅读(1633) 评论(0) 推荐(2)
摘要: 1、ctrl+c,alt+c,shift+ctrl+c: ========== Copying to SharePoint Root =========={ProjectRoot}\pkg\Debug\iWS.Assets\ControlTemplates\iWS.Assets\AddAssetsM 阅读全文
posted @ 2016-03-08 10:46 lishidefengchen 阅读(226) 评论(0) 推荐(0)
摘要: 转载:http://www.cnblogs.com/ChunLiangZhang/archive/2012/07/18/2597335.html(作者:ChunLiang) 现在可以用SharePoint PowerShell去部署自己的WSP。 SharePoint Management Shel 阅读全文
posted @ 2016-03-08 10:24 lishidefengchen 阅读(287) 评论(0) 推荐(0)