2011-04-01から1ヶ月間の記事一覧

bitbucktからpullする時のwarning

bitbucket.orgにあるレポジトリからpullしようとすると やたら warning: bitbucket.org certificate with fingerprint ~~~ not verified (check hostfingerprints or web.cacerts config setting)と言ってくるときの対処法。(Mac) 認証局CAの設定 Keychain A…

Journeyを使ったルーティング

Journey liberal JSON-only HTTP request routing for node. createServer 基本的なサーバを作る。 /** * server.js */ var http = require('http'); http.createServer(function(req, res) { req.on('end', function() { res.writeHead(200, { 'Content-Typ…