上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <!- 阅读全文
posted @ 2022-11-23 11:27 沾青先生 阅读(120) 评论(0) 推荐(0) 编辑
摘要: JRebel and XRebel插件 一、开启IDEA配置 二、生成GUID (1)生成GUID生成器地址: https://www.guidgen.comhttp://www.ofmonkey.com/transfer/guidhttps://www.guidgenerator.com/onli 阅读全文
posted @ 2022-11-23 09:58 沾青先生 阅读(1174) 评论(0) 推荐(0) 编辑
摘要: 一、Maven中央仓库地址 1. http://www.sonatype.org/nexus/ 2. http://mvnrepository.com/ (本人推荐仓库) 3. http://repo1.maven.org/maven2 二、Maven中央仓库地址大全 1、阿里中央仓库(首选推荐) 阅读全文
posted @ 2022-09-20 20:21 沾青先生 阅读(913) 评论(0) 推荐(0) 编辑
摘要: 一、mybatisplus如何打印SQL日志: 在SpringBoot项目中添加以下配置 # 方式一 mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 方式二 applicatio 阅读全文
posted @ 2022-09-20 19:07 沾青先生 阅读(507) 评论(0) 推荐(0) 编辑
摘要: router.js文件 目录结构如下,注意这个404重定向,vue3不支持直接使用“*”匹配所有路由了,要使用:catchAll(.*) import {createRouter, createWebHashHistory} from "vue-router"; const routes = [ { 阅读全文
posted @ 2022-09-11 18:54 沾青先生 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 官方地址:https://element-plus.gitee.io/zh-CN/guide/design.html#%E5%8F%8D%E9%A6%88-feedback 第一步:添加element-plus # NPM npm install element-plus --save # Yarn 阅读全文
posted @ 2022-09-11 18:46 沾青先生 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 第一步:Vue项目中添加scss扩展 在项目中引入 npm install sass-loader npm install node-sass yarn的形式yarn add node-sass --save-devyarn add sass-loader --save-dev 第二步:Vue2在v 阅读全文
posted @ 2022-09-11 18:37 沾青先生 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 网盘地址: 链接:https://pan.baidu.com/s/1wIOUlnR2WSYHdMmtmfRWRA 提取码:6666 欢迎关注作者微信公众号 1. 安装AxureRP.exe文件: 欢迎关注作者微信公众号 2. 设置中文版本,将lang包复制到软件根目录 3.打开注册机:输入Axure 阅读全文
posted @ 2022-09-01 20:29 沾青先生 阅读(17621) 评论(4) 推荐(1) 编辑
摘要: 解决方法一: 从中发现导入的router是正确的,但是发现在实例化对象中的Router≠router,学了vue都知道属性名和值名一样才可以,所以可以改成以下名字 解决方法二: 直接在导入的地方写小写的router就行了 欢迎关注作者微信公众号 阅读全文
posted @ 2022-07-27 03:41 沾青先生 阅读(1723) 评论(0) 推荐(0) 编辑
摘要: 代码如下: cd existing_repo git remote add origin http://localhost:9015/dev-root/srzx-middleground-web.git git branch -M main git push -uf origin main 阅读全文
posted @ 2022-07-26 17:36 沾青先生 阅读(364) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页