摘要: 首先安装依赖 pnpm i markdone依赖安装 pnpm add @kangc/v-md-editor highlight.js 强制安装特定版本的 vue (解决兼容性问题) pnpm install @kangc/v-md-editor@next 解决 Rollup 的 peer depe 阅读全文
posted @ 2024-06-27 19:31 沉默的U盘 阅读(3) 评论(0) 推荐(0) 编辑
摘要: b站讲解:https://www.bilibili.com/video/BV1Zn4y1X7AZ/?p=13&spm_id_from=333.1007.top_right_bar_window_history.content.click&vd_source=714b8a2323b700f15d0b7 阅读全文
posted @ 2024-06-26 09:31 沉默的U盘 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.在PostgreSQL数据库中创建触发器和触发器函数: 首先,在PostgreSQL数据库中创建一个触发器函数,当特定表发生变化时触发通知。 CREATE OR REPLACE FUNCTION notify_table_change() RETURNS trigger AS $$ BEGIN 阅读全文
posted @ 2024-06-18 11:27 沉默的U盘 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_57581439/article/details/132086303 阅读全文
posted @ 2024-06-13 10:33 沉默的U盘 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/qq_63218179/article/details/133947498 阅读全文
posted @ 2024-05-16 18:08 沉默的U盘 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 引入pom文件依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId></dependency> 依赖文章地址https:// 阅读全文
posted @ 2024-05-16 18:07 沉默的U盘 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 第一步,引入依赖 <!--验证码依赖--><dependency><groupId>com.github.whvcse</groupId><artifactId>easy-captcha</artifactId><version>1.6.2</version></dependency> <!-- 算 阅读全文
posted @ 2024-05-16 18:07 沉默的U盘 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 详情:https://www.jb51.net/article/254947.htm 文章详情https://blog.csdn.net/oldGreenHand46/article/details/119928582 阅读全文
posted @ 2024-05-11 09:49 沉默的U盘 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 详细教程:/ya-qiang/p/9462766.html 1、 File >> Settings… >> Editor >> File and Code Templates /*** @Auther: Zxd* @Date: ${YEAR}/${MON 阅读全文
posted @ 2024-05-02 18:48 沉默的U盘 阅读(28) 评论(0) 推荐(0) 编辑
摘要: nacos配置详细教程:https://blog.csdn.net/qq_20957669/article/details/132019408 nacos父子工程配置依赖:https://blog.csdn.net/ggjklncffd/article/details/129170887 nacos 阅读全文
posted @ 2024-05-02 13:18 沉默的U盘 阅读(2) 评论(0) 推荐(0) 编辑