Stella981 Stella981
3年前
OpenVPN推送默认路由表
根据官方Server配置文件:https://github.com/OpenVPN/openvpn/blob/master/sample/sampleconfigfiles/server.conf(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FOpenVP
Wesley13 Wesley13
3年前
Java8 默认方法 default method
Java8引入了新的语言特性——默认方法(DefaultMethods)。Defaultmethodsenablenewfunctionalitytobeaddedtotheinterfacesoflibrariesandensurebinarycompatibilitywithcodewritte
Wesley13 Wesley13
3年前
HTTP API网关选择之一Kong介绍
转自张开涛的博客(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmp.weixin.qq.com%2Fs%2FLIq2CiXJQmmjBC0yvYLY5A)Kong是Mashape开源的高性能高可用API网关和API服务管理层。它基于OpenResty,进行API管理,并提供了插件
Wesley13 Wesley13
3年前
ASP.NET之设置默认文档
通常...<!Web.config<configuration<!指定默认文档StartAuthor:JAnnnTime:20150110福利:IIS会自动生成Web.config指定的默认文档,以后就不用手动在
Stella981 Stella981
3年前
Centos系统修改docker默认网络参数
刚Yum装完发现是没有网上所说的/etc/default/docker文件的,自己vim后其实也是不生效的。因为Docker的systemd启动脚本(/usr/lib/systemd/system/docker.service),默认是没有加载到环境变量中的。查看配置文件cat/usr/lib/systemd/system/do
Wesley13 Wesley13
3年前
mysql10.3修改默认存储路径
版本为10.3的用该种方式修改:创建/data/mysql目录mkdirp/data/mysql给这个目录至少要附加读写权限chmod777/data/mysqlr把mariadb服务停掉systemctlstopmariadb把/v
Easter79 Easter79
3年前
SpringCloud学习笔记(七)之路由网关Zuul
是什么Zuul包含了对请求路由和过滤两个最主要的功能:其中路由功能负责将外部请求转发到具体的微服务实例上,是实现外部访问统一入口的基础。而过滤功能则负责对请求的处理过程进行干预,是实现请求校验、服务聚合等功能的基础。Zuul和Eureka进行整合,将zuul自身注册为Eureka服务治理下的应用,同时从Eureka中获得其他微
Easter79 Easter79
3年前
TrustManager加载默认的JRE信任证书
https://stackoverflow.com/questions/24555890/usingacustomtruststoreinjavaaswellasthedefaultone(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fstackoverflow.