上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 52 下一页
摘要: <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)
摘要: 关闭搜索服务 (服务器上的服务,要禁用的服务) (管理工具 – 服务) 阅读全文
posted @ 2016-03-07 09:57 lishidefengchen 阅读(154) 评论(0) 推荐(0)
摘要: 转载: http://www.cnblogs.com/erucy/archive/2012/08/25/2655600.html 电脑正在以无比慢的速度从微软网站上安装Office Component for Visual Studio 2012,今晚的某个工作看来是干不成了,索性写篇blog。 S 阅读全文
posted @ 2016-03-03 16:37 lishidefengchen 阅读(477) 评论(0) 推荐(0)
摘要: 作者:huangtao2011 引用:http://blog.csdn.net/huangtao2011/article/details/27528101 今天使用SharePoint 2013创建页面的时候,突然提示“此产品的试用期已结束 ”。网上解决办法: “将IIS的‘应用程序池’下网站集对应 阅读全文
posted @ 2016-02-29 11:25 lishidefengchen 阅读(479) 评论(0) 推荐(0)
摘要: 问题在sharepoint central administration中通过Configuration Wizards来创建一个web application,出现如下错误:The password supplied with the username aaa was not correct. V 阅读全文
posted @ 2016-02-29 10:30 lishidefengchen 阅读(224) 评论(0) 推荐(0)
摘要: private HttpRequest Request; private HttpResponse Response; public void ProcessRequest(HttpContext context) { //不让浏览器缓存 context.Response.Buffer = true 阅读全文
posted @ 2016-02-26 17:46 lishidefengchen 阅读(166) 评论(0) 推荐(0)
摘要: 正常情况下,我们使用varchar也可以存储中文字符,但是如果遇到操作系统是英文操作系统并且对中文字体的支持不全面时, 在SQL Server存储中文字符为varchar就会出现乱码(显示为??). 而且正常情况下,主机都会支持中文的环境,所以如果使用varchar来存储数据,在开发阶段是发现不了的 阅读全文
posted @ 2016-02-24 14:24 lishidefengchen 阅读(289) 评论(0) 推荐(0)
摘要: 这种情况,大多发生在有外键存在的情况下,解决方法是: 把dataContext.Set<T>().Add(model)修改成dataContext.Models.Add(model); 阅读全文
posted @ 2016-02-24 10:39 lishidefengchen 阅读(1011) 评论(0) 推荐(0)
摘要: In order to resolve this error do the following : Open Developer Command Prompt for VS 2013 as “Run as Administrator”Next Type the following command: 阅读全文
posted @ 2016-02-24 10:21 lishidefengchen 阅读(728) 评论(0) 推荐(0)
摘要: 1、读12本书。 2、练习吉他。 3、写毛笔子。 4、每周总结。 5、学习MVC。 6、学JavaScript。 7、再读《CLR via C#》。 加油完成! 阅读全文
posted @ 2016-02-19 14:36 lishidefengchen 阅读(124) 评论(0) 推荐(0)
摘要: 看看2015年的目标完成情况吧: 1.找个对象 ------(完成) 2.学会Python编程 ------(未完成) 3.学会HMTL5+CSS ------(完成) 4.学习JavaScript ------(完成) 5.学会至少2种前端框架 ------(未完成) 6.学会使用MVC ---- 阅读全文
posted @ 2016-02-19 14:26 lishidefengchen 阅读(127) 评论(0) 推荐(0)
摘要: escape()或者encode()编码一下要用的字符串。 阅读全文
posted @ 2016-01-28 17:55 lishidefengchen 阅读(150) 评论(0) 推荐(0)
摘要: SnippingTool(注:不区分大小写) 阅读全文
posted @ 2016-01-28 14:15 lishidefengchen 阅读(467) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 52 下一页