代码改变世界

阅读排行榜

swap文件

2015-09-11 12:31 by cmsd, 188 阅读, 收藏,
摘要: # dd if=/dev/zero of=/tmp/myswap bs=1M count=4096# mkswap /tmp/myswap# swapon /tmp/myswap# vim /etc/fstab/tmp/myswap swap swap defaults 0 0 (开机时启动此swa... 阅读全文

redmine发送邮件

2015-09-18 14:41 by cmsd, 186 阅读, 收藏,
摘要: vim /data/server/redmine/apps/redmine/htdocs/config/configuration.ymldefault: # Outgoing emails configuration (see examples above) email_delivery: ... 阅读全文

docker 1.12

2017-08-07 21:41 by cmsd, 179 阅读, 收藏,
摘要: http://rancher.com/docs/rancher/v1.6/en/hosts/ 阅读全文

windows安装pip 和easy_install

2014-10-30 21:56 by cmsd, 179 阅读, 收藏,
摘要: 先安装windows版的easy_install下载然后下载pip ,python setup.py install安装好的 pip和easy_install通常在 python目录的Scripts中,如C:\python27\Scripts将该目录加入 windows的PATH (修改window... 阅读全文

一款bootstrap树形js

2016-05-30 23:01 by cmsd, 155 阅读, 收藏,
摘要: http://www.htmleaf.com/Demo/201502141380.html 阅读全文