摘要: 初始html 3.5 “!”快速生成html页面 插件 Auto Rename Tag open in browser one Dark Pro live server vscode-icons easy less 会了吧 快捷键 快速复制一行 shift+alt+↓ 选定多个相同的单词 ctrl+ 阅读全文
posted @ 2025-03-05 21:21 巴普洛夫的dog 阅读(7) 评论(0) 推荐(0)
摘要: 链队 初始化链队 #define ElemType int typedef struct QueueNode { ElemType data; struct QueueNode *next; }QueueNode; typedef struct LinkQueue { QueueNode *fron 阅读全文
posted @ 2024-05-24 16:01 巴普洛夫的dog 阅读(18) 评论(0) 推荐(0)
摘要: 点餐小程序开发日志 创建商家管理员数据库字段 链接数据库 链接数据库 在config.default.js config.mongoose ={ url: 'mongodb://127.0.0.1/example' } 新建model文件夹 ​ 和controller和service文件夹下的文件一 阅读全文
posted @ 2024-05-24 16:01 巴普洛夫的dog 阅读(23) 评论(0) 推荐(0)