(English) Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance.
(English) How to add a manifest file to jar file
(English) JAR files support a wide range of functionality, including electronic signing, version control, package sealing, and others. What gives a JAR file this versatility? The answer is the JAR file’s manifest.
The manifest is a special file that can contain information about the files packaged in a JAR file. By tailoring this « meta » information that the manifest contains, you enable the JAR file to serve a variety of purposes.
This post will explain the contents of the manifest file and show you how to work with it, with examples for the basic features:
Livres et Ouvrages du Java
This text will introduce useful learning resources for someones who want to learn Java programming language. Because resources are continuously updated, this writing is too keep up. Official Java Documentation…
HashMap en Java
http://www.journaldunet.com/developpeur/pratique/developpement/12308/quelles-sont-les-differences-entre-hashmap-et-hashtable-en-java-leurs-points-forts-et-points-faibles.html Il existe dans le langage Java de nombreuses classes pour stocker ses données et les parcourir facilement. La classe HashMap est une des
(English) Simple steps to log messages in Java programs using Log4j
Désolé, cet article est seulement disponible en English.
Comment cocher et décocher une checkbox avec jQuery
Làm với jQuery, nhiều bạn lập trình Front End chắc sẽ nắm rõ cách thức để viết hàm để bắt sự kiện check và uncheck một ô checkbox như thế…
(English) Unveil magic of hibernate lazy loading
Désolé, cet article est seulement disponible en English.
(English) How to create an Executable Jar File
Désolé, cet article est seulement disponible en English.
