贝隆

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页

2022年9月13日

摘要: # 生成KEYSTORE.JKS keytool -genkeypair -alias keycloak.me -keyalg RSA -keystore keycloak.jks -validity 10950 注意:CN必须是主机名,也可以是ip但是ip容易变,所以主机名或域名。后面访问的是时候 阅读全文
posted @ 2022-09-13 09:00 贝隆 阅读(151) 评论(0) 推荐(0)

2022年7月5日

摘要: timedatectl 命令 (1) 读取时间 timedatectl //等同于 timedatectl status (2) 设置时间 timedatectl set-time "YYYY-MM-DD HH:MM:SS" (3) 列出所有时区 timedatectl list-timezones 阅读全文
posted @ 2022-07-05 14:08 贝隆 阅读(62) 评论(0) 推荐(0)

2022年5月7日

摘要: https://ost.51cto.com/posts/11985 https://zhangld.blog.csdn.net/article/details/119788924?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_ 阅读全文
posted @ 2022-05-07 23:24 贝隆 阅读(32) 评论(0) 推荐(0)

2022年5月4日

摘要: https://blog.csdn.net/maoye/article/details/125066599 https://www.cnblogs.com/simpleito/p/15786122.html https://github.com/SimpleIto/spring-security-o 阅读全文
posted @ 2022-05-04 22:38 贝隆 阅读(26) 评论(0) 推荐(0)

2022年4月23日

摘要: https://xie.infoq.cn/article/e88daded3d5947a1064a5255f 阅读全文
posted @ 2022-04-23 15:14 贝隆 阅读(20) 评论(0) 推荐(0)

2022年4月16日

摘要: https://www.cnblogs.com/Gyoung/p/5469536.html https://stackoverflow.com/questions/17987443/soapaction-header-missing-when-using-cxf propagateHeadersFr 阅读全文
posted @ 2022-04-16 20:00 贝隆 阅读(146) 评论(0) 推荐(0)

2022年3月14日

摘要: git branch -D master git fetch origin master(远程):master(本地) 阅读全文
posted @ 2022-03-14 14:05 贝隆 阅读(75) 评论(0) 推荐(0)

2022年3月1日

摘要: 1.查看git状态 # git status# 位于分支 release-v3.1.0-remove-swagger# 尚未暂存以备提交的变更:# (使用 "git add <file>..." 更新要提交的内容)# (使用 "git checkout -- <file>..." 丢弃工作区的改动) 阅读全文
posted @ 2022-03-01 11:05 贝隆 阅读(66) 评论(0) 推荐(0)

摘要: 使用以下命令添加upstream: git remote add upstream https://code.cestc.cn/tian.long/syndesis.git 拉取远端upstream代码: git fetch upstream master(具体分支) 拉取完之后会在git分支列表出 阅读全文
posted @ 2022-03-01 10:48 贝隆 阅读(440) 评论(0) 推荐(0)

2022年2月11日

摘要: OpenShift 4.X 版本要求安装在操作系统为 CoreOS 的机器上,因此 官方文档 给出了使用 PXE 或 IPXE 引导 CoreOS 系统的方法。我们可以参考其操作流程,将一台 CentOS 7.X 的机器改写为 CoreOS 系统,步骤如下: 从 镜像下载页 下载安装所需版本的 ke 阅读全文
posted @ 2022-02-11 14:38 贝隆 阅读(245) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页