Ten minute RabbitMQ environment setup (Linux)
preface
RabbitMQ is the message queue most used by Internet companies at present. It is commonly used in the following scenarios:
Asynchronous, decouplingPeak elimination, Pinggu
The following is the main content of this article. This case is for reference only
1, Installation mode
Install via yumDownload the installation packag ...
Added by abigbluewhale on Thu, 10 Feb 2022 14:10:05 +0200
Using vCard to scan code and save personal information to address book
1, Function
Using vCard to scan code and save personal information to address book
2, vCard
1. Simple understanding
vCard is the file format standard of electronic business card. It is usually attached to e-mail, but it can also be used in other occasions (such as exchanging with each other on the Internet). vCard can contain informatio ...
Added by basheer12m on Thu, 10 Feb 2022 13:51:28 +0200
21 year Blue Bridge Cup provincial title Java group C
#F time display
Time limit: 1.0s memory limit: 512.0MB total score: 15} points
Problem description
Xiaolan wants to cooperate with her friends to develop a time display website. On the server, the friend has obtained the current time, which is expressed as an integer. The value is the number of milliseconds from 00:00:00 on January 1, ...
Added by Xoid on Thu, 10 Feb 2022 13:40:54 +0200
Spring - IOC (inversion of control)
1, IOC container
1. What is IOC (control reversal)
(a) the creation of objects and the calling process between objects are handed over to Spring for management
(b) purpose of using IOC: to reduce coupling
2. IOC bottom layer
(a) parsing and reflection mode
3. The IOC container provided by Spring is implemented in two ways (two interfaces) ...
Added by Rigo on Thu, 10 Feb 2022 12:19:11 +0200
Java Basics - generics
summary
What is generics? What problems can generics solve?Generics, or parameterized types, make your program easier to read and safer.Before Java added generic features [before JDK5], the design of generic programs was implemented by inheritance. The following program can be compiled and run normally, but casting the result of get will produ ...
Added by tommmmm on Thu, 10 Feb 2022 10:48:06 +0200
Java Niuke project course_ Discussion area of imitation cattle customer network_ Chapter III
Chapter III
3.1. Trie tree filtering sensitive words
Sensitive words file: sensitive words txt
gambling
go whoring
Drug
Billing
Filter sensitive words tool class sensitivefilter java Note: the Bean is initialized when the service is started, and then the method annotated by @ PostConstruct is called. So the init() method in th ...
Added by guanche on Thu, 10 Feb 2022 09:49:41 +0200
Practical ways to write better JavaScript
catalogue
Use type script
Type scripts enforce type safety
Type descriptions make it possible to refactor larger applications
Type scripts make team architecture communication easier
Use modern features
Synchronization and waiting
Jean and conster
Arrow = = function
Propagation operator
Template font (template string)
Object const ...
Added by mastercjb on Thu, 10 Feb 2022 09:30:29 +0200
Security framework shiro
1, What is shiro
Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, password, and session management. With Shiro's easy to understand API, you can get any application quickly and easily, from the smallest mobile application to the largest network and enterprise application. Develop ...
Added by rokchik on Thu, 10 Feb 2022 09:09:58 +0200
In Arthas Series 2, Ali lists all java processes on the machine in this way
catalogue
Click like and watch again, form the habit of praise, search on wechat [coriander Chat Game] and pay attention to me.
1. How to check code based on Performance
2. How to implement your own java process list
3. Step by step implementation code
4. Summary:
Click like and watch again, form the habit of praise, ...
Added by cdorob on Thu, 10 Feb 2022 08:19:57 +0200
Design mode [13] - how to get the template mode?
The beginning is still the same kind of picture. Please look downZhang Wuji learned Taijiquan, forgot all the moves and knocked down the "two old men in the dark", the so-called "no moves in the heart". If you can learn all kinds of patterns at will, it can be said that you can forget all kinds of patterns at will.What is th ...
Added by almightyegg on Thu, 10 Feb 2022 08:06:11 +0200