加载中
Golang static file server

<!-- lang: cpp --> package main   import (     "fmt"     "net/http"     "os"   )   func main(){     fileServer := http.FileServer(http.Dir("./"))     err := http.ListenAndServe(":3000",...

2013/03/06 00:03
2K
使用Unicorn,nginx,Capistrano 部署你的Rails 应用

http://rubysource.com/deploying-your-rails-app-to-the-cloud-with-unicorn-nginx-and-capistrano/ 配置你的服务器 你需要在你的服务器上安装Ruby的环境,你可以使用RVM或者是rbenv. 上传到...

2012/06/11 13:51
2.4K

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部