[algorithm and data structure] talk about linear search method~

šŸ“… preface As we all know, algorithm and data structure is a necessary course for all computer majors. Algorithm not only reflects a person's logic ability, but also reflects a person's thinking ability. It is not only learning algorithms and data structures, but also a deep understanding of computer science. In this article, we will star ...

Added by PunjabHaker on Thu, 10 Mar 2022 02:00:12 +0200

3. Follow, cancel, follow and fan list

#Follow and cancel [the transfer of external chain pictures fails, and the source station may have anti-theft chain mechanism. It is recommended to save the pictures and upload them directly (img-xwZ8AhZC-1646567007779)(D:\TyporaNotes \ Niuke forum project \ Chapter III pictures \ image-20220306104936732.png)] Design the key and Valu ...

Added by wyvern on Sun, 06 Mar 2022 14:01:22 +0200

Day 10 of learning to use IntelliJ IDEA: Java advanced syntax - multithreading

1, Understanding of programs, processes and threads 1. Program Concept: it is a set of instructions written in a certain language to complete a specific task. Refers to a piece of static code. 2. Process Concept: an execution process of a program, or a running program. Note: as the unit of resource allocation, the system will allocate diff ...

Added by bloodl on Fri, 04 Mar 2022 12:03:33 +0200

Java test questions - data structure test questions

Data structure test questions Here, according to some data structure questions, I share my ideas and source code for you to exchange and learn! All ideas and codes in this article are for reference only. If there is anything wrong, please correct it! The following questions are for reference 1, Return the index of the list as required Exa ...

Added by bolter on Fri, 04 Mar 2022 07:20:43 +0200

Intercept and replace token s in springboot to simplify authentication

1, Scene source In daily development practice, it is often necessary to use tools (such as Postman and curl commands) to build http requests for development and testing. When an interface requiring token authentication is encountered, it may be necessary to log in to additional pages or request other interfaces to obtain tokens. I ...

Added by waseembari1985 on Tue, 22 Feb 2022 09:49:32 +0200

Simple interface implementation

Simple interface implementation Basic knowledge understanding package In the previous study, we simply mastered the function relationship between classes and objects, and between classes. For the sorting of different code files, we put forward the concept of package, which can be understood as a folder to classify code files and facilitate fu ...

Added by landavia on Sat, 19 Feb 2022 12:57:26 +0200

File template variable

The content of the article is reproduced from the official help document of IDEA: File template variables | IntelliJĀ IDEA Translated by Google Predefined template variables The following predefined variables are available for file templates: volatile describe ${DATE} Current system date ${DAY} Current date of each month ${DIR_PAT ...

Added by poppy on Mon, 14 Feb 2022 11:23:08 +0200

Interpretation of Spring boot startup source code

catalogue preface Preparation before chasing source code text Explanation of notes Start process source code analysis Rough model diagram of Spring boot startup summary Course recommendation (free) preface In the last post, I introduced my friends to Spring boot and built a hello world project with Spring boot. I also raised the qu ...

Added by sfarid on Sun, 06 Feb 2022 21:06:34 +0200

Share the 7 tips of "Python extreme optimization and speed-up" taught by "Grandma Wang" downstairs!

Python is a scripting language. Compared with C/C + +, it has some shortcomings in efficiency and performance. However, there are many times when the efficiency of Python is not as exaggerated as expected. Let's move on to the topic. 1. Code optimization principle This article will introduce a lot of techniques to speed up the running of ...

Added by ronniebrown on Thu, 03 Feb 2022 01:33:00 +0200

Springboot integrates JdbcTemplate to realize paging query

Springboot integrates JdbcTemplate to realize paging query 1, Foreword When doing the SpringBoot back-end project, I want to adopt the back-end paging mode. The back-end paging is to process the data at the back-end first and then send it to the front-end. The front-end only needs to access the corresponding page and get the data of the c ...

Added by unerd.co.uk on Fri, 28 Jan 2022 18:37:43 +0200