01 2019 档案

摘要:<profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <properties> <maven.compiler.source>1.8</ 阅读全文
posted @ 2019-01-31 22:24 ForMeDream 阅读(5175) 评论(0) 推荐(0)
摘要:1:Tomacat 配置 /tomcat-users.xml 添加如下: <role rolename="manager-gui"/> <role rolename="manager-script"/> <user username="admin" password=pswd roles="mana 阅读全文
posted @ 2019-01-31 22:22 ForMeDream 阅读(324) 评论(0) 推荐(0)
摘要:1.防火墙配置: 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : systemc 阅读全文
posted @ 2019-01-17 00:50 ForMeDream 阅读(128) 评论(0) 推荐(0)