Java
-
Java knowledge necessary for testing (3) — collection and map related
Set correlation Differences among list, set and map Differences among vector, ArrayList and LinkedList Vector: dynamic…… -
Easy to remember questions in java test (I)
The author is good at c# language and will take the exam in April. Learning Java is just for the exam. How to learn th…… -
Java knowledge necessary for testing (I) — Java Foundation
Java Foundation How does Java work? The developed java source code is compiled into a platform independent bytecode fi…… -
Summary of basic problems of Java generics
Generics is a new feature of Java se 1.5. The essence of generics is parameterized types, that is, the data type opera…… -
【SpringCloud】05. High availability of Eureka
1. Simple situation 2. In order to achieve high availability of Eureka, multiple Eureka can register with each other. …… -
Source code analysis of PriorityQueue
an introduction to The PriorityQueue class is in Java 1 5 and as part of the Java Collections Framework. PriorityQueue…… -
Java virtual machine architecture
I. data type Similar to data types in the Java programming language, The data types that Java virtual machine can oper…… -
Java GUI quick start
There are two toolkits for writing GUI in Java, AWT and swing. Swing is an extension of AWT. Swing has more components…… -
Design pattern – singleton pattern
Design pattern It is a summary of the experience of classification, cataloging and code design that is repeatedly used…… -
Window – install Java
JDK Download Official website: https://www.oracle.com/java/technologies/javase-jdk8-downloads.html Baidu online disk: …… -
Some thoughts on code refactoring
Recently, the company engaged in zhongtaihua again. I was lucky to participate in the reconstruction of one of the pro…… -
Java notes: IO streams
1. IO flow understanding I in the IO stream is the abbreviation of the word input, It means input or read. O is the ab…… -
Java notes: reflection, annotation
1、 Reflection 1. Reflection mechanism The related classes of reflection mechanism except a Java Lang. class, the rest…… -
Java notes: Java object oriented
1、 Method 1. Overview Methods can also be called functions. In other languages, the concepts and syntax of methods an…… -
Java notes: common classes
For the use of built-in classes and methods in Java, we can usually read the corresponding API documents, but we still…… -
Java notes: Collections
A collection is a kind of container object, which is used to store objects, or stored references to objects. It is not…… -
Java notes: arrays, exceptions, generics
1、 Array Array is also a reference type. Its parent class is object. It is declared with "data type []". For example,…… -
Handler message under Android
The implementation principle of handler message in Android is studied: When new handler(), get the data under the curr…… -
Shiro actual combat series (II): introduction to actual combat (Continued)
Next, we will explain a series based on actual combat, so the relevant java files can obtain POM XML and its log4j fil…… -
Encryption algorithm for login and registration
Generally, whether it is CMS, CRM, ERP or B2B, all login and registration are encrypted. The password is encrypted for…… -
The difference between hibernate opensession and getcurrentsession
The difference between opensession and getcurrentsession: (1) each time opensession obtains a new session object, whil…… -
FreeMarker generates java code from templates
FreeMarker generates java code based on templates. In this sentence alone, you must also know its application, such as…… -
Talk about javac
The Java language has the Java language specification, which describes in detail the morphology and syntax of the Java…… -
Java creates files and writes data
Application scenario: take OJ project as an example to create corresponding In or Out file and write the relevant data…… -
Could not get a resource from the pool
Key error information: could not get a resource from the pool The common reason is that redis on the remote server is …… -
Dynamic SQL of mybatis
If you use ORM frameworks such as JDBC or hibernate, you often have to splice SQL as needed, which is a very troubleso…… -
availableProcessors is already set to [8], rejecting [8]
Error details: Key information is as follows: Through keyword search, a solution is found because the netty of springb…… -
Sharing of Java related framework data and its basic data, advanced data and test data
Personal note: just for sharing, not for others. May all programmers soar freely in the programming world! In my opini…… -
Renren security of Renren open source read “writing high quality code: 151 suggestions for improving Java programs”
Ren security, I will study it in detail from this week. The previous research is only shallow. As stated in reading "w…… -
org. springframework. beans. factory. Beancreationexception: error creating bean with name ‘jpamappingcontext
Background of error: migrate the blog project previously written in eclipse to idea. The ecilpse project has never bee…… -
Batch addition example of SSM framework (synchronous request JSP view parsing)
Preparation environment: SSM framework + jdk8 / JDK7 + mysql5 7 + maven3up + tomcat8 / 7 application server Example de…… -
Hystrix of spring cloud
In the microservice architecture, microservices are highly dependent on each other, and calls between them will inevit……