Chinaunix首页 | 论坛 | 博客
  • 博客访问: 39057
  • 博文数量: 20
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 199
  • 用 户 组: 普通用户
  • 注册时间: 2015-03-04 08:17
文章分类

全部博文(20)

文章存档

2015年(20)

我的朋友

发布时间:2015-05-11 08:33:18

mongodump  -h host -u "username" -p "userpass" -d dbname   -o backfilenametar -cvzf backfilename.tar backfilenametar -xvzf  backfilename.tarmongorestore  -h host -u "username" -p "userpass" -d dbname   backfilename另外mongodb还提供.........【阅读全文】

阅读(629) | 评论(0) | 转发(0)

发布时间:2015-04-24 20:03:57

nginx as webserver incl. socket.io and node.js / ws:// 400 Bad Requestlocation ~ ^/socket    {        proxy_pass http://127.0.0.1:8080;        proxy_redirect off;        proxy_http_version 1.1;       .........【阅读全文】

阅读(2673) | 评论(2) | 转发(0)

发布时间:2015-04-22 08:19:16

以前知道update更新软件,原来还有dist-upgrade,Below is an excerpt from man apt-get. Using upgrade keeps to the rule: under no circumstances are currently installed packages removed, or packages not already installed retrieved and installed. If that's important to you, use apt-get upgrade. If you wan.........【阅读全文】

阅读(694) | 评论(0) | 转发(0)

发布时间:2015-04-09 10:05:14

http://www.admin10000.com/document/6159.html......【阅读全文】

阅读(338) | 评论(0) | 转发(0)

发布时间:2015-04-07 10:42:36

npm install --production仅仅安装 dependencies 依赖,对devDependencies开发部分的依赖不安装npm install --save npm install --save-dev......【阅读全文】

阅读(324) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册