虚心萝莉

文章
4
资源
0
加入时间
2年10月21天

部署Python Web项目到CentOS服务器踩过的坑CentOS 没有 apt-get 命令,也没有easy-install安装 pyenv、pyenv-virtualenv

CentOS 没有 apt-get 命令,也没有easy-install像centos这类衍生出来的发行版,他们的源有时候内容更新的比较滞后,或者说有时候一些扩展的源根本就没有。所以在使用yum来search  python-pip的时候,会说没有找到该软件包。安装easy_install的方法wget -q http://peak.telecommunity.com/dist/ez_

Js 原型链

var a = {}console.log(a.__proto__=== Object.prototype); // truevar A = function(){}var a = new A();console.log(a.__proto__=== A.prototype); // truevar a1 = {}var a2 = Object.create...

php中Smarty模板初体验

下面介绍一下Smarty模板引擎的特性:   1 速度:采用Smarty编写的程序可以获得最大速度的提高,这一点是相