Recent Posts
-
In depth understanding of Java G1 garbage collector — to
Original address: http://blog.jobbole.com/109170/?utm_source=hao.jobbole.com&utm_medium=relatedArticle This paper …… -
-
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…… -
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…… -
Be careful when designing database fields or using boolean type in Java
Boolean variables have only two values: false and true. We will use Boolean when designing database fields or defining…… -
Use JSSE to customize the properties of SSL connection — reprint
JSSE provides secure communication for Java applications by encrypting and protecting data over the network using SSL.…… -
Beauty of simplicity jodd — props attribute usage
Prop is a super property; It contains many things missing from JDK: UTF-8 support, macros, partitions, profiles, full …… -
Design and implementation of cache — reprint
This article is compiled from the following two Blogs: http://my.oschina.net/ScottYang/blog/298727http://my.oschina.ne…… -
Executing System commands in Java—ref
One of the nice features of Java language is that it provides you the opportunity to execute native system commands an…… -
Deep parsing of Java Memory Model: final — to
Original address: http://www.codeceo.com/article/java-memory-6.html Compared with the locks and described earlier, rea…… -
Top 10 questions about Java Collections–reference
reference from: http://www.programcreek.com/2013/09/top-10-questions-for-java-collections/ The following are the most …… -
Errors running builder ‘JavaScript Validator’ on project
Builders remove the JavaScript validator. As shown in the figure: reference: 【1】 http://www.cnblogs.com/enshrineZith…… -
-
How to Read, Write XLSX File in Java – Apach POI Example—reference
No matter how Microsoft is doing in comparison with Google,Microsoft Office is still the most used application in soft…… -
Detailed explanation of Java 8 stream API — turn to
Original address: http://blog.csdn.net/chszs/article/details/47038607 1、 Stream API introduction 8 introduces a new s…… -
Fastjson reads the JSON configuration file
Fastjson read JSON configuration file: Dependency: import org. apache. commons. io. IoUtils; import org. apache. commo…… -
A civilian application performance optimization Checklist (complete) — turn
Original address: http://calvin1978.blogcn.com/articles/checklist.html 1. General principles Some correct but slightly…… -
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…… -
RESTful Web Services: A Tutorial–reference
As REST has become the default for most Web and mobile apps,it's imperative to have the basics at your fingertips. -
Environment variables of windows DOS command window
When installing Maven today, I encountered MVN - V, which shows that MVN is not the command line and the environment v…… -
5 Ways to Use Log Data to Analyze System Performance–reference
Recently we looked across some of the most common behaviors that our community of 25,000 users looked for in their l…… -
JAAS LOGIN IN WEBLOGIC SERVER–reference
The Java Authentication and Authorization Service (JAAS) is a standard extension to the security in the J2SE Developme…… -
How Do Annotations Work in Java?– turn
Original address: https://dzone.com/articles/how-annotations-work-java Annotations have been a very important part of …… -
java code to byte code–partone–reference
Understanding how Java code is compiled into byte code and executed on a Java Virtual Machine (JVM) is critical beca…… -
10 Questions To Make Programming Interviews Less Expensive–reference
Conducting "Strong knowledge of Java","Exceptional in SQL" and "Programming gurus" fail to answer these simple questio…… -
Debugging WebLogic Server Applications Using Eclipse and the WebLogic-Plugin
http://www.oracle.com/technetwork/cn/tutorials/eclipse-plugin-093411.html -
The declared package does not match the expected package
Eclipse uses import to import the source code into the project or SVN check-out to import the source code into the pro…… -
How to Tune Java Garbage Collection–reference
reference: http://architects.dzone.com/articles/how-tune-java-garbage -
Analysis of servlet working principle — reprint
Original text: http://www.ibm.com/developerworks/cn/java/j-lo-servlet/index.html?ca=drs - Web technology has become on…… -
3 Ways of JDK Source Code Attachment in Eclipse—reference
You wanna look at a JVM class while you are coding and you cannot. Here is the solution. First of all, your related JD……