随笔分类 -  NodeJS

摘要:Router.get('/info',function(req,res){ console.log(req) const { userid } = req.cookies; console.log(userid) if( !userid ){ return res.json({ code : 1}) } User.findOne({... 阅读全文
posted @ 2018-01-08 22:35 李大白程序员 阅读(163) 评论(0) 推荐(0)
摘要:Homebrew的安装与使用 Homebrew官网 将次命令粘贴至终端: 使用 Homebrew 安装 Apple 没有预装但 你需要的东西。 Homebrew 会将软件包安装到独立目录,并将其文件软链接至 /usr/local 。 Homebrew 不会将文件安装到它本身目录之外,所以您可将 Ho 阅读全文
posted @ 2018-01-02 14:04 李大白程序员 阅读(285) 评论(0) 推荐(0)