連接:html
python入門和基礎:python
Python 中文學習大本營mysql
你是如何自學 Python 的?linux
簡明 Python 教程nginx
廖雪峯Python教程數據庫
Python中的random模塊apache
python安裝三方庫報錯某個依賴庫已經存在,且沒有權限修改的方法:OSError: [Errno 1] Operation not permitted: '/tmp/pip-g3bg0s-uninstall/System/Library/Frameworks/Pyt(簡寫爲pip install xxx --ignore-installed xx)django
CMD模式下運行python文件命令:
一、CMD模式
直接運行(python+絕對路徑):$python xxx/xxx/xxx.py
二、CMD輸入python進入Python交互模式:
1>執行某個py文件(execfile('文件絕對路徑')):$>>>execfile('xxx/xxx/xxx.file')
2>結束交互模式:quit()
連接:
Python安裝mysql-python錯誤提示python setup.py egg_info
mysql:
sqlite中報no such table的錯誤解決方法 (轉載)
>mysql用命令導出文件報錯問題:
mysql> select * from employee
-> into outfile '/users/mr.yang/desktop/employee.txt';
報錯緣由:
ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
解決方案:(目前爲解決)
How should I tackle --secure-file-priv in MySQL?
Mac配置Mysql遇到的 --secure-file-priv問題
MySQL插入數據時,若是記錄不存在則insert,若是存在則update
解決:Mac下mysql配置文件沒有my-default.cnf,沒法配置my.cnf
mysql 中 character set 與 collation 的點滴理解
MySQL經過自增一列在Select ... into outfile...裏面實現CSV導出帶字段的效果
requests:
python經常使用web框架簡單性能測試結果分享(包含django、flask、bottle、tornado)
使用 Python 和 Flask 設計 RESTful API
在服務器部署python代碼:
python web 部署:nginx + gunicorn + supervisor + flask 部署筆記
apachectl:
nginx:
end