加载中
docker development note

on developer client # macos sudo route -n add -net 172.17.0.0/16 192.168.55.107 # windows route add 172.17.0.0 mask 255.255.0.0 192.168.55.107 -p # on test docker server iptable...

佳博打印机 ANDROID

https://www.cnblogs.com/MrDing/p/4337317.html

Java Unlimited Strength Crypto Policy for Java 9 or 1.8.0_151

October 19, 2017java Starting with Java 1.8.0_151 and 1.8.0_152 there is a new somewhat easier way to enable the unlimited strength jurisdiction policy for the JVM. Without enab...

Spring Cloud Gateway 一般集成

SCF发布,带来很多新东西,不过少了点教程,打开方式又和以前的不一样,比如这个SCG,压根就没有入门指导,所以这里写一个,以备后用。 一、集成 pom.xml <dependency> <groupI...

2018/06/20 18:40
399
Ubuntu 18.04 如何更改hostname

从Ubuntu Server 18.04开始,直接更改/etc/hostname已经不能更改hostname了,需要以下方式正确更改: 修改/etc/cloud/cloud.cfg文件,找到preserve_hostname: false改成:preserve_hostname...

2018/05/05 22:36
1.1K

没有更多内容

加载失败,请刷新页面

返回顶部
顶部