最新回答 / 昨天有雨
var connection = mysql.createConnection({ host : '数据库主机Ip',//远程MySQL数据库的ip地址 user : '用户名', password : '密码', database: '数据库名',});
2016-06-07
bower bootstrap#* ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/twbs/bootstrap.git", exit code of #128 fatal: unable to access 'https://github.com/twbs/bootstrap.git/': Empty reply from server
2016-06-07
最新回答 / 牧后黄昏
这个倒是不需要,本地没有装mongodb也可以安装mongoose模块。不过你最后还是要用mongoose模块去连接本地的mongodb数据库,所以还是要装mongodb。
2016-06-06
创建根目录文件,安装以下模块
npm insatll express
npm insatll jada
npm insatll mongoose
npm insatll bower -g
npm insatll bootstrap
npm insatll express
npm insatll jada
npm insatll mongoose
npm insatll bower -g
npm insatll bootstrap
2016-06-06
Error: Failed to lookup view "index" in views directory "/views"
可以添加app.set('views', path.join(__dirname, 'views')); 当然你需要先安装一下path模块并且引入到程序中来
可以添加app.set('views', path.join(__dirname, 'views')); 当然你需要先安装一下path模块并且引入到程序中来
2016-06-06