IV. C language Β· all-round understanding of functions

πŸŒ• Write in front 🍊 Blog home page: kikoking's Jianghu backgroundπŸŽ‰ Welcome to pay attention πŸ”Ž give the thumbs-up πŸ‘ Collection ⭐ Leave a message πŸ“πŸŒŸ This article is original by kikokingzz and launched by CSDN!πŸ“† Starting time: 🌹 November 21, 2021 πŸŒΉπŸ†• Last updated: πŸŽ„ November 21, 2021 πŸŽ„βœ‰οΈ Persistence and hard work will surely bring po ...

Posted on Sun, 21 Nov 2021 15:11:59 -0500 by ganeshasri

Spring AOP development in SSM / what is AOP in spring/ How did the underlying implementation of AOP get it/ How to write the underlying code of AOP in spring

Write before: Then record your Spring learning journey. If you don't understand it, it is recommended to read it first Previous blog posts , detailed codes can be found in My Gitee warehouse SSM learning Clone download learn to use! 1.9 AOP 1.9.1 AOP introduction 1.9.1.1 concept It is the acronym of Aspect Oriented Programming, that is, asp ...

Posted on Sun, 21 Nov 2021 05:35:17 -0500 by jwilliam

Qt Creator source code learning note 02, understanding the framework structure

It takes about 6 minutes to read this article After learning about the basic knowledge of Qt Creator in the previous article [^ 1], this article first learns the basic structure of the framework, so that you can clearly know the files, folders and project files contained in the framework, what they mean and what their functions are file str ...

Posted on Sat, 20 Nov 2021 23:08:29 -0500 by Ristiisa

The old question: how to customize the starter with one click in Spring Boot?

Spring Boot starter We know that Spring Boot greatly simplifies the initial construction and development process of the project, which are completed through the starter provided by Spring Boot. Pinda general permission system is developed based on Spring Boot, and some basic modules are starters in essence, so we need to have a comprehensive a ...

Posted on Fri, 19 Nov 2021 01:15:21 -0500 by rdoylelmt

What is the process of a request from RPC?

preface During the interview, you are often asked RPC related questions, such as: what do you say about the principle of RPC implementation, what should you consider to implement an RPC framework, what is the process of initiating a request based on the RPC framework, and so on. So this time I will summarize the relevant knowledge points of a ...

Posted on Thu, 18 Nov 2021 01:28:35 -0500 by CGRRay

What is IOC? Teach you to roll an IOC container

IoC What is IoC? IoC is the abbreviation of inversion of control. Note that it is a technical idea. It describes the creation and management of objects. Traditional development methods: for example, if class a depends on class B, it often creates a new object of class B in class A.IoC development method: we don't need to go to the new object ...

Posted on Wed, 17 Nov 2021 01:08:02 -0500 by Alka-Seltzer

How to define the encryption of passwords in SpringBoot project configuration files

preface The configuration file in the project will have a password, such as database password, mailbox password, FTP password, etc. The configured password is exposed in clear text, which is not a safe way, especially in the production environment of large projects, because there may be many (operation and maintenance) personnel handling the ...

Posted on Wed, 17 Nov 2021 01:02:18 -0500 by foreverdita

[Java implementation] simple implementation of Nanjing Metro navigation system -- implementation of shortest path algorithm

Β Β Β Β  Β Β  How to store information has been mentioned in the previous section. I won't repeat it here. Let's briefly review the implementation content. Since the newcomers don't know how long the blog can be sent, they still need to ask the viewer Tp to go to the previous section: [Java implementation] simple implem ...

Posted on Wed, 17 Nov 2021 00:58:30 -0500 by eddie21leeds

Spring file configuration of SSM / how spring performs dependency injection in pom file / what are the different dependency injection types and how to write them

Write before: Then record your Spring learning journey. If you don't understand it, it is recommended to read a blog first Spring of SSM framework introduces the development process / IDEA how to build a spring project , detailed codes can be found in My Gitee warehouse SSM learning Clone download learn to use! 1.3 Spring configuration file 1 ...

Posted on Thu, 11 Nov 2021 18:01:03 -0500 by ProTec

Do you know what Canary distribution is? Do you know how to implement it in the Service Mesh microservice architecture?

What is Canary releaseSince we want to talk about the specific implementation, before we start, what is the "Canary release" under xiankepu. Canary release is also called "gray release". Specifically, when releasing the online version, first hit a small amount of production traffic to the new version of the service to verify ...

Posted on Thu, 11 Nov 2021 15:58:55 -0500 by jawaidpk