Load testing in a production environment using Loki, Kubernetes, and Golang
The period from December 26 to early February is one of the periods of increased holiday trading activities in the UK, which is the peak in loveholidays. During peak periods, loveholidays The throughput of COM is more than 10 times higher than the average level. In order to ensure that our services can withstand the load, we continuously test t ...
Added by rigi2 on Sat, 12 Feb 2022 00:42:07 +0200
google play console crash information collection
Recently, we need to process the crash stack information collected by google play console Everyone who has used it knows that the information it collects, and each stack type information is separated from different pages When you quickly open it manually, it will even give you an error. I guess it's anti reptile At first, I thought that the off ...
Added by Shibbey on Sat, 12 Feb 2022 00:38:10 +0200
HTML semantic, core common elements
Semantic
What is semantics
Each HTML element has a specific meaning
a element: hyperlink p element: paragraph h1 element: first level title
All elements have nothing to do with the display effect
The effect of elements displayed in the page should be determined by CSS.
Because browsers have default CSS styles, each element has some de ...
Added by Edgewalker81 on Sat, 12 Feb 2022 00:35:48 +0200
Notes of the seventh web front-end training
1. Built in objects
1.String
2 .Math
3.Date
Month: from 0 to 11, so remember to add 1
2. Object
Object is an unordered data set composed of several "key value pairs". This "key value pair" format is called JSON format
1. Create objects in literal form
var Object name = {}; // Empty object
var Object name = {
...
Added by jamesmage on Sat, 12 Feb 2022 00:33:38 +0200
Binomial Distribution
definition
Let's take a look at the example of playing cricket. Suppose you win a game today, it means a successful event. You played another game, but you lost. If you win a game today, it doesn't mean you will win tomorrow. Let's assign a random variable x to represent the number of wins. What is the possible value of X? It can be any value, ...
Added by cosmicsea on Sat, 12 Feb 2022 00:28:18 +0200
Control inversion, dependency injection and dependency inversion are indistinguishable?
Through this article, you will understand
What is inversion of control (IoC)? What exactly does "reversal" reverse?
What is the relationship between Spring and IOC?
What are dependency injection (DI) and Dependency Inversion Principle (DIP)?
What is the relationship between IOC, DI and DIP?
1. Control reversal (IoC)
1.1 ...
Added by advancedfuture on Sat, 12 Feb 2022 00:20:58 +0200
Reactivity Fundamentals of Vue3 official document translation
introduction
Suddenly I didn't know what was written in this chapter. I felt the content was a little dry. I took care of the translation and didn't absorb it To sum up, it is mainly about how to combine the responsive object with the template. The responsive object is realized through the proxy object of JavaScript; The objects of response ar ...
Added by dmphotography on Sat, 12 Feb 2022 00:19:22 +0200
Use of visitor pattern in Kubernetes
To say which articles have opened the door to efficient programming for me, I will say that Design Pattern by Gang of four[1] is the first one that is very helpful to me. It helps me better understand various code structures and code more reasonably. Of course, like many other design pattern articles, it is based on Java, because design pattern ...
Added by helz on Sat, 12 Feb 2022 00:15:43 +0200
Dlink's practice and sharing of flow into Lake Hudi in FinkCDC
Abstract: This paper introduces our practice sharing of building FlinkCDC streaming Hudi Sync Hive based on Dlink. The contents include:background information Ready to deploydata sheetdebuggingconclusion1, Background informationApache Hudi (pronounced "hoodie") is the next generation streaming data Lake platform. Apache Hudi brings c ...
Added by JimF on Sat, 12 Feb 2022 00:08:02 +0200
Responsive layout
Responsive layout
When I write the project, I use the responsive layout to find the information, harvest and Bug The following articles quoted by other authors. If there is infringement, please contact to delete it!
doubt
Why can't 1rem be 1px
The minimum font size set by the current browser is 12px, so the browser automatically recognizes ...
Added by hansman on Sat, 12 Feb 2022 00:01:52 +0200