包含标签:Java 的文章
-
Concurrentskiplistset of Java concurrency set_ Power node Java college sorting
Introduction to concurrentskiplistset Concurrentskiplistset is a thread safe and orderly collection, which is suitable…… -
Goodbye to Java 8’s new features, permgen_ Power node Java college sorting
Many developers have seen the problem of "Java. Lang. outofmemoryerror: permgen space" in their systems. This is often…… -
Using java to make a simple music player
This paper mainly uses the swing technology in Java and the API in jmfjar to share the specific implementation code of…… -
Method example of realizing single thread communication with java socket
This paper describes the method of realizing single thread communication with java socket. Share with you for your ref…… -
Unfair lock of Java concurrency_ Power node Java college sorting
Obtain unfair lock (based on jdk1.7.0_40) The process of obtaining locks is the same for unfair locks and fair locks; …… -
Copyonwritearrayset of Java concurrency set_ Power node Java college sorting
Copyonwritearrayset introduction It is an unordered set of thread safe, which can be understood as a thread safe HashS…… -
Shared lock and reentrantreadwritelock of Java concurrency_ Power node Java college sorting
Introduction to readwritelock and reentrantreadwritelock Readwritelock, as its name suggests, is a read-write lock. It…… -
Java video player using JMF
JMF, a multimedia development framework, is awesome. You can develop a video player with a few simple sentences of cod…… -
Concurrentlinkedqueue of Java concurrency collection_ Power node Java college sorting
Introduction to concurrentlinkedqueue Concurrentlinkedqueue is a thread safe queue, which is suitable for "high concur…… -
Thread pool principle of Java concurrency thread pool (1)_ Power node Java college sorting
Introduction to ThreadPoolExecutor ThreadPoolExecutor is a thread pool class. For thread pools, It can be popularly un…… -
Lambda of new features of Java 8 (power node Java College)
Functional interface Functional interface (functional interface is also called functional interface, which is actually…… -
On java object-oriented (class, encapsulation, this, construction method)
Whether object - oriented or process - oriented, these two are just ideas to solve problems, but from different angles…… -
Target type inference of generics in Java 8_ Power node Java college sorting
Simple understanding of generics Generics is a new feature of Java se 1.5. The essence of generics is parameterized ty…… -
Arrayblockingqueue of Java concurrency collection_ Power node Java college sorting
Arrayblockingqueue introduction Arrayblockingqueue is a thread safe bounded blocking queue implemented by array. Threa…… -
Thread pool principle of Java concurrency thread pool (4)_ Power node Java college sorting
Introduction to rejection policy The rejection policy of thread pool refers to the processing measures taken when a ta…… -
On java object-oriented array information processing
Although it is very simple, it should be of great help to some novices who are self-taught and Mengxin who do not unde…… -
Linkedblockingdeque of Java concurrency set_ Power node Java college sorting
Linkedblockingdeque introduction Linkedblockingdeque is a bidirectional concurrent blocking queue implemented by a bid…… -
Condition condition of Java concurrency_ Power node Java college sorting
Condition introduction The function of condition is to control the lock more accurately. The await() method in conditi…… -
Java uses regular expressions to remove redundant zeros after the decimal point
This article illustrates how Java uses regular expressions to remove redundant zeros after the decimal point. Share wi…… -
Fair lock of Java concurrency (2)_ Power node Java college sorting
Release fair lock (based on jdk1.7.0_40) 1. unlock() Unlock() in reentrantlock Implemented in Java, the source code is…… -
In depth analysis of date and time of new features in Java 8_ Power node Java college sorting
Dates are a key part of business logic computing, and any enterprise application needs to deal with time issues. Appli…… -
Concurrentskiplistmap of Java concurrency collection_ Power node Java college sorting
Introduction to concurrentskiplistmap Concurrentskiplistmap is a thread safe and ordered hash table, which is suitable…… -
ToString () method instance code in Java
preface: The toString () method is believed to have been used by everyone. It is generally used to return the relevant…… -
Java Web uses POI to manipulate excel file instances
1. Add POI to the project POI official website link Official tutorial: links Class libraries: linking -
A simple java music player
This example shares the specific code displayed by java music player for your reference. The specific contents are as …… -
Java maximum redirects (100) exceeded
Java maximum redirects (100) exceeded These are parameters that can be used to customize the default httpclient implem…… -
Implementation of string to integer and myatoi method in Java
Implementation of string to integer and myatoi method in Java Although this problem is inconsistent with the functions…… -
Java wechat secondary development (III) encapsulation of various types of messages in Java wechat
This example shares the encapsulation of various types of messages in Java wechat for your reference. The specific con…… -
ToString () method instance code in Java
preface: The toString () method is believed to have been used by everyone. It is generally used to return the relevant…… -
Java implementation inserts an element instance into an ordered array
Sort out the documents, search out a java implementation, insert an element into the ordered array, sort it out a litt…… -
Simple implementation of java music player
You who have studied the Java language, more or less, have a whim one day and want to make a music player with swing. …… -
Hackneyed Java Network Programming TCP communication (must see)
Socket introduction: Socket is called "socket" and describes IP address and port. Hosts on the Internet generally run ……
