When we talk about data quality, what are we talking about?
Data quality check dimension introduces an evaluation rule dimension, which provides a way to measure and manage information and data. Distinguishing ...
2020-11-08 23:46【Station】
阅读更多Programmers should know the URI, a comprehensive understanding of the article
Uri is a concept that every programmer should understand. At the same time, there are also concept clusters such as URL and urn. Understanding these c...
2020-11-08 23:46【Tal technology team】
阅读更多Get the first cover image of video through canvas
let video = document.createElement('video'); video.style='width:0;height:0;position:fixed;right:-100%;' video.muted = 'muted'; video.autop...
2020-11-08 23:46【action】
阅读更多Copy on write collection -- copyonwritearraylist
There is also a series of classes under JUC, all of which are copyonwritexxx, which means copy while writing. What's the matter with this? Let's take ...
2020-11-08 23:46【Liu Zhihang】
阅读更多Concurrent linked queue: a non blocking unbounded thread safe queue
Continue to read the relevant source code below JUC to see the non blocking unbounded thread safe queue concurrent linked queue. Let's have a look. Th...
2020-11-08 23:46【Liu Zhihang】
阅读更多App crashed inexplicably. At first, it thought it was the case of the name in the header. Finally, it was found that it was the fault of the container!
Deployment test, deployment pre release, all tests are ready for production. What??? The code that is as like as two peas in the back end is exactly t...
2020-11-08 23:46【Liu Zhihang】
阅读更多How to reduce the resource consumption of istio agent through sidecar custom resource
In the istio architecture, the main component of the data plane is isto proxy (envoy). About istio proxy, we pay more attention to two issues: request...
2020-11-08 23:46【control】
阅读更多A few lines of code can easily transfer traceid across systems, so you don't have to worry about losing the log!
It's too troublesome to check the log of a new project. It's not clear whether it's the same request from multiple machines. When printing a log, MDC ...
2020-11-08 23:46【Liu Zhihang】
阅读更多Five design patterns frequently used in development
When it comes to design patterns, many people will think that design patterns are commonplace. Some people think that design patterns are necessary an...
2020-11-08 23:46【Zhou Zhou architect】
阅读更多Linked blocking queue based on linked list
In the previous section, we looked at the source code of arrayblocking queue based on data. By reading the source code, we learned that reentrantlock ...
2020-11-08 23:46【Liu Zhihang】
阅读更多How does semaphore, a thread synchronization tool that uses an up counter, look like?
In JUC, in addition to countdownlatch and cyclebarrier, thread synchronizer also has semaphore, which is also implemented based on AQS. Let's look at ...
2020-11-08 23:46【Liu Zhihang】
阅读更多Have you ever thought about why the transaction and refund have to be split into different tables
When I was designing the table structure for a new project recently, I suddenly remembered a problem I met in the interview before. At that time, I wa...
2020-11-08 23:46【Liu Zhihang】
阅读更多Introduction to nmon
This paper introduces that nmon (Nigel's monitor) is a tool provided by IBM to monitor the resources of Aix system and Linux system for free. The tool...
2020-11-08 23:47【From deleting database to running away】
阅读更多Platform in architecture
[Alibaba data platform panorama] [link 1] [Ali is the first proposer of the concept of data platform, and its case is more meaningful for analysis. Fr...
2020-11-08 23:47【Take off the stars】
阅读更多object
Objects can be introduced from the following aspects: 1. Array is an ordered set of data; 2. An object is an unordered set of data, and has properties...
2020-11-08 23:47【Lsowind.】
阅读更多A bunch of code forgot to indent? Shortcut teach you carefree!
Sometimes, your code can be extremely maddening: if a = = b.................. Else: the heat writes a lot to the world, only to find that you forget t...
2020-11-08 23:47【Tuffer tuffer】
阅读更多API部分的知识点复习
Object 重写toString,默认是使用Object的toString()返回的是地址值,重写之后返回的是对象的属性值。 重写equals,默认是使用Object的equals()比较的是对象间的地址值,重写之后比较的是对象间的属性值。 instanceof 是Java里...
2020-11-09 00:05【qintian】
阅读更多B. protocal has 7000eth assets in one week!
! [untitled-3] [- 3]! [untitled-3] [- 3] > b.protocol aims at the liquidation of all mortgage assets, including makerdao. The market has 2 billion US ...
2020-11-08 23:47【quinadephine】
阅读更多14. Introduction to kubenetes
[do you want app to run smoothly like wechat? |Experience to send Dajiang, Huawei, cherry keyboard! >>>![hot3.png][]][APP_ _ _ Hot3. PNG] kubernetes i...
2020-11-08 23:48【Taizhu-yj】
阅读更多When iperf is installed under centos7, the solution of make: * no targets specified and no makefile found. Stop
[do you want app to run smoothly like wechat? |Experience to send Dajiang, Huawei, cherry keyboard! >>>![hot3.png][]][APP_ _ _ Hot3. PNG] when iperf i...
2020-11-08 23:48【Bustling city 】
阅读更多
边栏推荐
- Do you really understand the high concurrency?
- Tron smart wallet PHP development kit [zero TRX collection]
- Ubuntu20.04下访问FTP服务器乱码问题+上传文件
- 一文读懂机器学习“数据中毒”
- Elasticsearch Part 6: aggregate statistical query
- Chapter five
- We made a medical version of the MNIST dataset, and found that the common automl algorithm is not so easy to use
- The difference between gbdt and XGB, and the mathematical derivation of gradient descent method and Newton method
- Axios learning notes (2): easy to understand the use of XHR and how to package simple Axios
- Python Gadgets: code conversion
猜你喜欢
[5 lines of code, you can put wechat applet on your app | register to send Dajiang, Huawei, cherry keyboard! >>>![hot3.png][]][5_ APP_ _ _ Hot3. PNG] ...
In high concurrency, asynchronous and other scenarios, the use of thread pool can be said to be everywhere. In essence, thread pool is to exchange spa...
Table of contents 1. Background 2. Leaf snowflake mode introduction 3. Leaf segment mode introduction 4. Leaf transformation supports RPC. The backgro...
[想让APP和微信一样,可以流畅运行小程序? | 体验即送大疆、华为、樱桃键盘!>>>![hot3.png][]][APP_ _ _hot3.png] 写在前面: 搜索引擎是个极其复杂的系统工程,搜索引擎上并不会大力出奇迹,需要一点点打磨。 本系列记录日常遇到的问题,以管窥豹的方式,...
前言 从 CPU 到内存、到磁盘、到操作系统、到网络,计算机系统处处存在不可靠因素。工程师和科学家努力使用各种软硬件方法对抗这种不可靠因素,保证数据和指令被正确地处理。在网络领域有 TCP 可靠传输协议、在存储领域有 Raid5 和 Raid6 算法、在数据库领域有基于 A...
[5 lines of code, you can put wechat applet on your app | register to send Dajiang, Huawei, cherry keyboard! >>>![hot3.png][]][5_ APP_ _ _ Hot3. PNG] ...
STS安装 STS与Eclipse的集成套件 ![image.png][] Eclipse插件安装STS ![image.png][] ![image.png][] [image.png]: https://cdn.segme...
关注“Java后端技术全栈” 回复“000”获取大量电子书 类加载器 ![squares.svg][] 类加载器是很多人认为很硬的骨头。其实也没那么可怕,请听老田慢慢道来。 > 在装载(Load)阶段,通过类的全限定名获取其定义的二进制字节流,需要借助类...
[想让APP和微信一样,可以流畅运行小程序? | 体验即送大疆、华为、樱桃键盘!>>>![hot3.png][]][APP_ _ _hot3.png] ![778e2553-d139-4b03-8e87-30a8359c36df.jpg][] 众多设计模式中,我觉得模板方法模式是很好理解,也很值...
Istio is a service grid solution with traffic management, security, observability and scalability. So what is istio's authorization model? How does it...