https://www.jianshu.com/p/acb57074991b idea登录mysql,地址栏得加上 jdbc:mysql://h...
(1)启动网卡 执行命令: cd /etc/sysconfig/network-scripts/ 然后ls一下,会发现ifcfg-ens32的一...
exportHADOOP_CLASSPATH=`hadoop classpath`官网原文 https://ci.apache.org/proj...
https://zhuanlan.zhihu.com/p/87925275?utm_source=wechat_session
很多时候我们需要在项目中读取外部属性文件,用到了System.getProperty("")方法。这个方法需要配置JVM系统属性,那么如何配置呢...
1.命令行:jps,jstat,jinfo,jmap,jhat,jstack,jutil,jcmd 2.可视化:jconsole,visualV...
https://arthas.gitee.io/install-detail.html 1.指令dashboard,thread,jad,wat...
1.获取字符串长度(#输出 4) string="abcd" ; echo ${#string} 2.提取子字符串(# 输出 unoo) s...
1.直接安装wheel包 pip3 install xxx.wheel 2.编译源码安装 python setup.py install