21-10-22--Vue learning record day 4

21-10-22--Vue learning record day 4 1, Filter Essentially, a filter is a special function The data on the template can be reprocessed and processed before data mounting The filter acts after the variable, uses | as the coincidence function, and processes the variable before | as the value of the function after | The filter function must ha ...

Posted by chomps on Wed, 27 Oct 2021 04:44:15 -0700

Experiment 2, stack and queue use 2021-10-27

1, Experimental purpose and experimental environment 1. Objective: to master the application of two data structure stacks and queues and complete the corresponding experimental topics; 2. Experimental environment: Window10 64 bit, Dev-C++ 2, Experimental content, test data and program operation result analysis Question 1: [problem descripti ...

Posted by Dream$of$uccess on Wed, 27 Oct 2021 04:40:39 -0700

Functions and arrays of Shell scripts

1, Functions 1.1 function A statement block is defined as a function approximately equal to an alias, a function is defined, and then a function is referenced Encapsulated reusable code with specific functions 1.2 basic format of function Method I: [function] Function name (){ Command sequence [return x] #Use return or ...

Posted by Cannibal_Monkey on Wed, 27 Oct 2021 04:23:35 -0700

Fast JSON source code analysis - deserialization special

2021SC@SDUSC This article is sent synchronously in the personal blog, and the address is Fast JSON source code analysis - deserialization special (I) outline Part I Fast JSON source code analysis -- deserialization (3) This paper describes in detail how fastjson creates a deserialization instance without a deserialization instance c ...

Posted by jd57 on Wed, 27 Oct 2021 04:04:29 -0700

Database backup and recovery

catalogue preface 1, Log management of MySQL 1. Overview 2. Log classification of MySQL 3. MySQL log on 4. Enter the database to check whether the corresponding log is enabled four point one   Check whether the general query log is enabled four point two   Check whether the binary log is enabled 5. View slow query log relat ...

Posted by infratl on Wed, 27 Oct 2021 03:59:55 -0700

Use of Jackson's ObjectMapper object

Statement: This blog is reproduced from https://blog.csdn.net/blwinner/article/details/99942211 It is designed to facilitate review and review and is not used for commercial purposes. The source of this blog has been indicated. If there is infringement, please inform and delete it immediately. 1. Introduction The Jackson ObjectMa ...

Posted by jl5501 on Wed, 27 Oct 2021 03:31:59 -0700

MySQL incremental backup and recovery

catalogue preface 1, MySQL incremental backup 1. Concept of incremental backup 2. Advantages and disadvantages of incremental backup 3. Significance of binary log backup 4. Realize incremental backup 2, Incremental recovery 1. Incremental recovery mode 2. Recovery of changed data after loss of full backup 3. Recover all data lost afte ...

Posted by sseeley on Wed, 27 Oct 2021 03:28:20 -0700

Data structure - time complexity and space complexity

1, Algorithm efficiency What is an algorithm? Generally, people define an algorithm as a finite set of instructions, which specify an operation sequence to solve a specific task. An algorithm should have the following characteristics Have inputHave outputcertaintyPovertyfeasibility There is always a standard for the quality of t ...

Posted by Dtonlinegames on Wed, 27 Oct 2021 02:22:39 -0700

Preparation of minesweeping game program

In the era of computer or Windows xp and Windows 7, many people must be exposed to a very classic game, mine sweeping game. The simple interface, easy to use difficulty and the mode of playing without surfing the Internet make it very popular. Although the mine sweeping game is no longer installed by default on Windows 10 system, we can reme ...

Posted by signs on Wed, 27 Oct 2021 01:29:31 -0700

Spring inference construction method (medium)

stay Inferential construction method (I) It introduces how to obtain the candidate construction method through determineconstructors frombeanpostprocessors(). After obtaining the construction method, the next step is to infer which construction method to use and instantiate a bean according to the construction method If the candidate construct ...

Posted by duvys on Wed, 27 Oct 2021 01:27:37 -0700