- 2026年07月08日
- 星期三
1.因系统自身就已经携带了Python软件则无需安装Python。 2. 安装python-wxgtk3.0 sudo apt-get install python-wxgtk3.0 3.安装Python编辑器 Ulipad 下载软件 https://github.com/limodou/ulipad (下载 ZIP 文件)
一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: #停止firewall服务 systemctl stop firewalld.service #禁止firewall开机启动 systemctl disable firewalld.service 2、安装ip
