Popular Books:
Relativity of Simultaneity in Minkowski Diagram
This section provides a demonstration of the relativity of simultaneity phenomenon using a Minkowski diagram. 2019-01-17, ∼1126🔥, 1💬
Installing Android PDF Viewer APK File
This section provides a tutorial example on how to install the Android PDF Viewer APK file to the Android emulator using the 'adb' tool provided in the SDK package. 2022-10-01, ∼1122🔥, 0💬
HttpsEchoer.java - A Better HTTPS Server
This section provides a tutorial example on how to write a better HTTPS test program, HttpsEchoer.java. It handles connections abandoned by the client correctly. 2022-10-01, ∼1118🔥, 0💬
What Is "inline-container" Formatting Object?
This section describes 'inline' formatting object, which generates an inline area on the target device with its content. 2022-10-01, ∼1115🔥, 0💬
Parallel New (ParNew) Collector for Minor GC
This section demonstrates that the '-XX:+UseConcMarkSweepGC' JVM option invokes the Parallel New (ParNew) collector for Young generation GC. 2022-10-01, ∼1112🔥, 0💬
What Is ASCII
This section provides a quick introduction of ASCII (American Standard Code for Information Interchange) character set and encoding. 2018-06-15, ∼1108🔥, 1💬
jdeps - Class Dependency Analyzer Command
This section describes what is 'jdeps' - is a command line tool to run the Java Class Dependency Analyzer tool. 2022-10-01, ∼1107🔥, 0💬
💬 2015-12-02 周迹武: 上了,又退学了,把她爹都气晕了。
💬 2015-12-01 徐奇文: 徐奇文上大学了吧!如上了,一定是个好大学。她即聪明又好学,如果不是他爹瞎 教,学业可能会更好些。
MockService - Web Service Simulator
This section provides a tutorial example on how to create a Web service simulator, MockService, with SoapUI, to return a mock response. 2023-11-07, ∼1100🔥, 2💬
"-XX:ParallelGCThreads=6" - Young GC Parallel Threads
This section demonstrates that the '-XX:ParallelGCThreads=6' option can be used to control the number of threads used in Young GC parallel phases. 2022-10-01, ∼1099🔥, 0💬
What Is Runtime?
This section describes what is Runtime - A Java built-in class, java.lang.Runtime, that presents running instances of a Java Virtual Machine (JVM). 2017-04-28, ∼1099🔥, 2💬
Installing SOAP::Lite Package
This section describes a tutorial on how to check and install the SOAP::Lite package. 2022-10-01, ∼1098🔥, 0💬
R-Group Decomposition with RDKit
This section provides a tutorial example on R-Group decompositions using RGroupDecompose() function in RDKit library. 2022-10-01, ∼1096🔥, 0💬
Popular Posts:
This section describes how to create connection objects with the DataSource class.
This section describes how to download and install JDK 12 on a Windows system.
This section provides a tutorial example on how to run Perl scripts with ActivePerl on Windows syste...
This section describes what is Java micro benchmark and general guidelines on writing micro benchmar...
This chapter provides notes and tutorial examples on UTF-16, UTF-16BE and UTF-16LE encodings. Topics...