一大早又被帅醒了
阅读全文...
Node.js连接数据库(创建连接池不断开)!
#1:安装模块
npm install mysql -g
#引用sql
const mysql=require('mysql');
#2:创造连接池
const pool = mysql.createPool(
{
connectionLimit: ...
阅读全文...
阅读全文...



