https://echarts.apache.org/examples/zh/editor.html?c=bar-stack option = { tooltip: { trigger: 'axis', axisPointer: { // 坐标轴指示器,坐标轴触发有效 type: 'shadow' ...
分类:
其他好文 时间:
2021-04-28 11:42:45
阅读次数:
0
2021年4月24日17:29:22 环境: php8.0.3 centos 8.3 ./configure \ --prefix=/usr/local/php8 \ --with-config-file-path=/usr/local/php8/etc \ --with-curl \ --with ...
分类:
Web程序 时间:
2021-04-27 15:21:59
阅读次数:
0
1、下载Tomcat 官网:https://tomcat.apache.org/ 下载之后解压,解压后如图所示,通常将web项目放到webapps目录下。 进入bin,双击startup.bat启动tomcat服务器。 2、下载Jenkins 官网:https://www.jenkins.io/ 根 ...
分类:
编程语言 时间:
2021-04-27 15:17:03
阅读次数:
0
对于 CentOS 8,使用以下命令替换默认的配置 sudo sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://mirror.centos.org/$contentdir|baseurl=https://mirrors.u ...
分类:
其他好文 时间:
2021-04-27 15:10:23
阅读次数:
0
spring boot配置ssl 1、申请免费SSL证书 免费ssl证书可以在你买域名的地方随便申请,申请之后下载jks格式的证书 下载解压之后会有两个东西 2、配置springboot中的application.yml或者application.properties配置文件 先把xxx.jks文件 ...
分类:
编程语言 时间:
2021-04-27 14:54:44
阅读次数:
0
原文地址: https://blog.csdn.net/oToyix/article/details/106170701 repo的路径不要放到root下,放到/usr/share/nginx/下,要不没权限 Centos 7建立本地内网源一、环境二、先配置163base源及阿里epel源三、建立本 ...
分类:
其他好文 时间:
2021-04-27 14:52:02
阅读次数:
0
1、Git下载 官网地址:https://git-scm.com/ 2、Git安装 选择Git安装位置,然后next 使用默认配置,然后next 默认,next 使用默认的Vim编辑器 默认分支名设置,这里选择默认的Let Git decide,然后next 修改 Git 的环境变量,选第一个,不修 ...
分类:
其他好文 时间:
2021-04-27 14:33:05
阅读次数:
0
场景 jar包在本地Windows系统上运行不报错,在CentOS服务器上运行时提示: org.quartz.SchedulerException: Couldn't get host name 注: 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公 ...
分类:
编程语言 时间:
2021-04-27 14:23:18
阅读次数:
0
最近发现我们系统导出excel文件时由于是导出百万级数据导出,速度过慢并且内存占用多,故进行了下面的一次优化。 我们使用apache的poi进行excel文件操作 主要耗时: 1、从数据库得到需要导出的结果集耗时 2、将数据写入excel耗时 优化前 public abstract class Ba ...
分类:
其他好文 时间:
2021-04-26 13:58:43
阅读次数:
0
Logger配置文件说明 文件一定在src下,并命名为log4j.properties ### 全局默认配置 log4j.rootLogger = debug,stdout,D,E ### 设置控制台日志输出 ### log4j.appender.stdout = org.apache.log4j. ...
分类:
其他好文 时间:
2021-04-26 13:30:43
阅读次数:
0