摘要: 1.按下图设置,搜索:Serializable classes 2.光标放到实体类的名字上,然后 alt+enter(回车) 找到如下内容,然后直接回车即可 阅读全文
posted @ 2019-02-01 15:27 荷焕 阅读(14826) 评论(0) 推荐(0)
摘要: 查看防火墙状态 firewall-cmd --state 停止firewall systemctl stop firewalld.service 禁止firewall开机启动 systemctl disable firewalld.service 关闭selinux 进入到/etc/selinux/ 阅读全文
posted @ 2019-02-01 11:36 荷焕 阅读(156) 评论(0) 推荐(0)
摘要: 安装ntp服务的软件包yum install -y ntp将ntp服务设置为缺省启动systemctl enable ntpd修改启动参数,增加-g -x参数,允许ntp服务在系统时间误差较大时也能正常工作vi /etc/sysconfig/ntpd启动ntp服务systemctl restart 阅读全文
posted @ 2019-02-01 11:33 荷焕 阅读(131) 评论(0) 推荐(0)