随笔分类 - 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({...
阅读全文
摘要:Homebrew的安装与使用 Homebrew官网 将次命令粘贴至终端: 使用 Homebrew 安装 Apple 没有预装但 你需要的东西。 Homebrew 会将软件包安装到独立目录,并将其文件软链接至 /usr/local 。 Homebrew 不会将文件安装到它本身目录之外,所以您可将 Ho
阅读全文

浙公网安备 33010602011771号