自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

转载 eclipse中使用maven生成jar包并运行到centos7

java -Dfile.encoding=utf-8 -jar D:\***.jar   详细: https://blog.youkuaiyun.com/xxfamly/article/details/80827438     运行 nohup java -jar memory-0.0.1-SNAPSHOT.jar >/usr/local/jar/memory.out 2>&...

2018-09-23 17:58:49 596

原创 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile

ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project memory: Compilation failure [ERROR] No compiler is provided in this environment....

2018-09-23 17:37:09 1246

原创 centos7下获取Let's Encrypt证书

准备工作: 系统支持Python2.7以上版本以及支持GIT工具   下载安装: git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt ./letsencrypt-auto certonly --standalone --email 邮箱@***.com -d 域名.com -d www.域名.com...

2018-09-23 16:53:11 1750

原创 tomcat8不监听ipv6

原来用tomcat8.0.x ,后来用tomcat8.5.x就可以了。 但是8.5版本配置https方式不一样,需要配置别名

2018-09-23 15:09:25 2590

原创 getOutputStream() has already been called for this response

java.lang.IllegalStateException: getOutputStream() has already been called for this response   在jfinal中返回renderNull;     其它情况(来源于网络)      

2018-09-23 14:58:30 2324

原创 centos下PHP环境搭建

usermod -g web -G admin web mkdir -p /home/soft mkdir -p /home/webadm/wwwroot chmod -R 777 /home/webadm/wwwroot cd /home/soft 1、nginx     yum install wget     yum install pcre     yum install openss...

2018-09-23 14:52:35 1671

原创 centos安装mysql8

1. 卸载已有mysql rpm -qa | grep -i mysql yum -y remove ******** 卸载上面查出的 find / -name mysql 删除分散mysql文件 rm -rf /etc/my.cnf 删除配置文件 rpm -qa|grep -i mysql 再次确认是否有残留 2. 下载安装rpm wget https://dev.mysql.com...

2018-09-23 14:50:24 122

原创 centos安装mysql5.7

卸载残留 pkill -9 mysqld 停掉mysql进程 rpm -qa|grep -i mysql yum -y remove ********** 安装 wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm rpm -ivh mysql57-community-release-el7-8.noa...

2018-09-23 14:49:41 128

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除