(English) Java Remote Debugging

Print Friendly, PDF & Email

Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.

(English) Optional Parameters in Java: Common Strategies and Approaches

Print Friendly, PDF & Email

Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.

How to create a temporary file to store data

Print Friendly, PDF & Email

Your application has to write data out in a temporary file to reprocess them before rendering to users. The file will be created temporarily and swept our when the application…

Fastest way to get the first n elements of a List into an Array

Print Friendly, PDF & Email

def s = ‘Hello Groovy world!’ assert s.take(5) == ‘Hello’ assert s.drop(6) == ‘Groovy world!’ Python Let’s assume an arbitrary list/array: in_list = list(range(10)) // Python2: in_list = range(10) //…

(English) How to test database connection without using Hibernate ORM in Grails

Print Friendly, PDF & Email

Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.

Getting started with Log4j2

Print Friendly, PDF & Email

Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.

(English) ArrayList in Java

Print Friendly, PDF & Email

Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.

Tài liệu và sách về Java

Print Friendly, PDF & Email

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

Print Friendly, PDF & Email

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

Print Friendly, PDF & Email

Rất tiếc, mục này chỉ tồn tại ở Tiếng Anh.