<< < 85 86 87 88 89 90 91 92 93 94 95 > >>   ∑:8894  Sort:Date

Reduce Stop-The-World with Concurrent Mark and Sweep
This section demonstrates how CMS Collector reduces Stop-The-World duration by running parts of Mark and Sweep steps concurrently with the application.
2022-10-01, ∼492🔥, 0💬

Archived: "adb push" and "adb pull" Commands
This section describes 'adb push' and 'adb pull' commands, which allows you to copy files to and from the remote Android emulator or device.
2016-10-20, ∼492🔥, 2💬

💬 2016-10-20 Herong: Peter, this tutorial is outdated, because it was based on the outdated SDK version: Android SDK R17. "push" and "pull" commands ...

💬 2016-10-19 peter chatterton: What do you mean by 'outdated'? Are push and pull impossible not or just unsupported? Great site BTW!! Because of the Dummies bo...

What Is JVM (Java Virtual Machine)
This section describes what is JVM (Java Virtual Machine).
2022-10-01, ∼491🔥, 0💬

A6A0: Bamum
This section provides a quick summary of the Unicode code point block: 'Bamum', which contains 96 code points to represent Bamum alphabets used in the Bamum language.
2024-01-23, ∼490🔥, 0💬

102E0: Coptic Epact Numbers
This section provides a quick summary of the Unicode code point block: 'Coptic Epact Numbers', which contains 32 code points to represent Coptic Epact Numbers alphabets used in the Coptic Epact Numbers language.
2024-01-23, ∼490🔥, 0💬

10C80: Old Hungarian
This section provides a quick summary of the Unicode code point block: 'Old Hungarian', which contains 108 code points to represent a number of letters for the Old Hungarian script.
2024-01-23, ∼490🔥, 0💬

What Is "keystore"?
This section provides a quick introduction of 'keystore' - a database file used to store private keys and public key certificates. 'keystore' file can be managed by the KeyStore class or the 'keytool' command.
2022-10-01, ∼490🔥, 0💬

Using HTTPS with Google Chrome
This chapter provides tutorial notes and example codes on using certificates with Google Chrome. Topics include why Web browsers need certificates; viewing the certificate from an HTTPS Web server; saving the certificate from a server to a certificate file; exporting certificates to files.
2022-10-01, ∼490🔥, 0💬

Class and Interface Hierarchy
This section describes Java class and interface hierarchical relationships to support object inheritance: superclass-subclass relation, superinteface-subinterface relation, and interface-class relation.
2022-10-01, ∼490🔥, 0💬

2C60: Latin Extended-C
This section provides a quick summary of the Unicode code point block: 'Latin Extended-C', which contains 32 code points to represent additional Latin alphabets.
2024-01-23, ∼489🔥, 0💬

E000: Private Use Area
This section provides a quick summary of the Unicode code point block: 'Private Use Area', which contains 6400 code points reserved for private uses.
2024-01-23, ∼489🔥, 0💬

Synchronization Technique and Synchronized Code Blocks
This chapter provides tutorial notes and tutorial examples on synchronization technique and synchronized code blocks. Topics include what is the synchronization technique; synchronized class methods, instance methods, statement blocks; synchronized banking application sample.
2015-11-13, ∼489🔥, 1💬

Activity Diagram - Partition (Swimlane) Notation
This section describes the Partition (Swimlane) Notation used in a UML Activity Diagram. A Partition Notation represents a group of actions and objects that share some common properties.
2022-10-04, ∼487🔥, 0💬

Install PHPMailer from Source Code
This section provides a tutorial example on how to install PHPMailer from source code on any system without any installation tools.
2022-10-01, ∼487🔥, 0💬

Windows Certificate Stores and Console
This chapter provides tutorial notes and example codes on certificate stores and certificate console on Windows systems. Topics include creating an MMC (Microsoft Management Console) snap-in, certificate console; using certificate console to export certificate list; using certificate store to view, ...
2022-10-01, ∼487🔥, 0💬

Generating Username Token with SoapUI
This section provides a tutorial example on how to generate Username token and insert it into SOAP request header by adding outgoing WS-Security configuration entry to request message in SoapUI.
2022-10-04, ∼486🔥, 0💬

javac - Using CP1252 to Process Source File
This section provides a tutorial example showing how 'javac' processing Java source code files with CP1252 encoding.
2022-10-01, ∼486🔥, 0💬

"geth" - Start Ethereum Node
This section describes Go Ethereum (Geth) commands.
2022-10-01, ∼486🔥, 0💬

Run "geth" Miner in Multiple Threads
This section describes how to run 'geth' miner in multiple threads.
2022-10-01, ∼486🔥, 0💬

What Is an Elliptic Curve?
This section describes what is elliptic curve - A set of 2 dimensional points of (x, y) that satisfy the y*y = x*x*x + a*x + b equation with given values of a and b.
2022-05-15, ∼486🔥, 1💬

1200: Ethiopic
This section provides a quick summary of the Unicode code point block: 'Ethiopic', which contains 512 code points to represent Ethiopic alphabets used in the Ethiopic language.
2024-01-23, ∼485🔥, 0💬

Testing JDK Installation
This section describes how to compile and run Java programs to test JDK installation on Windows system.
2022-10-01, ∼485🔥, 0💬

Invoking Methods of Class Instances
This section provides a tutorial example on how to reflect class methods as Method instances and invoke them directly.
2022-10-01, ∼485🔥, 0💬

JVM Stack, Frame and Stack Overflow
This chapter provides tutorial notes and example codes on JVM stack, frame and stack overflow. Topics include introduction of JVM stacks and frames; condition of StackOverflow exception; setting stack size limit with -Xss; estimating frame size; impact of stack size on JVM footprint; stack area expa...
2022-10-01, ∼485🔥, 0💬

<< < 85 86 87 88 89 90 91 92 93 94 95 > >>   ∑:8894  Sort:Date