② nodejs + mongodb 搭建服务器
摘要:搭建本地服务器 引入第三方模块 express 利用 express 创建一个服务器 搭建静态资源服务器 引入路由总中间件 使用路由总中间件 监听服务器开启 server.js // 001 引入第三方模块 const express = require('express'); // 002 利用e
阅读全文
posted @
2021-10-25 13:30
pleaseAnswer
阅读(126)
推荐(0) 编辑
① 数据自动填充
摘要:工具说明 node anyproxy mongodb node 程序的运行环境 anyproxy anyproxy是一个客户端代理服务器【正向代理】,浏览器通过设置全局代理后,所有的http服务请求均要通过它来进行代理请求。 安装 执行命令全局安装 > npm i anyproxy -g 执行命令检
阅读全文
posted @
2021-10-25 13:23
pleaseAnswer
阅读(115)
推荐(0) 编辑