在centos上配置java jdk环境
摘要:编辑 /etc/profile文件 追加 export JAVA_HOME="/opt/jdk1.8.0_261" export PATH="$JAVA_HOME/bin:$PATH" export CLASSPATH=".:$JAVA_HOME/lib" 最后执行 source /etc/prof
阅读全文
posted @
2020-10-16 14:15
不知勿言
阅读(86)
推荐(0) 编辑
如何解决IdentityServer4使用chrome 80版本进行登录后无法跳转的问题
摘要:https://blog.csdn.net/omage/article/details/105032151
阅读全文
posted @
2020-10-15 15:05
不知勿言
阅读(239)
推荐(0) 编辑
设置Visual Studio Code快捷键
摘要:按Ctrl+K,Ctrl+S 调出Visual Studio Code 设置快捷键,点击下面的标红的区域,调出快捷键文本配置 输入配置: { "key": "ctrl+k", "command": "workbench.action.terminal.clear", "when": "termina
阅读全文
posted @
2020-10-15 14:43
不知勿言
阅读(633)
推荐(0) 编辑