原文:https://github.com/grevory/angular-local-storage#api-documentation Get Started (1)Bower: $ bower install angular-local-storage --save npm: $ npm install angular-local-storage (2) Include angular-local-storage.js (or angular-local-storage.min.js) f
python3.6安装 下载python安装包,这里下载的最新的3.6.1版本 https://www.python.org/ftp/python/3.6.1/ 将安装包上传到服务器并解压 tar zxvf Python-3.6.1.tgz 安装python cd Python-3.6.1 ./configure --prefix=/usr/local/python-3.6.1 #重要,指定python的安装路径,可以自己设置. make sudo make install 修改python的软
(1).下载 http://www.haproxy.org/#down (2).解压 tar -zxvf haproxy-1.5.18.tar.gz (3).安装 1).编译 make TARGET=linux26 PREFIX=/usr/local/haproxy 2).安装(指定目录) make install PREFIX=/usr/local/haproxy 3).新建一个配置文件 global log 127.0.0.1 local0 # log 127.0.0.1 local1 ma