2021年5月20日

摘要: 采用springboot构建,前端vue+element,后台使用 alibabab EasyExcel + JFreeChart 实现了导出数据到一个excel分多个sheet 展示数据 一. 要实现的功能:1. 导出饼图数据到excel2. 导出列表数据到excel3. 一个excel 分she 阅读全文
posted @ 2021-05-20 19:33 arsn 阅读(501) 评论(0) 推荐(0) 编辑

2021年5月18日

摘要: 一.报错信息 Error occurred while trying to proxy request /user/report-user from localhost:83 .... 二.index.js 配置信息 proxyTable: { '/api': { target: 'http://l 阅读全文
posted @ 2021-05-18 20:55 arsn 阅读(3734) 评论(0) 推荐(0) 编辑

2020年8月24日

摘要: 一. 测试环境 数据库 : mysql 字段类型:varchar 值为数组类型 实体类对象属性对应类型: String [] 数组类型 查询方式: 两表联查 二. 问题描述 mybatis查询字段类型为数组的字段时,值为空,数据库查询可以查询出来 三 . 已排除的问题 1. 实体类对象属性和sql列 阅读全文
posted @ 2020-08-24 22:40 arsn 阅读(2264) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 上传代码到git报错: The requested URL returned error: 403 原因: 由于之前连接过别的git仓库,提交时默认读取之前的username和password 解决办法: 控制面板 -- > 用户账号 --> window 凭据 删除之前的就好了,再次上 阅读全文
posted @ 2020-08-24 22:25 arsn 阅读(16409) 评论(0) 推荐(0) 编辑

2020年8月8日

摘要: nginx重新加载问题 ./nginx -s reload 解决方法 /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf 阅读全文
posted @ 2020-08-08 14:03 arsn 阅读(231) 评论(0) 推荐(0) 编辑

2020年8月6日

摘要: 编译 haproxy 时报错lvalue required as unary '&' operand ,如图 HAPoxy 版本:haproxy-1.8.10 编译命令: make TARGET=linux44 PREFIX=/usr/local/haproxy ARCH=x86_64 解决方法:更 阅读全文
posted @ 2020-08-06 09:00 arsn 阅读(1061) 评论(0) 推荐(0) 编辑

2020年8月5日

摘要: 使用keepalived 实现双机热备时,主从节点配置分别如下 主机: 192.168.159.128 global_defs { smtp_connect_timeout 30 router_id LVS_DEVEL } vrrp_script chk_nginx { script "/usr/l 阅读全文
posted @ 2020-08-05 22:13 arsn 阅读(604) 评论(0) 推荐(0) 编辑

2020年8月4日

摘要: 如下图,配置好服务注册中心集群后 注: 服务名是之前配的,配了ip就是显示ip,如下配置文件中设置了ip,上图只做参考 配置文件如下 第一个注册中心配置 #配置服务端口 server: port: 5121 #关闭eureka的自我注册与发现 eureka: client: register-wit 阅读全文
posted @ 2020-08-04 22:26 arsn 阅读(1271) 评论(0) 推荐(0) 编辑
摘要: 从以下两个点去看 1. 查看阿里云服物管理中有没有将该端口打开,具体可参考以下阿里云社区 https://developer.aliyun.com/article/87135 2. 服务器中是否开放该端口,如果服务器中开放了,阿里云哪里没开是不能访问的,必须同时开放 阅读全文
posted @ 2020-08-04 22:02 arsn 阅读(624) 评论(0) 推荐(0) 编辑
摘要: centos 6.5 编辑网卡时报错Found a swap file by the name ".ifcfg-eth0.swp" 由于临时退出或以外出现的情况,使其产生了一个 .ifcfg-eth0.swp 的隐藏文件,在当前的目录下 只需将改文件删除就好 1.命令 ls -a 可以查询出隐藏的文 阅读全文
posted @ 2020-08-04 21:51 arsn 阅读(547) 评论(0) 推荐(0) 编辑

导航