前言 阿里巴巴出了一本Java规范,在国内java开发眼里被赋予了神圣的殿堂,我不推荐你用阿里巴巴的开发手册。 目前Google Guava在实际应用中非常广泛,本篇博客将以博主对 Guava 使用的认识以及在项目中的经验来给大家分享!学习使用 Google Guava可以让你快乐编程,写出优雅的  ...
                            
                            
                                分类:
编程语言   时间:
2020-05-11 21:47:25   
                                阅读次数:
118
                             
                         
                    
                        
                            
                            
                                guava cache 官网参考:http://ifeve.com/google-guava-cachesexplained/ guava官网:http://ifeve.com/google-guava/ 其它参考: http://blog.csdn.net/xlgen157387/article/ ...
                            
                            
                                分类:
系统相关   时间:
2020-05-11 19:04:12   
                                阅读次数:
83
                             
                         
                    
                        
                            
                            
                                深入Guava Cache的refresh和expire刷新机制 参考: http://blog.csdn.net/abc86319253/article/details/53020432 expireAfterAccess(long, TimeUnit):缓存项在给定时间内没有被读/写访问,则回收 ...
                            
                            
                                分类:
其他好文   时间:
2020-05-11 18:43:48   
                                阅读次数:
69
                             
                         
                    
                        
                            
                            
                                百度太难用了,百度一天 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
                             
                         
                    
                        
                            
                            
                                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
                             
                         
                    
                        
                            
                            
                                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