(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:
Tài liệu và sách về 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…
Lớp HashMap trong Java
Giới thiệu HashMap là lớp sử dụng một bảng băm để cài đặt một kiểu dữ liệu từ giao diện Map (Map interface). Nó giảm thời gian thực hiện các phép…
(English) Simple steps to log messages in Java programs using Log4j
Rất tiếc, mục này chỉ tồn tại ở English.
Dùng jQuery để check và uncheck một ô checkbox
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ế…
