04 2023 档案
摘要:https://www.cnblogs.com/hechunfeng/p/17308654.html 这个是安装数据库 1.我们先建一个表和插入一下字段,这些都是自己弄的 2. 安装 npm install mysql const {createPool} =require('mysql'); co
阅读全文
摘要:mysql下载地址 https://dev.mysql.com/downloads/installer/ 第一步,安装自定义 2. 添加这三个产品 3. 下一步 4. 默认端口 3306,如果被占用了就自己改下 5. 强密码认证 6,添加密码和用户,密码12345678 7. window服务 8.
阅读全文
摘要:nodejs 生态 2023 https://www.51cto.com/article/762446.html post const http = require('http') const server = http.createServer((req,res)=>{ if(req.method
阅读全文