android Custom View and ViewGroup (6) (Code, Simple Trend Chart, Column Chart Same)
The project needs a trend map, which bar chart, trend map, there are a lot of ready-made frameworks on the Internet, but I only need a trend map in the project, I use a third-party framework is simply cumbersome, after all, the size, and the trend map is simple, so I wrote it myself, long time no blog, write it down, for your reference. In fac ...
Posted by JCF22Lyoko on Sun, 07 Jul 2019 18:09:51 -0700
Source Code Analysis of Kubernetes HPA Controller
Author: xidianwangtao@gmail.com
Analysis of Source Directory Structure
The main code of Horizontal Pod Autoscaler (hereinafter referred to as HPA) is as follows, and the main documents involved are few.
cmd/kube-controller-manager/app/autoscaling.go // HPA Controller Startup Code
/pkg/controller/podautoscaler
.
├── BUILD
├── OWNERS
├── doc ...
Posted by slamMan on Sat, 06 Jul 2019 18:06:36 -0700
Comparative Analysis of Leak Canary and Matrix Resource Canary in Goose Farm
Recommended reading:
Drip Booster Mobile App Quality Optimizing Framework-Learning Tour I
Android module Api walkthrough
Glide Analysis from Different Perspectives (I)
Leak Canary is an open source memory leak detection artifact of Square company based on MAT. Leak Canary automatically displays leak information when a memory leak occurs. ...
Posted by glitch003 on Fri, 05 Jul 2019 11:00:36 -0700
[Spring Source Analysis] AOP Source Analysis (Part II)
AspectJAware Advisor AutoProxy Creator and Analysis of Generating Agent Timing for Bean s
As mentioned in the previous article, the class org. spring framework. aop. aspectj. autoproxy. AspectJAware Advisor AutoProxy Creator is the core class of AOP provided by Spring to developers. It is AspectJAware Advisor AutoProxy Creator that completes th ...
Posted by MattMan on Thu, 04 Jul 2019 16:25:36 -0700
Roadcasting Diagram and Timer for Web Front-end Notes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Focus Graph and Rotary Broadcasting</title>
<style>
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
body {
padding: 20px;
}
#container {
width: 600px; /*Here 600x40 ...
Posted by roswell on Thu, 04 Jul 2019 13:34:13 -0700
Vue Job Search Online
Knowledge Points: v-on, v-for, v-if, props, $emit, dynamic Prop, Class and Style binding
P1 Paging Query
Query parameters
Query parameters: company name, job type, salaryMin salaryMax
Description: The request is made by axios.post with parameters, and the back end uses paging query to return the data of specified number of bars to the front e ...
Posted by l_kris06 on Thu, 04 Jul 2019 12:02:47 -0700
Tuples. Dictionaries. Collections and built-in methods
- Restore content to start ---
1: tuple:
Similar to lists, you can store multiple values, multiple data types, but the difference is that the ancestor itself cannot be modified
1 Purpose: Record multiple values, tuples are more appropriate when multiple values have no changed requirements
2 Definition: Compared to the list type, just [] is ...
Posted by mjm on Thu, 04 Jul 2019 10:24:24 -0700
Data Types and Common Methods
Reading catalogue
Introduction
2. Numbers
String
List
5. Yuan Zu
Dictionary
Seven. Collection
Summary of data types
Operator
Character Coding
11. Document Processing
Homework
# An Introduction
1 What is data?
x=10, 10 is the data we want to store
2 Why data should be classified into different types
Data is used to represent sta ...
Posted by nano on Wed, 03 Jul 2019 12:08:36 -0700
Travel expenses of previous examination ministers
Problem description
Time Limit: 1.0s Memory Limit: 256.0MB
Long ago, the Kingdom of T flourished unprecedentedly. In order to better manage the country, the Kingdom built a large number of expressways to connect the capital and the major cities in the kingdom.
In order to save money, the ministers of State T, after thinking about it, fo ...
Posted by jpotte00 on Tue, 02 Jul 2019 13:07:13 -0700
spring cloud log configuration
Spring Cloud log configuration can use Log4j or logback, but logback is officially recommended. Logback is produced by the author of log4j, which is used to replace log4j. We also use logback to process logs
It is very simple to configure logback in the spring boot project.
The first step is to confirm that there are logback packages in de ...
Posted by RickChase on Sat, 29 Jun 2019 18:43:53 -0700