打开https://pip.pypa.io/en/latest/installing.html#python-os-support下载pip-get.py进入python,执行pip-get.py安装完pip,setuptool工具。进入.python/scripts目录,执行pip install...
分类:
编程语言 时间:
2014-07-27 10:47:52
阅读次数:
254
一. 数据库软件安装参照官方手册1.安装rpm包注这里的yum直接用163的yumyum -y install binutils compat-libstdc++-33 compat-libstdc++-33.i686 elfutils-libelf elfutils-libelf-devel gc...
分类:
数据库 时间:
2014-07-27 10:17:12
阅读次数:
527
第一步:sudo apt-get install maven 这里会自动下载maven第二步:sudo gedit /etc/environment第三步:在第二步打开的编辑上后面加上M2_HOME=/usr/share/mavenMAVEN_OPTS="-Xms256m -Xmx512m"PATH...
分类:
其他好文 时间:
2014-07-27 10:14:52
阅读次数:
166
安装输入法框架: sudo apt-get install scim安装输入法: sodu apt-get install scim-pinyin此时启动的输入法的候选词框不随着光标移动,需要安装下面四个包: sodu apt-get install scim-qt-immodule scim...
分类:
系统相关 时间:
2014-07-27 10:03:12
阅读次数:
278
C:\users\XXXX>easy_install scrapy 出现错误 fatal error C1083: Cannot open include file: 'openssl/aes.h' : No such file or directory。才想起scrapy主页Installatio...
分类:
Windows程序 时间:
2014-07-27 09:44:12
阅读次数:
1567
1、Numeral.js 是一个用于格式化和数字四则运算的js 库。2、支持多种语言,包含中文在内的17种语言。在浏览器中引用js文件:在nodejs开发引用开发numeral库npm install numeralvar numeral = require('numeral');格式化类型:将数字...
分类:
Web程序 时间:
2014-07-27 09:38:32
阅读次数:
529
1、在nginx下载rpm包,如nginx-release-centos-6-0.el6.ngx.noarch.rpm ,并安装(可用yum直接安装);注:rpm包只是提供一个nginx源。2、使用sudo yum install nginx,正式安装nginx;3、安装完成后,访问127.0.0....
分类:
其他好文 时间:
2014-07-26 16:52:41
阅读次数:
313
tornado+ansible+twisted+mongodb运维自动化系统开发(三)...
分类:
数据库 时间:
2014-07-26 15:20:10
阅读次数:
289
1.使用命令安装ctags:
sudo apt-get install ctags
2.安装taglist
下载:
http://vim.sourceforge.net/scripts/download_script.php?src_id=6416
拷贝到ubuntu中,使用命令解压:
unzip taglist_42.zip
解压后出现两个文件夹,doc和plugin,将其拷贝...
分类:
其他好文 时间:
2014-07-26 15:02:30
阅读次数:
232
给树莓派安装中文环境前提是已经连接网络首先当然是启动PI,然后登陆进去。接下来:输入 sudo apt-get update (升级PI官网组件)输入sudo apt-get install ttf-wqy-microhei (安装文泉驿中文字库,感谢作者。)输入sudo fc-cache (刷新字...
分类:
其他好文 时间:
2014-07-26 14:41:40
阅读次数:
286