包含标签:Java 的文章
-
Java 8 concurrency tutorial — to
Threads and Executors Welcome to the first part of my Java 8 Concurrency tutorial. This guide teaches you in Java 8 w…… -
Java 7 multithreading – semaphore — reprint
Semaphore is used to save the number of currently available licenses. This is achieved by sharing locks. According to …… -
java. net. Socketexception four exception solutions – turn
java. net. How can socketexception be better used? This requires us to understand the relevant problems about the lang…… -
Improving Lock Performance in Java–reference
After we introduced to couple of months ago,we have started to receive queries similar to “hey,great,Now I understand …… -
Integer problem encountered in the project — transfer
Integer type value equal or unequal analysis http://www.cnblogs.com/zzllx/p/5778470.html See the interview question wr…… -
Comparison between static agent and dynamic agent in Java — reprint
< pre class = "recommend text mb-10" > extension: < a href=“ http://www.ibm.com/developerworks/cn/java/j-lo-p…… -
Understanding transient variables in Java and how they are practically used in HashMap—reference
What is the significance of the transient keyword in ? If you know the answer,good! you are a person who uses this a l…… -
Java get classpath — transfer
Classloader provides two methods to obtain resources from the loaded classpath: public URL getresource (string name); …… -
Analysis and extension of Java Dynamic Proxy Mechanism — turn
Introduction < P style =" margin top: 5px! important; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; pad…… -
Slow Server? This is the Flow Chart You’re Looking For–reference
Your high-powered server is suddenly running dog slow,and you need to remember the troubleshooting steps again. Bookma…… -
JMX and system management — transfer
< H2 id = "n10062" > Preface In the running process of Java programs, the monitoring of JVM and system has alway…… -
Timer Stopwatch example
timer reference: 【1】 http://www.concretepage.com/spring/stopwatch-spring-example -
ANNOTATION PROCESSING 101 by Hannes Dorfmann — 10 Jan 2015
Original address: http://hannesdorfmann.com/annotation-processing/annotationprocessing101 In this blog entry I would l…… -
Please don’t take “string s = new string (” XYZ “); how many string instances have been created” to the interview — turn
This post is used to answer a question in the circle. Originally because too many have already make complaints about w…… -
-
How to Analyze Java Thread Dumps–reference
Original address: http://architects.dzone.com/articles/how-analyze-java-thread-dumps -
Complete description of Java command line running parameters — turn
Source: http://xinklabi.iteye.com/blog/837435 When running compiled classes, Java is loaded and executed through the J…… -
About Java util. Concurrent five things you don’t know — turn
Part 1 http://www.ibm.com/developerworks/cn/java/j-5things4.html Concurrent collections is Java ™ 5, but many Java dev…… -
Java theory and practice: an introduction to non blocking algorithms — reprint
When more than one thread accesses a mutually exclusive variable, all threads must use synchronization, otherwise some…… -
-
In the browser address bar, press enter, F5, Ctrl + F5 to refresh the difference between web pages – turn
Among them, pressing enter in the address bar is divided into two cases. First, the requested URI has not expired in t…… -
Gradle local and remote warehouse configuration – transfer
https://blog.csdn.net/x_iya/article/details/75040806 Local warehouse configuration environment variable grade_ USER_ H…… -
Resolving problems installing the Java JCE unlimited strength judgment policy files package — forward
Original address: https://www.ca.com/us/services-support/ca-support/ca-support-online/kNowledge-base-articles.tec16985…… -
Deep parsing of Java Memory Model: reordering — to
Original address: http://www.codeceo.com/article/java-memeory-2.html Data dependency If two operations access the same…… -
Commons Lang common tool class stringescapeutils use — to
https://my.oschina.net/ydsakyclguozi/blog/341496 Apache commons Lang (version 2.3 and above) provides us with a tool c…… -
Java get current method
1. Get the current method stack. We usually use StackTraceElement[] stes = Thread. currentThread(). getStackTrace(); T…… -
Use of httpserver
http://docs.oracle.com/javase/8/docs/jre/api/net/httpserver/spec/overview-summary.html Programmers must implement the …… -
Troubleshooting tools in JDK 7 — reprint
This chapter describes in detail the troubleshooting tools that are available in JDK 7. In addition,the chapter lists …… -
Java tuple usage instance — reprint
Original address: http://50vip.com/35.html @H_ 403_ 3 @ I. why use tuples tuple@H_403_3 @? Tuples, like lists, can be……