11 2019 档案

摘要:AutoMapper初始化 在global.axax的Application_Start中使用AutoMapperConfiguration.Configure(); using AutoMapper; using System; using System.Collections.Generic; 阅读全文
posted @ 2019-11-21 13:26 艺洁 阅读(167) 评论(0) 推荐(0)
摘要:node.js下载安装 命令提示符中输入node -v 或npm -v查看版本 之后输入npm install -g @vue/cli 安装完成后 cd 文件夹或到文件夹目录shift+右键进入命令工具 npm install 如果报错 请验证是否设置path环境变量 设置完成后还是不行的话 请重启 阅读全文
posted @ 2019-11-21 11:48 艺洁 阅读(143) 评论(0) 推荐(0)
摘要:动态生成Excel文件、目录 @GetMapping(value = "/downloadZip") public void downloadZips(HttpServletRequest request,HttpServletResponse response,Long taskId) throw 阅读全文
posted @ 2019-11-19 15:49 艺洁 阅读(3148) 评论(0) 推荐(0)
摘要:一、报错:rejected value [yyyy-mm-dd] 可能原因: 1.前端(IE下不支持new Date()) 解决:引用时间插件moment.js this.user.establishedTime = moment(this.user.establishedTime).format( 阅读全文
posted @ 2019-11-12 11:40 艺洁 阅读(3272) 评论(0) 推荐(0)