Skip to content

Instantly share code, notes, and snippets.

View blanklin030's full-sized avatar
💭
I may be slow to respond.

BlankLin blanklin030

💭
I may be slow to respond.
  • baidu
  • china
View GitHub Profile
@blanklin030
blanklin030 / yum_jdk_and_config.md
Last active May 21, 2018 06:54
在linux上通过yum安装配置jdk
  • 1.查看当前的jdk版本,并卸载
rpm -qa|grep java 
  • 2.查找java相关得列表
yum -y list java*
或
yum search jdk