摘要:
解压 压缩 查看 阅读全文
posted @ 2016-09-29 21:14
宁默然
阅读(165)
评论(0)
推荐(0)
摘要:
```
function getObjectURL(file) { var url = null ; if (window.createObjectURL!=undefined) { // basic url = window.createObjectURL(file) ; } else if (window.URL!=undefined) { // moz... 阅读全文
posted @ 2016-09-29 21:13
宁默然
阅读(1739)
评论(0)
推荐(0)
摘要:
本内容基于centos yum install sqlite devel y 安装python2.7.10 谨记 prefix=/usr/local/python27 以及 make altinstall 安装 pip 修改源 vim ~/.pip/pip.conf pip install virt 阅读全文
posted @ 2016-09-29 21:12
宁默然
阅读(1274)
评论(0)
推荐(0)
摘要:
find grep 在当前目录下所有文件中查找内容包含 string 的文件: find ./ name " " exec grep "string" {} \; 注意:在最后不能加 print ,否则会出错. 在当前目录下所有文件中查找内容包含 string 的文件并列出字符所在的文件: find 阅读全文
posted @ 2016-09-29 21:11
宁默然
阅读(162)
评论(0)
推荐(0)
摘要:
``` docker pull centos # 拉取镜像到本地 docker run -i -t -p 8000:80 --name=centosDev centos cat /etc/redhat-release #查看系统版本 >CentOS Linux release 7.2.1511 (Core) # 开发环境安装 采取源码安装 yum install kernel-deve... 阅读全文
posted @ 2016-09-29 21:10
宁默然
阅读(161)
评论(0)
推荐(0)
摘要:
1.yum仓库 (如果用rpm包安装 可以忽略此步) vim /etc/yum.repos.d/google chrome.repo [google chrome] name=google chrome baseurl=http://dl.google.com/linux/chrome/rpm/st 阅读全文
posted @ 2016-09-29 21:09
宁默然
阅读(422)
评论(0)
推荐(0)
摘要:
文中下载链接以中断 请另行下载 阅读全文
posted @ 2016-09-29 21:08
宁默然
阅读(128)
评论(0)
推荐(0)
摘要:
``` vim setup_pofix.py #修改mysql_config路径 ln -s /usr/local/mysql/lib/libmysqlclient.so.18 /usr/lib ldconfig python setup.py install 报错“_mysql.c:29:20: 错误:Python.h:没有那个文件或目录” yum install python-devel... 阅读全文
posted @ 2016-09-29 21:06
宁默然
阅读(155)
评论(0)
推荐(0)
摘要:
wget http://mirrors.ustc.edu.cn/gnu/emacs/emacs 24.5.tar.gz tar zxvf emacs 24.5.tar.gz cd emacs 24.5 yum install libXt devel libext devel readline dev 阅读全文
posted @ 2016-09-29 21:05
宁默然
阅读(637)
评论(0)
推荐(0)
摘要:
```yum install npm -y
npm install -g grunt-cli bower yo generator-karma-require generator-angular-require
yum install ruby ruby-devel rubygems -y
gem sources --add https://ruby.taobao.org/ --remove ht... 阅读全文
posted @ 2016-09-29 21:03
宁默然
阅读(109)
评论(0)
推荐(0)

浙公网安备 33010602011771号