mongodb数据库操作方法
摘要:// Schema、Model、Entity或者Documents的关系请牢记,Schema生成Model,Model创造Entity,Model和Entity都可对数据库操作造成影响,但Model比Entity更具操作性。 // Schema、Model、Entity或者Documents的关系请
阅读全文
posted @
2018-03-23 10:03
若水无痕
阅读(718)
推荐(0)
项目中用到的node-express模块
摘要:反向代理中间件: var proxyMiddleWare = require("http-proxy-middleware"); var proxyPath = "http://mobilecdn.kugou.com"; //目标后端服务地址,被反向代理的第三方api,通过中间件转发实现在自己的项目
阅读全文
posted @
2018-03-23 09:52
若水无痕
阅读(140)
推荐(0)