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...
final V putVal(int hash, K key, V value, boolean onlyIfAbsent, boolean evict) {...
vim /etc/vimrc 添加:set noswapfile
在resources 目录下定义多个application-bean{xxxxx}.xml <?xml version="1.0" encoding="UTF-8"?> <b...
netstat -tunlp | grep 端口号1、netstat -tunlp 是查看所有的在使用的端口号情况3、netstat -tunlp 各个参数说明如下: -t...
mvn clean install -Dmaven.test.skip=true -Dmaven.wagon.http.ssl.insecure=true -Dmaven...
配置三个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环境变量 export JAVA_HOME=/usr/local/install/java export PATH=$JAVA_HOME/bin:$PATH ex...
1.安装过docker后 2.安装仓库 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.执行更新:sudo ...