在 Spring Boot 中,配置文件有两种不同的格式,一个是 properties ,另一个是 yaml 。 虽然 properties 文件比较常见,但是相对于 properties 而言,yaml 更加简洁明了,而且使用的场景也更多,很多开源项目都是使用 yaml 进行配置(例如 Hexo) ...
分类:
移动开发 时间:
2019-09-12 10:27:30
阅读次数:
125
在 umijs 项目中使用 Monaco Editor 的配置 1. 安装相关包 、`yarn add monaco editor webpack plugin yarn add react monaco editor` 2. 添加 配置 3. 使用 ...
分类:
Web程序 时间:
2019-09-11 13:59:35
阅读次数:
408
Ingress`其实就是从 kuberenets 集群外部访问集群的一个入口,将外部的请求转发到集群内不同的 Service 上,其实就相当于 nginx、haproxy 等负载均衡代理服务器,Ingress controller 可以理解为一个监听器,通过不断地与 kube apiserver 打 ...
分类:
其他好文 时间:
2019-09-04 21:05:55
阅读次数:
83
看了好多关于讲解微信H5支付开发的文章,大多数都是通过微信内部浏览器来调用支付接口(其实就是公众号支付),可能是因为H5支付接口刚开放不久吧。 微信官方体验链接:http://wxpay.wxutil.com/mch/pay/h5.v2.php,请在微信外浏览器打开。 看了上面的体验链接,如果感兴趣 ...
分类:
微信 时间:
2019-09-03 22:00:00
阅读次数:
163
1. 安装jdk8以上版本 yum install java -yjava -version 查看java版本 官网 https://www.elastic.co/guide/en/elasticsearch/reference/7.3/rpm.html#rpm-running-init 2. 1. ...
分类:
其他好文 时间:
2019-09-03 09:21:07
阅读次数:
151
原文: http://blog.gqylpy.com/gqy/255 目录 一、宽和高 二、字体属性 1. 文字字体 font famlly 2. 字体大小 font size 3. 字重(粗细) font weight 4. 文本颜色 color 三、字符属性 1. ...
分类:
Web程序 时间:
2019-08-26 15:00:34
阅读次数:
98
teb_local_planner的详尽资料(包括安装及导航,参数调节等)请参考其ros官方文档:http://wiki.ros.org/teb_local_planner、http://wiki.ros.org/teb_local_planner/Tutorials。teb_local_plann ...
分类:
其他好文 时间:
2019-08-24 15:32:59
阅读次数:
456
require 'restclient'require 'open-uri'require 'nokogiri'require 'json'require 'yaml'require 'fileutils'require 'base64' ...
分类:
其他好文 时间:
2019-08-18 13:23:27
阅读次数:
78
动态向SqlParameter 里添加相应参数,方法如下 先定义一个List,然后再往List里面添加SqlParameter对象,然后将List转为SqlParameter数组即可 List<SqlParameter> ilistStr = new List<SqlParameter>(); il ...
分类:
数据库 时间:
2019-08-17 18:23:28
阅读次数:
116
git clone https://github.com/kubernetes-incubator/metrics-server.git cd metrics-server/deploy/1.8+/ sed -i 's#k8s.gcr.io/metrics-server-amd64:v0.3.3#l ...
分类:
其他好文 时间:
2019-08-14 17:19:15
阅读次数:
214