Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less tha ...
分类:
其他好文 时间:
2020-01-13 17:48:46
阅读次数:
87
``` nexus-aliyun central Nexus aliyun http://maven.aliyun.com/nexus/content/groups/public``` ...
分类:
其他好文 时间:
2020-01-11 15:03:33
阅读次数:
779
第七课正则中的分组#分组#正则表达式中用一对圆括号括起来的部分被称为一个分组#‘(\d\d\d)-(\d\d)‘importre‘‘‘1.只有圆括号括起来的部分才算一组,如果正则表达式中既有被圆括号括起来的部分,也有未被圆括号括起来的部分,那么只将圆括号括起来的部分算一组2.group方法,如果不指定参数,会返回匹配的整个字符串,如果加参数,会返回指定分组的字符串,组索引从1开始3.groups方
分类:
编程语言 时间:
2020-01-11 09:45:27
阅读次数:
108
我在要完成这个需求的时候大概有两个思路。 第一种方法: 我们直接使用 Kafka 提供的 bin 工具,去把我们关心的 lag 值 show 出来然后通过代码处理一下报出来。例如: 我们可以起个远程的 cmd 脚本,定期去执行 kafka-consumer-groups.sh 工具然后通过 awk ...
分类:
编程语言 时间:
2020-01-08 19:08:27
阅读次数:
102
[TOC] 三大认证组件 认证组件 self.perform_authentication(request) RBAC三表 RBAC六表 jwt认证 jwt认证集群图 2 jwt优点 jwt原理 签发算法 刷新算法 自定义jwt配置 登录接口,提供username 和password,签发token ...
分类:
其他好文 时间:
2020-01-05 19:07:16
阅读次数:
99
1、基本使用 [root@linux-node1 ansible]# cat testitem.yaml - hosts: date remote_user: root tasks: - name: create some files file: name=/data1/{{ item }} sta ...
分类:
其他好文 时间:
2020-01-02 15:34:18
阅读次数:
81
最近,研究jenkins,使用jenkins权威指南书中的示例项目:gameoflife。在使其生成javadoc时,发生了生成失败,消息是 书的版本比较旧,我下的时最新稳定版:2.204.1。书中没有说明需要安装:Javadoc Plugin,其实是需要安装的,搜索就可以了。 有的说需要: 修改完 ...
分类:
编程语言 时间:
2019-12-31 01:26:38
阅读次数:
137
1001 A+B Format (20分) Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unl ...
分类:
其他好文 时间:
2019-12-24 23:42:32
阅读次数:
89
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi ...
分类:
其他好文 时间:
2019-12-23 22:43:26
阅读次数:
704
在build.gradle 文件加入下面代码即可 buildscript { repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} google() } } allprojects { re ...
分类:
其他好文 时间:
2019-12-16 18:59:18
阅读次数:
520