12 2022 档案

MySql密码忘记怎么办?
摘要:第一步服务 net stop mysql 第二步,执行指令 mysqld --console --skip-grant-tables --user=mysql --shared-memory 第三步,再打开一个DOS窗口执行指令,第二步的窗口不要关,不要关,不要关 mysql -u root -p 阅读全文

posted @ 2022-12-29 11:49 In-6026 阅读(86) 评论(0) 推荐(0)

nestjs中swagger的基本使用
摘要:##nestjs中swagger的基本使用 ###安装 $ npm install --save @nestjs/swagger swagger-ui-express //如果使用fastify,则必须安装fastify-swagger而不是swagger-ui-express: $ npm ins 阅读全文

posted @ 2022-12-27 10:43 In-6026 阅读(1133) 评论(0) 推荐(0)

导航