Java
-
Spring cloud and distributed services
1、 Development history of microservices When to use microservices? Zhongtai construction 2、 Best practices for micro…… -
Performance optimized database 3- primary key generation and paging query
Topic 1: generation of primary key ID Database based auto_ The increment self increment ID can be used as a distribute…… -
Other queues of distributed message queue
1、 Rabbitmq 2、 Rocketmq Difference from Kafka: 3、 Pulsar Pulsar is a server to server messaging system, which has t…… -
Let’s talk about second kill
The essence of second kill Business: a promotional marketing activity Technically: an active DDoS attack with technica…… -
Dubbo for distributed services
1、 Dubbo introduction Dubbo is a high-performance, lightweight open source Java service framework. It provides six co…… -
Redis development and use guide
Redis Redis is an open source (BSD licensed) in memory data structure storage, which is used as database, cache and me…… -
High concurrency processing experience under Java multithreading
Threads in Java: in Java, each thread has a call stack stored in the thread stack, A Java application always starts fr…… -
Java multithreading
Transferred from: http://www.mamicode.com/info-detail-517008.html Table of contents (?) [-] This paper mainly talks ab…… -
Basic java learning – multithreading and locking (after the change, we will continue to supplement later)
Lambda expressions can first look at the reference address: https://blog.csdn.net/weixin_43417252/article/details/1062…… -
Use of Java multithreading
Before learning about multithreading, we should clarify three questions: ① What is thread? A: when a program runs (pro…… -
Java multithreading — let the main thread wait for the child thread to finish executing
Reference link: https://www.cnblogs.com/eoss/p/5902939.html When using java multithreading programming, it is often en…… -
Java thread state learning assembly
@H_ 404_ 1@ @H_ 404_ 1@ @H_ 404_ 1@@H_ 404_ 1@ Thread termination -
Netease cloud classroom micro specialty — Java Senior Development Engineer — multithreaded concurrent programming — learning notes (I)
Chapter 1 multithreaded concurrent programming Section 1 Java Basics 1.1. 1 Analysis of Java program operation princip…… -
JavaScript – multithreaded / single threaded, synchronous / asynchronous, blocking / non blocking, callback function
1. Application scenario 2. Learning / operation 3. Questions / additions 4. Reference Follow up supplement ... -
Java 5 multithreading (9) — jdk1 5 synchronization set
Please indicate the source for Reprint: http://blog.csdn.net/johnny901114/article/details/8696032 -
[Java multithreading] jdk1 5. Discussion on API
Reproduced at: https://www.cnblogs.com/nick-huang/p/7153189.html -
History of Java multithreading
be born The gene of Java comes from an internal project of Sun company in December 1990. The target device is househol…… -
Java multithreading learning (detailed summary of hematemesis)
Original works of Lin Bingwen evankaka. Please indicate the source for reprint http://blog.csdn.net/evankaka Written e…… -
Java returns the Sunday of a day and the Sunday of the current week
import java. text. ParseException; import java. text. SimpleDateFormat; import java. util. Calendar; import java. util…… -
Mac installs protobuf and compiles it into Java, C + +, and python
1. Download address: https://code.google.com/p/protobuf/downloads/list In addition, you can view this link to see more…… -
Eclipse installs additional color theme packages
Eclipse installs additional color theme packs: When installing with help install new software, the URL of work with is…… -
Air quality management system + SSM (Spring + spring MVC + mybatis) + summary of front and rear end separation
1. Directory structure: 2. Points needing attention 2.1 create a new one under web-info 2.1. 1 springMVC-servlet. xml …… -
IO related demo
I reviewed IO related knowledge these days Just for record, a good memory is better than a bad pen Please correct any …… -
Springboot publishes the WebService service and invokes (hutool yyds)
preface Recently, the company's projects need to connect with third-party services. This service provider uses the int…… -
Java daily side (Part1: computer network) [19 / 11 / 13]
1.1 introduction to http HTTP protocol, namely hypertext transfer protocol, belongs to the application layer protocol.…… -
Springboot reads the properties custom configuration file
Why choose to update today, because it's on a whim. Don't ask why. Asking is that I forgot Then I spent more time toda…… -
Transfer the jar package of springboot to war and put it into Tomcat
1. Modify the POM file and change the packaging form to war war 2. Remove the embedded Tomcat module, but we ne…… -
The simplified construction process of springcloud + Eureka + feign + ribbon includes fuse, gateway and redis cache [2]
Simplified construction process and crud exercise of springcloud + Eureka + feign + ribbon [1] Modification and expans…… -
Getting started with easyexcel
Because Alibaba's easy excel has been used in the project recently, and then go to B After studying at the station, I …… -
Java daily side (Part1: computer network) [19 / 11 / 02]
1.1 difference between RTT and RTO RTT: the time taken from sending a packet to receiving the corresponding ack RTO: r…… -
Getting started with easyexcel
Because Alibaba's easy excel has been used in the project recently, and then go to B After studying at the station, I …… -
A pattern triggered by a duck — strategy pattern
Pre knowledge: You need to understand the of Java: 1. Packaging 2. Succession 3. Polymorphism 4. Abstraction The first……