码迷,mamicode.com
首页 >  
搜索关键字:google tasks    ( 19646个结果
iOS常用证件正则表达式
百度太难用了,百度一天 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(上)
Prometheus是继Kubernetes(k8s)之后,CNCF毕业的第二个开源项目,其来源于Google的Borgmon。本文从“监控”这件事说起,深入浅出Prometheus的架构原理、目标发现、指标模型、聚合查询等设计核心点。
分类:其他好文   时间:2020-05-11 15:59:40    阅读次数:73
vscode 常用变量
${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(上)
Prometheus是继Kubernetes(k8s)之后,CNCF毕业的第二个开源项目,其来源于Google的Borgmon。本文从“监控”这件事说起,深入浅出Prometheus的架构原理、目标发现、指标模型、聚合查询等设计核心点。
分类:其他好文   时间:2020-05-11 15:11:07    阅读次数:50
Google Code Jam 2020 Qualification Round: Vestigium Solution
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
3、Hive-sql优化,数据倾斜处理
一、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
AtCoder Beginner Contest 167
比赛链接: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
mobilenetv3 ssd检测实战
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
google drive
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
Prometheus监控Docker服务(五)
一、使用cAdvisor(Container Advisor)收集正在运行的容器资源使用和性能信息。 https://github.com/google/cadvisor 运行单个cAdvisor来监控整个Docker主机,默认的监听端口为8080 # docker run \ --volume=/ ...
分类:其他好文   时间:2020-05-10 20:56:31    阅读次数:78
19646条   上一页 1 ... 71 72 73 74 75 ... 1965 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!