The Echart series you want, which is here today, teaches you how to quickly get started with echarts'property settings, hands-on tutorial series

1. Introduction to echarts Previously Baidu echart (echarts.baidu.com), but now ECharts are hatching at the Apache Open Source Foundation, so the domain name (echarts.baidu.com) is no longer in use. Visit echarts.apache.org. ECharts, an open source visualization library using JavaScript, runs smoothly on PC s and mobile devices, is compatible ...

Posted by Destruction on Tue, 01 Mar 2022 19:05:55 +0100

This article helps you understand how vue creates a background management system process (Vue+Element)

I think it's easy to give up a ballad, but it must be cool to stick to it 1 Preface This paper is based on my own work experience. If there is any unreasonability, please spit out 2 Definition Background management system what to add to a page deletion check is a bit similar, do not redefine 3First contact with background management syst ...

Posted by liro on Tue, 01 Mar 2022 19:04:21 +0100

A simple and cool front-end small project (html+css+js) - a 3D picture demonstration

A simple cool special effects page (html+css+js with source code) - a 3D picture demonstration Preface1. Display of page effects2. Functional Description 1. Open the page and all pictures will rotate automatically2. The size and interval of the picture can change with the roll of the mouse wheel3. Hold down the mouse anywhere ...

Posted by jfgreco915 on Tue, 01 Mar 2022 19:00:24 +0100

[JavaScript] common web API usage

Article catalogue 1, What is web API?2, Events 2.1 concept2.2 three elements of event 3, Get element4, Operation element 4.1 get / modify element content 4.1.1 innerText4.1.2 innerHTML 4.2 get / modify element attributes4.3 get / modify form element attributes 4.3.1 value: the value of the ...

Posted by mr00047 on Tue, 01 Mar 2022 17:58:09 +0100

~ Java ~ deep understanding of final keyword

catalogue final data final method final and private keywords final class In Java, final usually means "this cannot be changed". The reason for using final may be: design and efficiency. Learn about the final keyword from three possible situations: data, methods, and classes. final data In Java, data such as compile time cons ...

Posted by waverider303 on Tue, 01 Mar 2022 17:44:44 +0100

Embedded Linux development busybox root file system production

1. Preface If you have done Linux system transplantation or Linux related development, you should be familiar with the term root file system. In the process of building an embedded development environment, you must do three things: porting bootloader, porting kernel and making root file system. The root file system is the first file system mo ...

Posted by baseballkid420 on Tue, 01 Mar 2022 17:41:58 +0100

Summary of problems encountered by Vue3 in creating projects

1.Uncaught SyntaxError: The requested module '/node_modules/.vite/vue-router.js?v=4b09f9b8' does not provide an export named 'default' [solution] Configuration file of Vue Router: Scheme I: import * as VueRouter from 'vue-router' import routes from './routers' const router = VueRouter.createRouter({ history: VueRouter.createWebHashHisto ...

Posted by jpschwartz on Tue, 01 Mar 2022 16:58:30 +0100

Postgresql's pageinspect plug-in framework and data recovery exploration

1. Plug in code analysis pageinspect is a very typical and simple plug-in. Most processes can be learned and reused. If you need to write a new plug-in, you can directly copy and modify the following two functions, and most of the framework code can be used directly. get_raw_page the classic process of reading a page get_raw_page only retur ...

Posted by lrsdsout on Tue, 01 Mar 2022 16:50:55 +0100

Http proxy server - Netty version

Basic ideas First, explain the basic ideas. The following figure shows the location of the proxy server: From the position of the proxy server, its functions have three points Receive data from the requesterForward request to target serverForward the data of the target server to the requester Therefore, when we use Netty to build a proxy s ...

Posted by smonsivaes on Tue, 01 Mar 2022 16:34:52 +0100

Common algorithm sorting

โœจ preface โœจ ๐Ÿ“˜ Blog home page: to Keep blog home page ๐Ÿ™† Welcome to pay attention, ๐Ÿ‘ give the thumbs-up, ๐Ÿ“ Message comments โณ Starting time: March 1, 2022 ๐Ÿ“จ Blogger code cloud address: Blogger code cloud address ๐Ÿ“• Reference book: java core technology Volume 1 ๐Ÿ“ข Programming exercises: Niuke network+Force buckle net As the blogger i ...

Posted by bobby4 on Tue, 01 Mar 2022 16:06:21 +0100