#一、环境准备 ##1.1 查看系统环境 ``` [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost ~]# uname -m x86_64 [root@localhost ~]# uname -r 3.10.0-862.el7....
#一、环境准备 ##1.1 查看系统环境 ``` [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost ~]# uname -m x86_64 [root@localhost ~]# uname -r 3.10.0-862.el7....
一、前言 最近的项目中也使用到了Jaspersoft,组长让我们熟悉 JasperReport+iReport,作为小白一脸懵逼,只知道是报表,以为是POI之类的什么。经过一段时间百度,看blog,试水,终于弄完了,特此记录一下。 二、参考 1、最好的资料肯定就是看官方文档了,但是因为不想看英文文档,太头痛  ``` mv /etc/yum.repos.d/* /tmp curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyu...