Chapter 3 array
catalogue
1, Concept of array (including some shortcut key usage)
2, Two dimensional array
III. Arrays tools
4, Array exception
1, Concept of array (including some shortcut key usage)
A collection of multiple data of the same type arranged in a certain order
1. Characteristics of array: 1) orderly arrangement 2) the array is a varia ...
Posted by Ekano on Sat, 26 Feb 2022 08:59:25 +0100
Java EE core [Shell foundation]
1. What is Shell
Shell is a command line interpreter. It is a black window. When we issue some commands to Linux, Shell translates these commands into the actions that kernel can understand, then calls the kernel, operates the hardware, completes the operation, and then translates the signals into adult understandable forms.
Shell is also a p ...
Posted by balkan7 on Sat, 26 Feb 2022 08:48:50 +0100
Ali II: how to solve the problem of a large number of timeout of external interfaces, dragging down the whole system and causing an avalanche? Fuse
Hello, everyone~
Internet plus era, business digitization has spread to every industry you can think of. There are more and more business functions and marketing methods, and the system is more and more complex.
In the face of increasingly complex business systems, the brain is less and less used
So smart people put forward the design idea ...
Posted by aouriques on Sat, 26 Feb 2022 08:43:43 +0100
Object oriented - creation and constructor of classes and objects
Process oriented & object oriented
Process oriented thought
The steps are clear and simple. What to do in the first step and what to do in the second stepFacing the process, it is suitable to deal with some relatively simple problems Object oriented thought
Birds of a feather flock together in a classified thinking mode. When thinkin ...
Posted by eternalprophet on Sat, 26 Feb 2022 08:23:03 +0100
ElasticSearch four ElasticSearch underlying principles and grouping aggregation query
I. ElasticSearch document score_ Underlying principle of score calculation
1.1 step 1: boolean model
According to the user's query conditions, the doc containing the specified term is filtered out first
query "hello world" --> hello / world / hello & world
bool --> must/must not/should --> filter --> contain / Not included ...
Posted by Leonardo Dantas on Sat, 26 Feb 2022 08:22:17 +0100
Presto memory principle (outdated, but you can refer to it)
Presto Is an open source distributed SQL query engine, which is suitable for interactive analysis and query. The amount of data supports GB to PB bytes. Presto supports online data query, including Hive, Cassandra, relational database and proprietary data storage. A Presto query can merge data from multiple data sources and ana ...
Posted by thegreatone2176 on Sat, 26 Feb 2022 08:18:41 +0100
The fourth day of learning JSDOM and BOM
js DOM and BOM study day 4
1. BOM overview
1.1 what is BOM
BOM (Browser Object Model), Browser Object Model, which provides content independent objects that interact with browser windows. The core object is windowBOM consists of a series of objects with multiple attributes and methodsBOM lacks standards. js standard ECMA, DOM standard W3 ...
Posted by anthony522 on Sat, 26 Feb 2022 08:07:25 +0100
[spring] spring integrates mybatis
1, Gossip
The weekend is coming again. Today, finish the spring blog, and then start the review of mybatis. I read it in July last year. If I don't write a blog, I'll soon forget it. Ha ha
2, Review mybatis and introduce integration methods
1. mybatis review
mybatis has written a simple example before. You can take a look at the previous bl ...
Posted by adhi_nugraha on Sat, 26 Feb 2022 08:00:51 +0100
Actual combat of microservice architecture development: the difference between fusing and degradation and how to integrate Hystrix
Difference between fusing and degradation
Many developers will be confused about the difference between fusing and downgrade. The similarities and differences between the two are summarized below.
Similarities between fusing and degradation
Service degradation and service fusing are similar from some angles.
·Same purpose. Both are t ...
Posted by Spaceboy on Sat, 26 Feb 2022 07:41:34 +0100
Error reported in flowable initialization table
When the flowable initializes the table, it always reports an error
mismatch: library version is '6.6.0.0', db version is 5.99.0.0 Hint: Set <property name="databaseSchemaUpdate" to value="true" or value="create-drop" (use create-drop for testing only!) in bean processEngineConfiguration in flowable.cfg.xml for
The database is MySQL flowa ...
Posted by steve490 on Sat, 26 Feb 2022 07:26:41 +0100