会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
442562623
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2018年12月10日
AbpZero发布ISS后错Refused to execute script from 'http://192.168.1.101:8033/Error?statusCode=404' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
摘要: 错误信息如下 原因 框架发布后需要压缩JS文件,在bundleconfig.json文件中添加压缩
阅读全文
posted @ 2018-12-10 17:07 儿歌三百首
阅读(394)
评论(0)
推荐(0)
2018年11月9日
WPF LiveChart示例
摘要: 前端页面代码 ViewModel代码
阅读全文
posted @ 2018-11-09 16:49 儿歌三百首
阅读(4572)
评论(0)
推荐(0)
2018年8月31日
.NET Core 2.1 IIS 部署 出现500.19 错误
摘要: HTTP 错误 500.19 - Internal Server Error 无法访问请求的页面,因为该页的相关配置数据无效。 最后发现是由于项目从 .NET Core 1.0 升级到 .NET Core2.0 ,电脑上没有安装 dotnet-hosting-2.1.1-win.exe 下载地址 h
阅读全文
posted @ 2018-08-31 16:03 儿歌三百首
阅读(575)
评论(0)
推荐(0)
2018年8月21日
文件上传大小限制
摘要: web.config文件
阅读全文
posted @ 2018-08-21 14:41 儿歌三百首
阅读(153)
评论(0)
推荐(0)
2018年3月29日
winform httpclient 多文件上传
摘要: 客户端 1 //此处放入循环中 //此为服务端上传地址 string url = "http://localhost:62114/AppAreaName/DetectImage/UploadFile"; 2 string time = createDto.DetectionTime.ToString
阅读全文
posted @ 2018-03-29 11:28 儿歌三百首
阅读(726)
评论(0)
推荐(0)
2018年3月23日
VS Code中添加程序集安装包即添加DLL引用
摘要: 如添加DocumentFormat.OpenXml的引用,执行以下命令 dotnet add package DocumentFormat.OpenXml -v 2.8.1 其中dotnet add package 为VS Code的命令,DocumentFormat.OpenXml为要添加的程序集
阅读全文
posted @ 2018-03-23 14:33 儿歌三百首
阅读(2306)
评论(0)
推荐(0)
2018年3月22日
使用 Open XML 操作文档模板自动生成报表
摘要: 转自 https://www.cnblogs.com/kesalin/archive/2012/04/18/open_xml_word.html
阅读全文
posted @ 2018-03-22 15:59 儿歌三百首
阅读(138)
评论(0)
推荐(0)
2018年3月15日
dev 数据加载等待提示框控件
摘要: try { SplashScreenManager.ShowDefaultWaitForm("数据加载", "正在加载数据中.请稍后...."); } catch(Exception ex) {} finally { SplashScreenManager.CloseDefaultWaitForm(
阅读全文
posted @ 2018-03-15 11:16 儿歌三百首
阅读(454)
评论(0)
推荐(0)
2017年11月22日
RestSharp 向服务端上传文件用法
摘要: 客户端代码 var request = new RestRequest(Method.POST); //传递参数 request.AddParameter("projectId", "F25F57FC-DD28-4349-AFAD-5797D6B3AF06"); //txtPictures.Text
阅读全文
posted @ 2017-11-22 15:40 儿歌三百首
阅读(4404)
评论(0)
推荐(0)
2017年9月7日
Dev dateEdit日期控件显示时分秒设置
摘要: //设置时间控件显示时间 dateStart.Properties.VistaDisplayMode = DefaultBoolean.True; dateStart.Properties.VistaEditTime = DefaultBoolean.True; this.dateStart.Properties.Disp...
阅读全文
posted @ 2017-09-07 14:02 儿歌三百首
阅读(7476)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告