摘要: 通过设置 legend 属性进行控制 参考文章: https://blog.csdn.net/xxtnt/article/details/96114386 阅读全文
posted @ 2020-01-06 14:03 php+人工智障 阅读(4268) 评论(0) 推荐(0) 编辑
摘要: 错误日志完整: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-01-02 12:50:10.767 ERROR 阅读全文
posted @ 2020-01-02 12:53 php+人工智障 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: 代码如下 /** * 图片格式转换 * @param string $image_path 文件路径或url * @param string $to_ext 待转格式,支持png,gif,jpeg,wbmp,webp,xbm * @param null|string $save_path 存储路径, 阅读全文
posted @ 2019-12-18 16:15 php+人工智障 阅读(1361) 评论(0) 推荐(0) 编辑
摘要: org.hibernate.LazyInitializationException: could not initialize proxy [com.example.shop.dataobject.User#16] - no Session at org.hibernate.proxy.Abstra 阅读全文
posted @ 2019-12-17 22:51 php+人工智障 阅读(522) 评论(2) 推荐(0) 编辑
摘要: 1、vue 安装 echart 库 npm install echarts --save 2、vue代码 引入 let echarts = require("echarts/lib/echarts"); require("echarts/lib/chart/line"); // 以下的组件按需引入 阅读全文
posted @ 2019-12-17 20:36 php+人工智障 阅读(1369) 评论(0) 推荐(0) 编辑
摘要: 1、将已经鉴权的公众号,小程序接口的 header头信息复制进来 2、设置文档展示字段 阅读全文
posted @ 2019-12-14 16:19 php+人工智障 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 1、pom.xml 加入maven 依赖 <!-- 引入 freemarker 模板依赖 --><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</a 阅读全文
posted @ 2019-12-09 13:08 php+人工智障 阅读(2564) 评论(0) 推荐(0) 编辑
摘要: 1 layer.confirm('<font color="red">请认真核对账目信息,提交后将不可撤回!!</font>', { 2 icon:3, 3 title:"财务确认账目操作", 4 btn: ['确定', '取消'] 5 }, function (index, layero) { 6 阅读全文
posted @ 2019-12-08 13:46 php+人工智障 阅读(1172) 评论(0) 推荐(0) 编辑
摘要: 1、打包发布 a、在工程根目录执行如下命令 打包js资源文件 react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/in 阅读全文
posted @ 2019-12-03 12:06 php+人工智障 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 配置都是正常,最终发现内存使用率高达90%多,加配置后解决问题(升级服务器配置) 加之前是2核4g ,升级配置后 4核8g 阅读全文
posted @ 2019-11-28 10:29 php+人工智障 阅读(454) 评论(0) 推荐(0) 编辑