Java
-
Java Swing multi thread loading pictures (ensure consistent order)
When I was a sophomore, I did the course design and picture manager. At that time, I encountered many folders with pic…… -
Problems and solutions of Java eclipse import project (recommended)
Today, I imported several projects through eclipse. The project name appears red cross, which is intolerable for obses…… -
Java write excel operation source code sharing
These two days, I helped the teacher to build a database and import the data of all experimental transactions into the…… -
Detailed explanation of java socket communication based on bio
Bio, that is, blocking io. During socket based message communication, the socket server provides services to the outsi…… -
Java implements a specific range of complete output algorithm examples
This article describes the Java implementation of a specific range of completion output algorithm. Share with you for …… -
Spring security combined with JWT method tutorial
summary As we all know, the advantage of using JWT for permission verification over session is that session needs to o…… -
Java programming implements the method of counting the occurrence times of each character in a string
This example describes the method of counting the occurrence times of each character in a string by Java programming. …… -
Method for implementing distributed application current limiting based on redis
The purpose of current limiting is to protect the system by limiting the speed of concurrent access / requests or requ…… -
Summary of pit records using spring data JPA
preface Basic introduction to spring data JPA: JPA was born to integrate the third-party ORM framework and establish a…… -
Detailed explanation of factory pattern implementation method of Java design pattern
This paper describes the factory pattern implementation method of Java design pattern. Share with you for your referen…… -
An example of base64 encryption and decryption in Java 8
First, encryption. Here I use the base64 class The second is decryption, The above example of base64 encryption and de…… -
Analysis of object class instances in Java
Q: what is the object class? Answer: the object class is stored in Java Lang package is the ultimate parent class of a…… -
Chat room function of java socket communication
This example shares the specific code of java socket chat room function for your reference. The specific contents are …… -
Implementation of network data cache interceptor Interceptor Based on okhttp3 (supporting retrofit)
Preface: some time ago, when developing the app, it often occurred that due to the user's equipment environment, the d…… -
Complete example of minesweeping game and improved version implemented by Java Swing
This paper describes the minesweeping game and its improved version implemented by Java swing. Share with you for your…… -
Implementation of network data cache interceptor Interceptor Based on okhttp3 (supporting retrofit)
Preface: some time ago, when developing the app, it often occurred that due to the user's equipment environment, the d…… -
Maven, mybatis and spring MVC integration and construction of Java framework (picture and text)
This paper mainly introduces maven, mybatis and spring MVC integration and construction of Java framework (picture and…… -
Complete example of Snake game implemented by Java Swing framework
This article describes the greedy Snake game implemented by Java Swing framework. Share with you for your reference, a…… -
Summary of problems encountered in spring FTP upload and download tool class
preface Recently, I need to interact with the FTP server in the project. I found tools for FTP upload and download on …… -
Redis and SSM integration method (mybatis L2 cache)
SSM + redis integration The SSM framework has been built before, and code copying is no longer done here. Redis is mai…… -
Detailed explanation of abstract classes and methods in Java programming
Common knowledge points of abstract classes and methods: (1) Abstract classes are inherited classes, and subclasses mu…… -
On mybatis optimistic lock plug-in
Background: for the same record in the database, if two people modify the data at the same time, and then finally sync…… -
Code example of stack in Java
The stack class in Java inherits from vector and its feature is last in first out Examples of stacking in and out: Jav…… -
Mybatis loading configuration files (two methods)
I Load using maperlocations of sqlsessionfactory, This method can use wildcards, specify locations, and use multiple l…… -
Analysis of operation code of power index value in Java
When it comes to power exponents, we'll use math Pow (double a, double B), the returned result is the B power of A. In…… -
Analysis on the implementation of JSON view of custom spring MVC
scene Our team is now facing the problem of multi terminal data interface docking. In order to solve this problem, we …… -
Complete example of calculator function implemented by Java Swing
This article describes the calculator function implemented by Java swing. Share with you for your reference, as follow…… -
Explain how to create a simple web project with eclipse (Graphic)
Eclipse neon Chinese version; 1; Right click New -- > and select dynamic web project 2: Fill in the project name an…… -
Detailed explanation and code example of simpledateformat date format conversion in Java
Simpledateformat is a class that handles date format conversion. Official API_ 1.8 screenshot of simpledateformat inhe…… -
Detailed explanation of iterator and listiterator instances in Java
Scope and relationship of iterator and listiterator: (1) Iterator can be used to implement overlapping interface list,…… -
Java char simple tool class charutil sharing
The first article of the blog, about the simple operation of character char, Char, one of the basic data types of Java…… -
Examples of ANSI, Unicode, BMP, UTF and other coding concepts
1、 Foreword In fact, since I began to write java code, I have encountered numerous problems of garbled code and trans……