final V putVal(K key, V value, boolean onlyIfAbsent) { if (key ==null || value ==null)t...
final V putVal(K key, V value, boolean onlyIfAbsent) { if (key ==null || value ==null)t...
在resources 目錄下定義多個(gè)application-bean{xxxxx}.xml <?xml version="1.0" encoding="UTF-8"?> <b...
netstat -tunlp | grep 端口號(hào)1、netstat -tunlp 是查看所有的在使用的端口號(hào)情況3、netstat -tunlp 各個(gè)參數(shù)說明如下: -t...
mvn clean install -Dmaven.test.skip=true -Dmaven.wagon.http.ssl.insecure=true -Dmaven...
配置三個(gè)config dataDir=/usr/local/install/zookeeper/data/data1 dataLogDir=/usr/local/instal...
server.1=localhost:2287:3387 server.2=localhost:2288:3388 server.3=localhost:2289:3389 ...
配置Java環(huán)境變量 export JAVA_HOME=/usr/local/install/java export PATH=$JAVA_HOME/bin:$PATH ex...
1.安裝過docker后 2.安裝倉(cāng)庫 docker run -d -p 5000:5000 -v /opt/registry/data:/var/lib/registry...
1.移除本地 docker sudo apt-get remove docker docker-engine docker-ce docker.io 2.執(zhí)行更新:sudo ...