随笔 - 326,  文章 - 0,  评论 - 0,  阅读 - 16万
07 2022 档案
修改IDEA try/catch快捷键
摘要:![](https://img2022.cnblogs.com/blog/1341065/202207/1341065-20220713231939288-764660060.png) 阅读全文
posted @ 2022-07-13 23:20 文种玉 编辑
IDEA修改获取返回值的快捷键
摘要:![](https://img2022.cnblogs.com/blog/1341065/202207/1341065-20220713223431510-546530321.png) 阅读全文
posted @ 2022-07-13 22:35 文种玉 编辑
第五章:数据持久层
摘要:使用sequelize操作mysql 下载egg-sequelize: npm i --save egg-sequelize mysql2 在plugin.js文件引入插件 //在plugin.js文件中引入egg-sequelize modele.eports = { sequelize:{ en 阅读全文
posted @ 2022-07-02 22:18 文种玉 编辑
第四章:中间件
摘要:在app目录下创建middleware文件夹 在muiddleware创建js文件 function checktoken(){ return async function(ctx,next){ console.log('middleware checktoken'); await next(); 阅读全文
posted @ 2022-07-02 22:05 文种玉 编辑
VSCODE自定义代码片段
摘要:按快捷键 ctrl+shift+p 输入snippets 选择配置用户自定义代码块 选择 js.code-snippets 复制如下 { "A": {//第一个自定义的代码片段 "prefix": "/*", //输入/* "body": ["/**", "*", "*/"], }, "B":{// 阅读全文
posted @ 2022-07-02 20:21 文种玉 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示