2018年3月13日
摘要: 1.1 firewall启停设置 [root@tomcat ~]# systemctl disable firewalld.service #禁止开机启动[root@tomcat ~]# systemctl status firewalld.service● firewalld.service - 阅读全文
posted @ 2018-03-13 14:24 ali6102 阅读(233) 评论(0) 推荐(0)
2018年2月1日
摘要: 本节内容: 一、Python介绍 python作为一门解释型语言(也可以编译),简洁,强大, 至于为什么简洁,为什么强大,,,此处省略1w+ 二、python 安装 2.1 版本选择 安装python其实就是安装python的运行环境,就像使用java要安装jdk一样。至于版本python 2.0 阅读全文
posted @ 2018-02-01 13:06 ali6102 阅读(215) 评论(0) 推荐(0)