nodester

    11熱度

    3回答

    我們正在使用一個半集中的git倉庫,在這裏工作。每個開發者都有在中央git倉庫自己的樹,所以它看起來是這樣的: master alice/branch1 alice/branch2 bob/branch1 michael/feature release/1.0 release/1.1 在我的樹在本地工作的我有topic/feature,相當於michael/feature中央樹。 我一

    2熱度

    1回答

    我使用nodester與iriscouch。我已經安裝了couchdb-api包。這是我的代碼: console.log("Running"); //Appears in the logs var dbServer = require("couchdb-api").srv('eric-wieser.iriscouch.com'); console.log(dbServer); //App