摘要:
What is virtualenv and Why Should You Use It?Put simply (and copied from the project page),virtualenvis a tool to create isolated Python environments. Why is this good? You can create a new Python environment to run a Python/Django/whatever app and install all package dependencies into the virtualen 阅读全文
摘要:
mysqladmin -u root -p variables回车后出来一个大表,找到datadir这一行,后边的值就是数据库所在的路径了。 阅读全文