#一、环境准备 ##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、最好的资料肯定就是看官方文档了,但是因为不想看英文文档,太头痛 ![](https://img2018.cnblogs.co...
windows版本10.0.17134,安装最新补丁后无法远程windows server 2008、2013、2016服务器 报错信息如下:出现身份验证错误,要求的函数不受支持 可能是由于CredSSP加密Oracle修正。 [![](https://images2018.cnblogs.com/blog/1138462/201805/1138462-201805101049...
3.6.x版本: ``` yum clean all; yum makecache; yum install -y epel-release; yum install -y erlang; yum install -y socat; yum install -y logrotate; wget https://github.com/rabbitmq/rabbitmq-se...
1.开始配置yum源(这里使用阿里云) ``` 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...