参考资料:https://blog.csdn.net/studying_ios/article/details/80100497
1.启动服务 python -m http.server 8000(默认端口号)
python -m SimpleHTTPServer #python2中启动一个简单的http服务器
python -m http.server #python3中启动一个简单的http服务器
2.chmod 更改文件权限 http://www.runoob.com/linux/linux-comm-chmod.html
3.Mac apache 配置python CGI
https://www.jianshu.com/p/68b11edc055e
4.MAC 使用 python3 PyMysql 模块连接 MySQL
https://blog.csdn.net/cityzenoldwang/article/details/78403862
5.连接数据库 mysql -uroot -p
打开资源路径 vim ~/.bash_profile
保存重启资源路径 source ~/.bash_profile
网友评论