go语言学习路线
// python: 2.7.5 //安装MySQLdb 1、 yum install mysql-devel libmysqlclient-dev (centos or debian) apt-get install libmysqlclient-dev (ubuntu) //下载MySQL-python wget http://sourceforge.net/projects/mysql-python/files/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gz //编译并安装 python setup.py build python setup.py install //安装redis 2、 安装redis apt-get install redis-server (ubuntu) //安装依赖包 3、 pip install requirements.txt
Contributions last year: 0
Max continuous contributions: 0
Recent contributions: 0
Commits, issues, and pull requests will appear on your contribution graph. Only when the email address used for the commits in local configuration is associated with your GitOSC account, the commits' contribution will be counted.