包含标签:Java 的文章
-
Method of cleaning DNS cache with Java
This article describes the method of cleaning DNS cache with Java. Share with you for your reference. The specific ana…… -
Decorator Pattern details and code examples of Java design patterns
Decorator mode can dynamically add capabilities to existing objects. Next, I will use a simple example to demonstrate …… -
Composition of basic Java tutorials
We have tried to define classes. To define a class is to create a new type. With classes, we then construct objects of…… -
Analyze the differences between abstract classes and interfaces in Java in detail
In the Java language, abstract class and interface are two mechanisms that support abstract class definition. It is pr…… -
Shell script realizes automatic installation of JDK in Linux system
A: The machine on which this script runs, Linux B: the machine on which the JDK is to be installed, Linux First, on ma…… -
Basic Java Tutorial: Hello world to object oriented
Java is a completely object-oriented language. Java realizes the concept of "cross platform" through the running mecha…… -
Java functional programming (8): string and method reference
Chapter 3 string, comparator and filter Some methods introduced by JDK are very helpful for writing functional code. W…… -
Java file read and write operation details
Directly on the code, with detailed notes and diagrams, I believe you understand! -
Java string similarity algorithm
This paper describes the Java string similarity algorithm. Share with you for your reference. The specific implementat…… -
Summary of sorting methods of sets and arrays in Java
According to the agreement, when using java programming, you should use the existing class library as much as possible…… -
Research and sharing on Java and related character set coding
This paper will describe and discuss the above issues. We will take the word "Chinese" as an example. Looking up relev…… -
Implementation interface of java basic tutorial
In the encapsulation and interface, the private keyword encapsulates the internal members of the object. After encapsu…… -
Analysis of Java object transformation
This article describes the concept of Java object transformation with examples, which can be shared for your reference…… -
Simple usage of BigDecimal class in Java
This example describes the simple usage of BigDecimal class in Java. It is a very practical skill in Java programming.…… -
-
Introduction to observer pattern of Java design pattern
When Java goes deep into a certain extent, it will inevitably encounter the concept of design pattern. Understanding d…… -
Introduction to facade pattern of Java design pattern
Definition of facade: provide a consistent interface for a set of interfaces in the subsystem. A typical application o…… -
Introduction to proxy mode of Java design pattern
Understanding and using design patterns can cultivate our good habit of object-oriented programming. At the same time,…… -
Introduction to mediator pattern of Java design pattern
Mediator definition: a mediation object is used to encapsulate a series of object interaction behaviors. Why use media…… -
Introduction to builder pattern (builder pattern) of Java design pattern
Builder pattern definition: separate the construction of a complex object from its representation, so that the same co…… -
Hunting and shooting game code based on Java Swing
This paper describes the code of hunting and shooting game based on swing in Java. Share with you for your reference. …… -
Introduction to visitor pattern of Java design pattern
Visitor definition: the operation that acts on each object in an object group. It allows you to define new operations …… -
Shiro configuration method based on Spring Framework
1、 On the web Add Shiro filter to XML 2、 In spring's ApplicationContext Add Shiro configuration to XML 1. Add shirof…… -
Introduction to the chain of responsibility pattern of Java design pattern
Chain of responsibility definition: chain of responsibility (COR) attempts to process a request with a series of class…… -
Java string union method
This paper describes the method of Java string Union. Share with you for your reference. The specific implementation c…… -
-
Recommend several books to learn Java
■ Java in a nutshell: a desktop quick reference, 2nd Edition, author: David Flanagan press: O'Reilly & Assoc, publ…… -
Method of Java operating MySQL
This article describes the method of Java operating mysql. Share with you for your reference. The specific analysis is…… -
Java – different titles for each fragment in my viewpager
I'm using a viewpager "tab slide" and I want to set a different title for each clip in the actionbar so that the title…… -
How do I map a string to a function in Java?
At present, I have a bunch of Java classes that implement the processor interface, which means that they all have a pr…… -
Java – how to create a compact configuration file
I am searching for a way to create compact configuration files in Java 1.8 You can create a compact configuration file……