上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 代码回滚 git reset --hard 7415360f853b92278277544ded48829fd680ba84 # 7415360f853b92278277544ded48829fd680ba84 指定版本id git push -f origin dev10.10:【lt-1169】 阅读全文
posted @ 2022-09-06 20:09 泡沫幻影 阅读(37) 评论(0) 推荐(0)
摘要: 转载: https://www.cnblogs.com/qmillet/p/12523636.html 1. 最佳实践中,通常一个Xml映射文件,都会写一个Dao接口与之对应,请问,这个Dao接口的工作原理是什么?Dao接口里的方法,参数不同时,方法能重载吗? xml对应Dao接口: 是由于xml定 阅读全文
posted @ 2021-12-07 19:07 泡沫幻影 阅读(214) 评论(0) 推荐(0)
摘要: 参考:https://www.jianshu.com/p/e88d3f8151d 一、 流程图 二、 具体实现 说明: 基于SpringBoot 引用依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifact 阅读全文
posted @ 2021-12-01 17:19 泡沫幻影 阅读(111) 评论(0) 推荐(0)
摘要: 参考:https://www.ruanyifeng.com/blog/2019/04/github-oauth.html https://blog.csdn.net/Lee_01/article/details/103691864 1.获取GitHub 客户端 ID(client ID)和客户端密钥 阅读全文
posted @ 2021-11-26 17:32 泡沫幻影 阅读(218) 评论(0) 推荐(0)
摘要: 参考: https://www.jianshu.com/p/7f724bec3dc3 1.引入maven依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot 阅读全文
posted @ 2021-11-26 14:39 泡沫幻影 阅读(76) 评论(0) 推荐(0)
摘要: swagger-bootstrap-ui 升级为 knife4j 官方文档 https://doc.xiaominfo.com/knife4j/documentation/get_start.html 2. demo地址: https://gitee.com/xiaoym/swagger-boots 阅读全文
posted @ 2021-11-25 10:06 泡沫幻影 阅读(501) 评论(0) 推荐(0)
摘要: 1. null 与任何数据比较大小都是false 2. length(manager_id) 假如manager_id 为 null ,length函数返回的结果也是null,然后去比较大小的时候返回false 阅读全文
posted @ 2021-10-29 17:06 泡沫幻影 阅读(38) 评论(0) 推荐(0)
摘要: 1.先查看系统字体 locale -a |grep zh 2.修改系统字符集 临时修改(当前终端生效): export LANG="zh_CN.UTF-8" 永久修改:把 export LANG="zh_CN.UTF-8"加入系统文件 /etc/proflile 最后位置 使其生效 source / 阅读全文
posted @ 2021-10-19 09:52 泡沫幻影 阅读(1048) 评论(0) 推荐(0)
摘要: 1.跳转指定页面 报错: Cannot read properties of undefined (reading 'push') 解决办法如下: // 1.1引用组件 import { NavLink, withRouter} from 'react-router-dom';// 跳转指定页面 g 阅读全文
posted @ 2021-10-14 16:40 泡沫幻影 阅读(156) 评论(0) 推荐(0)
摘要: git 云效地址代码报错403 我使用ssh git下来的 云效上设置下本地ssh公钥 本地差不多这个位置: C:\Users\Administration\.ssh 中 id_rsa.pub文件内容复制进来即可 阅读全文
posted @ 2021-10-10 21:02 泡沫幻影 阅读(76) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 11 下一页