Recent Posts
-
Summary of Hibernate one to many association mapping learning
One to many association mapping Mapping principle The mapping principles of one to many association mapping and many t…… -
Spring3. 1.1+MyBatis3. 1.1 addition, deletion, query, modification, paging and transaction management of
1. [Code] mybatis global configuration file 2. [file] paginationinterceptor java 3. [file] dialog java 4. [file] mysql…… -
An example of using socket to realize chat room function in Java
Recently, I studied the basis of java socket communication, and realized a simple multiplayer chat room function with …… -
Problems encountered in ios10 app adaptation permission push notifications font frame
Add configuration permissions Add push notifications support After the switch is turned on, XXXX will be generated aut…… -
Summary of Java advanced interview questions
This is the first part of an advanced Java interview series. This part discusses the core issues of Java, such as vari…… -
Opening of the development mode of Java wechat enterprise account development
First of all, the development mode of wechat enterprise number is divided into editing mode (normal mode) and developm…… -
How spring cloud fixes zuul cross domain configuration exceptions
preface This article mainly introduces how to solve the exceptions in zuul's cross domain configuration, and shares th…… -
Introduction of several properties based on springioc bean
1.lazy-init="false" The default value is false, which means that these classes will be loaded as soon as the spring co…… -
Solution to the problem that ftpclient uploads Chinese directory and Chinese file name in Java
Problem Description: Use org apache. commons. net. ftp. When ftpclient creates a Chinese directory and uploads a Chine…… -
Problems in upgrading xcode8 compatible with IOS 10 and solutions to some adaptation problems
1 push After Xcode is upgraded to 8, many people can't receive push I couldn't get the token. My friend didn't find th…… -
Learning the basics of JSP custom tags
In the actual development, for example, in order to simplify a large number of JSP scripts in JSP, we need to use stan…… -
Using java to generate two-dimensional code tool class example code
Introduction to QR code Two dimensional bar code was first invented in Japan, It records data symbol information with …… -
Explain the basic principles of hibernate in Java
Before starting to learn hibernate, it has been said that hibernate is not difficult, but a further encapsulation of J…… -
Java method to get yesterday’s date string
This article describes the method of obtaining yesterday's date string in Java. Share with you for your reference, as …… -
Detailed examples of composite mechanism in Java
Detailed examples of composite mechanism in Java Inherited defects The defect of inheritance is caused by its too powe…… -
Three methods of instantiating bean in spring IOC
1. Constructor That is, in the example mentioned in the previous article, call the default parameterless constructor 2…… -
Explain the storage mechanism of Java heap memory and stack memory in detail
Heap and memory optimization today tested the automatic data collation function of a project, collating tens of thousa…… -
Implementation of wechat java development wechat active push message
1. Pull access_ token 2. Pull user information 3 Active push message 4 The interface seems to apply for permission 5 R…… -
Detailed examples of composite mechanism in Java
Detailed examples of composite mechanism in Java Inherited defects The defect of inheritance is caused by its too powe…… -
Solutions to warning errors when using IOS push
When using IOS push, the following error occurs: Solution: select port -- > capabilities -- > background modes -…… -
Several states based on java thread (detailed explanation)
Threads can have six states: 1. New (newly created) 2. Runnable (run) 3. Blocked 4. Waiting 5. Tim…… -
A brief introduction to relational operators in Java programming
In the process of Java programming, we often encounter comparing the size relationship between basic types or objects.…… -
Java clip pictures and save examples to share
We will learn through the following steps: Input the image, specify the image path to be processed, allow the user to …… -
Java socket programming example (I) – basic use of TCP
I Server code: II Client code: The TCP server of the above code is a single thread and can only serve one client at a …… -
Explain the array and string related knowledge in Java
Definition and use of Java array if you want to save a group of data with the same type, you can use array. Array defi…… -
Java to obtain the signature summary of APK installed on the mobile phone
When publishing APK to the app store or accessing the SDK of a third party, you sometimes need to provide APK signatur…… -
How to better use method reference in Java 8
preface A method reference is an existing method or constructor used to directly access a class or instance. Method re…… -
Detailed explanation of object structure pattern of composite model in Java
Detailed explanation of object structure pattern of composite model in Java 1、 Intention Combine objects into a tree …… -
Use of recyclerview HelloWorld
In other words, recyclerview has been on the market for a long time and is widely used in many applications. It also h…… -
Summary of small knowledge points in Java
1、 Declared local variables are some features and rules of (1) declared local variables will not be initialized by de…… -
Detailed introduction to the usage of Java multithreading
Detailed introduction to the usage of Java multithreading The most comprehensive Java multithreading usage analysis. I…… -
Java reflection mechanism example explanation
1. What is reflection? A class has multiple components, such as members, variables, methods, construction methods, etc……