晨风

-------------------- 业精于勤,荒于嬉;行成于思,毁于随

导航

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页

2017年8月8日

摘要: HttpRuntimeSection.MaxRequestLength 属性,请求的最大大小(以千字节为单位)。 默认大小为 4096 KB (4 MB) MaxAllowedContentLength属性,以字节为单位,您想要启用附件的大小。默认 30000000B,约30M。 阅读全文

posted @ 2017-08-08 14:41 shenyixin 阅读(2531) 评论(0) 推荐(0) 编辑

2017年7月19日

摘要: 将网站的CSS与项目分离后报了一个错,是因为字体跨域的原因,查了一下资料。 解决方案如下: 1:打开访问的资源iis,在HTTP 响应表头中添加代码名称:Access-Control-Allow-Origin值:* 2:重启IIS 正常。 注意添加后此目录可能绕过同源策略引发安全漏洞。 阅读全文

posted @ 2017-07-19 10:13 shenyixin 阅读(290) 评论(0) 推荐(0) 编辑

2017年7月2日

摘要: 问题出现的原因是项目下.nuget文件夹下NuGet.exe文件夹不存在导致的 解决办法: 1.右键编辑NuGet.targets文件 将下载NuGet.exe的配置节点DownloadNuGetExe设置为True.然后保存。生成项目问题就解决了。 阅读全文

posted @ 2017-07-02 23:36 shenyixin 阅读(381) 评论(0) 推荐(0) 编辑

2017年3月15日

摘要: http://blog.csdn.net/flynetcn/article/details/45058987 阅读全文

posted @ 2017-03-15 17:17 shenyixin 阅读(1529) 评论(0) 推荐(0) 编辑

2017年3月5日

摘要: aa (1 行受影响) bb (1 行受影响) cc (1 行受影响) dd (1 行受影响) 阅读全文

posted @ 2017-03-05 16:28 shenyixin 阅读(192) 评论(0) 推荐(0) 编辑

2017年2月8日

摘要: using System; using System.Collections.Generic; using System.ComponentModel; namespace zifar.SgmhWeb.CommonMethod { public class EnumberHelper { public static List EnumT... 阅读全文

posted @ 2017-02-08 18:36 shenyixin 阅读(6098) 评论(0) 推荐(1) 编辑

2017年1月13日

摘要: HTTP协议状态码表示的意思主要分为五类 ,大体是 : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1×× 保留 2×× 表示请求成功地接收 3×× 为完成请求客户需进一步细化请求 4×× 客户错误 5×× 服务器错误 100 Continue指示客户端应该继续请求。回送用于通知客户端 阅读全文

posted @ 2017-01-13 10:16 shenyixin 阅读(199) 评论(0) 推荐(0) 编辑

2017年1月4日

摘要: 前言:前段时间写了个小程序,想分享给好友看看,可所以资源都放在Debug文件夹下,整个文件夹发给人家这也太……,为了显得稍微专业一点,想把它们打包一个EXE文件执行,因为我见到到这样的程序,直接一个EXE程序,一点直接运行,顿时感觉好吊,于是乎,搜啊搜,搞定了,总结如下。 效果图: 原来的一坨文件 阅读全文

posted @ 2017-01-04 12:51 shenyixin 阅读(332) 评论(0) 推荐(0) 编辑

2016年12月23日

摘要: 我用VS2012在Nuget中安装Signalr之后报错 “/”应用程序中的服务器错误。 The following errors occurred while attempting to load the app.- No assembly found containing an OwinStar 阅读全文

posted @ 2016-12-23 16:29 shenyixin 阅读(1057) 评论(0) 推荐(0) 编辑

2016年12月15日

摘要: System.Drawing.Color color=Color.Red; System.Drawing.Color color=Color.FromArgb(255,0,0); System.Drawing.Color color=Color.FromName("#DEBA84"); 阅读全文

posted @ 2016-12-15 15:47 shenyixin 阅读(128) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页