百度太难用了,百度一天 google一下 1、居民身份证:"(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)" 2、港澳居民来往内地通行证(回乡证):"^[mMhH]\\d{10}|[mMhH]\\d{8}$" 3、台湾居民来往大陆通行证(台胞证):"(^\\ ...
分类:
移动开发 时间:
2020-05-11 18:29:01
阅读次数:
84
Prometheus是继Kubernetes(k8s)之后,CNCF毕业的第二个开源项目,其来源于Google的Borgmon。本文从“监控”这件事说起,深入浅出Prometheus的架构原理、目标发现、指标模型、聚合查询等设计核心点。
分类:
其他好文 时间:
2020-05-11 15:59:40
阅读次数:
73
${workspaceFolder} the path of the workspace folder that contains the tasks.json file ${workspaceRootFolderName} the name of the folder opened in VS C ...
分类:
其他好文 时间:
2020-05-11 15:51:53
阅读次数:
78
Prometheus是继Kubernetes(k8s)之后,CNCF毕业的第二个开源项目,其来源于Google的Borgmon。本文从“监控”这件事说起,深入浅出Prometheus的架构原理、目标发现、指标模型、聚合查询等设计核心点。
分类:
其他好文 时间:
2020-05-11 15:11:07
阅读次数:
50
Problem Statement Problem Vestigium means "trace" in Latin. In this problem we work with Latin squares and matrix traces. The trace of a square matrix ...
分类:
其他好文 时间:
2020-05-11 09:15:09
阅读次数:
68
一、Hive-sql优化 #增加reducer任务数量(拉取数量分流) set mapred.reduce.tasks=20; #在同一个sql中的不同的job是否可以同时运行,默认为false set hive.exec.parallel=true; #增加同一个sql允许并行任务的最大线程数 s ...
分类:
数据库 时间:
2020-05-11 01:21:52
阅读次数:
80
比赛链接:https://atcoder.jp/contests/abc167/tasks A - Registration 题意 字符串 t 比字符串 s 长 1,除此外其余部分是否与 s 相同。 代码 #include <bits/stdc++.h> using namespace std; i ...
分类:
其他好文 时间:
2020-05-10 23:16:45
阅读次数:
118
1、Mobilenetv3(Searching for MobileNetV3) 论文发出于2019年5月,作者google。 论文链接:https://arxiv.org/pdf/1905.02244.pdf 代码:https://paperswithcode.com/paper/searchin ...
分类:
Web程序 时间:
2020-05-10 22:58:36
阅读次数:
393
https://leoyum.com/508.html https://hacpai.com/article/1564637572365 https://moonagic.com/mount google drive with rclone/ ...
分类:
其他好文 时间:
2020-05-10 21:30:10
阅读次数:
67
一、使用cAdvisor(Container Advisor)收集正在运行的容器资源使用和性能信息。 https://github.com/google/cadvisor 运行单个cAdvisor来监控整个Docker主机,默认的监听端口为8080 # docker run \ --volume=/ ...
分类:
其他好文 时间:
2020-05-10 20:56:31
阅读次数:
78