The road to rebuilding Vue is from [Part 1]

Article directory Single Page Application: SPA – Single Page Application Introduction to routing Introduction to Vue Reouter Use of VueRouter (5 + 2) Component storage directory problem Component classification Storage directory Routing encapsulation and extraction Single Page Application: SPA – Single Page Application Single Page Application (SPA): All functionality on one html page A single […]

Practical tips for Flutter asynchronous Future and FutureBuilder

Asynchronous: Practical Tips for Future and FutureBuilder What is Future? Common uses of Future? Get the result of Future? Catch Future’s exception? Combined with async, await? future.whenComplete? future.timeout? What is FutureBuilder? Common uses of FutureBuilder? What is Future? Future represents a value or error at a certain time in the future. With Future we can […]

Vue Rebuild005Customized routing and slots

Article directory Copyright Notice Custom instructions First introduction to commands Configuration items in the command Command syntax command value Encapsulation of v-loading instructions analyze accomplish slot Default slot Slot default named slot scope slot Steps for usage Complete case Copyright Statement The content of this blog is based on my personal study notes from the […]

IDEA Rebuild project error: Information:java: java.lang.AssertionError: Value of x -1

Problem: java.lang.AssertionError: Value of x -1 Imitating the lombok tool, my enumgen tool is basically finished. After the release, it was overturned when it was ready to be put into production! After the company’s project emax-rpcapi-list relies on enumgen, when IDEA Rebuild Project or when maven package/install, an error occurs → Information: java: java.lang.AssertionError: Value […]

2.10 PE structure: Rebuilding the relocation table structure

Relocation is a mechanism that corrects some addresses in a program to actual addresses available at runtime. During the program compilation process, since various global variables and functions are used in the program, the addresses of these variables and functions have not yet been determined, so their addresses can only temporarily use a relative address. […]

(10) Advanced use of ElasticSearch [alias, rebuild index, refresh operation, highlighted query, query suggestions]

1. Alias usage 1) The role of aliases During development, with the iteration of business requirements, relatively complex business logic will need to be updated or even reconstructed. For ES, in order to To adapt to new business logic, it may be necessary to make some modifications to the original index, such as adjusting certain […]

The scheme of ELK rebuilding scheme involved in architecture migration

The scheme of ELK rebuilding scheme involved in architecture migration 1. Foreword 1.1 Background 1.1.1 Background Before proceeding with the ELK rebuilding solution involved in schema migration, we need to understand the background. ELK refers to the combination of three open source tools, Elasticsearch, Logstash and Kibana, for real-time log analysis and visualization. The ELK […]