Vue used ECharts to complete the big data visualization panel of total GDP of all regions in 2020 (with source code)

Just last week, there was a hot search on the total GDP of all regions in China. I wanted to write a big data panel display for a while. Since I decided to write it, I should consider the use of charts and icons. Here I use the two frameworks I am most familiar with ECharts and element-ui 1, My idea steps 1. Determine the theme color First w ...

Added by gmp on Tue, 08 Mar 2022 10:24:04 +0200

[2w word dry goods] the difference between ArrayList and LinkedList and the underlying implementation in JDK11

1 Overview This article mainly describes the similarities and differences between ArrayList and LinkedList, as well as their underlying implementation environment (OpenJDK 11.0.10). 2 difference between the two Before introducing the underlying implementation of the two in detail, let's take a brief look at the similarities and differences b ...

Added by speedyslow on Tue, 08 Mar 2022 07:31:21 +0200

Java generic explanation, the most complete graphic explanation in history!

Generics play an important role in java, which can be seen in both open source framework and JDK source code. It is no exaggeration to say that generics are essential elements in general design, so it is a required course to truly understand and correctly use generics. 1: Generic essence Java generics is a new feature introduced in JDK ...

Added by cornelalexa on Mon, 14 Feb 2022 06:03:22 +0200

Form generator drag form usage + secondary modification

FormGenerator drag form This paper describes the form generator project, which is based on Vue framework and ElementUI components to drag and drop forms to complete the project and secondary development Gitee address: https://gitee.com/mrhj/form-generator?_from=gitee_search brief introduction Element UI form design and code generator, ...

Added by Monshery on Fri, 28 Jan 2022 09:04:34 +0200

eladmin button permission allocation super details are very simple. The difference between checkPermission and v-permission

preface In the recent project, there is a need to assign different permissions to different users. In the past, the knowledge was used when writing. This time, I plan to read it myself according to login refresh verify (use element UI) Summary above In another article on button permission assignment, we talked about the usage and execut ...

Added by horizontal on Sun, 10 Oct 2021 05:48:38 +0300