摘要: 错误信息如下 原因 框架发布后需要压缩JS文件,在bundleconfig.json文件中添加压缩 阅读全文
posted @ 2018-12-10 17:07 儿歌三百首 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 前端页面代码 ViewModel代码 阅读全文
posted @ 2018-11-09 16:49 儿歌三百首 阅读(4486) 评论(0) 推荐(0) 编辑
摘要: 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 儿歌三百首 阅读(568) 评论(0) 推荐(0) 编辑
摘要: web.config文件 阅读全文
posted @ 2018-08-21 14:41 儿歌三百首 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 客户端 1 //此处放入循环中 //此为服务端上传地址 string url = "http://localhost:62114/AppAreaName/DetectImage/UploadFile"; 2 string time = createDto.DetectionTime.ToString 阅读全文
posted @ 2018-03-29 11:28 儿歌三百首 阅读(698) 评论(0) 推荐(0) 编辑
摘要: 如添加DocumentFormat.OpenXml的引用,执行以下命令 dotnet add package DocumentFormat.OpenXml -v 2.8.1 其中dotnet add package 为VS Code的命令,DocumentFormat.OpenXml为要添加的程序集 阅读全文
posted @ 2018-03-23 14:33 儿歌三百首 阅读(2192) 评论(0) 推荐(0) 编辑
摘要: 转自 https://www.cnblogs.com/kesalin/archive/2012/04/18/open_xml_word.html 阅读全文
posted @ 2018-03-22 15:59 儿歌三百首 阅读(125) 评论(0) 推荐(0) 编辑
摘要: try { SplashScreenManager.ShowDefaultWaitForm("数据加载", "正在加载数据中.请稍后...."); } catch(Exception ex) {} finally { SplashScreenManager.CloseDefaultWaitForm( 阅读全文
posted @ 2018-03-15 11:16 儿歌三百首 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 客户端代码 var request = new RestRequest(Method.POST); //传递参数 request.AddParameter("projectId", "F25F57FC-DD28-4349-AFAD-5797D6B3AF06"); //txtPictures.Text 阅读全文
posted @ 2017-11-22 15:40 儿歌三百首 阅读(4127) 评论(0) 推荐(0) 编辑
摘要: //设置时间控件显示时间 dateStart.Properties.VistaDisplayMode = DefaultBoolean.True; dateStart.Properties.VistaEditTime = DefaultBoolean.True; this.dateStart.Properties.Disp... 阅读全文
posted @ 2017-09-07 14:02 儿歌三百首 阅读(7185) 评论(0) 推荐(0) 编辑