- 博客(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
585
原创 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
1233
原创 centos7下获取Let's Encrypt证书
准备工作:系统支持Python2.7以上版本以及支持GIT工具 下载安装:git clone https://github.com/letsencrypt/letsencryptcd letsencrypt./letsencrypt-auto certonly --standalone --email 邮箱@***.com -d 域名.com -d www.域名.com...
2018-09-23 16:53:11
1740
原创 tomcat8不监听ipv6
原来用tomcat8.0.x ,后来用tomcat8.5.x就可以了。但是8.5版本配置https方式不一样,需要配置别名
2018-09-23 15:09:25
2578
原创 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
2317
原创 centos下PHP环境搭建
usermod -g web -G admin webmkdir -p /home/softmkdir -p /home/webadm/wwwrootchmod -R 777 /home/webadm/wwwrootcd /home/soft1、nginx yum install wget yum install pcre yum install openss...
2018-09-23 14:52:35
1662
原创 centos安装mysql8
1. 卸载已有mysqlrpm -qa | grep -i mysql yum -y remove ******** 卸载上面查出的 find / -name mysql 删除分散mysql文件 rm -rf /etc/my.cnf 删除配置文件 rpm -qa|grep -i mysql 再次确认是否有残留2. 下载安装rpmwget https://dev.mysql.com...
2018-09-23 14:50:24
117
原创 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
119
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人