包含标签:Java 的文章
-
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…… -
Performance optimization of database 2 – transactions and locks
MySQL transaction lock Pessimistic lock and optimistic lock CREATE TABLE `tb_goods_stock` ( `id` bigint(20) unsigned…… -
Super detailed Kafka tutorial coming
Kafka concept and introduction Kafka is a message system. Designed and developed by LinkedIn in 2011. Kafka is a distr…… -
Share a real case of refactoring
Write in front Think about why refactoring? If there is no reason to say, it is recommended not to refactor easily. St…… -
Lock of Java Concurrent Programming
1、 Lock lock java. util. concurrent. locks. Lock Why do I need lock when I have synchronized? 1.1 reentrantlock Simpl…… -
From spring to springboot
1、 From spring to springboot With the growing ecosystem of spring, spring has become more and more complex and bloate…… -
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…… -
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…… -
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…… -
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…… -
Spring boot is packaged into docker (idea + traditional method)
1. Mode 1 Remote publishing via idea 1.1 modify docker Service file vim /usr/lib/systemd/system/docker.service 2. Mod…… -
Web calculator based on servlet + JSP
Web calculator based on servlet + JSP This time, the boss assigned us a task to review the jump of web pages A big cop…… -
Problems encountered in deploying the project to Linux
1. Local Navicat for MySQL cannot connect to the server (CentOS 7 x86_64 BBR) 1045 error: Solution steps: 1. Check whe…… -
Developer scheduling software
Developer scheduling software After I finished setting up in school these days, I found a simple array l class project…… -
Springboot “hot” deployment solution
There are two ways of spring boot hot deployment 1. Springloader plug-in Disadvantages: Java code does deployment proc……