<< < 128 129 130 131 132 133 134 135 136 137 138 > >>   ∑:9020  Sort:Date

java.time.Instant - Representing a Moment of Time
This section describes the java.time.Instant class that represents a moment of time expressed in 2 components, Epoch-Second and Nanosecond-of-Second.
2022-10-01, ∼360🔥, 0💬

Listing of ASCII Characters and Encoded Bytes
This section provides a complete list of ASCII characters, code points and encoded bytes.
2022-10-01, ∼360🔥, 0💬

Archived: Applying Digital Signatures with Word 2007
This section describes elements of applying digital signatures in Microsoft Office Word 2007. On Windows system, Word 2007 uses digital IDs (certificates linked with private keys) from in 'Personal' certificate store managed by Internet Options.
2022-10-01, ∼360🔥, 0💬

keytool - Public Key Certificate Tool
This chapter provides notes and tutorials on the public key certificate management tool, 'keytool'. Topics include introduction of certificates and 'keystore' files, list of 'keytool' commands, generating private and public key pair, importing and exporting certificates.
2022-10-01, ∼360🔥, 0💬

Deadlock Example - 5 Dining Philosophers
This section provides a Java program that simulates the deadlock example - 5 Dining Philosophers.
2022-10-01, ∼360🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼360🔥, 0💬

Creating MySQL Windows Service
Tutorial example on how to create MySQL Windows Service with the 'mysqld --install' command. You can start MySQL server by start the MySQL service.
2022-10-01, ∼360🔥, 0💬

Insertion Sort - Implementation in Perl
This section provides a tutorial on how to implement the Insertion Sort algorithm with the binary search method in Perl.
2022-10-01, ∼360🔥, 0💬

What Is Serial Collector
This section describes the Serial Collector, which uses the combination of the Serial Collector of Young generation and the Serial Collector of Tenured generation, so both minor GC and major GC are performed in a single thread serially in a stop-the-world fashion.
2022-10-01, ∼360🔥, 0💬

PKI Certificate Tutorials - Herong's Tutorial Examples
This tutorial book is a collection of notes and sample codes written by the author while he was learning PKI certificate related technologies. Topics include PKI architecture and CA (Certificate Authorities); PKI certificate types and DER/PEM file formats; Certificate tools: OpenSSL and 'keytool'; C...
2024-11-27, ∼359🔥, 0💬

HTTPS (Hypertext Transfer Protocol Secure)
This chapter provides tutorial notes and example codes on HTTPS (Hypertext Transfer Protocol Secure). Topics include introduction to HTTPS; HTTPS server and client test programs; testing HTTPS connection with IE browser.
2022-10-01, ∼359🔥, 0💬

What Is VBScript?
This section provides a quick introduction of VBScript as scripting language for Windows systems. VBScript allows you to write script code to be executed in many host environments such as Internet Explorer and Internet Information Services for Web page scripting.
2022-10-01, ∼359🔥, 0💬

List of MySQL Programs
This section provides a list of main executable programs provided in MySQL 5.0 Community Edition.
2022-10-01, ∼359🔥, 0💬

PHP mysqli_connect() Error on "localhost" on macOS
This section provides a tutorial on the PHP mysqli_connect() 'No such file or directory' error, and the workaround of replacing 'localhost' with '127.0.0.1'.
2022-10-01, ∼359🔥, 0💬

What Is DNF
This section provides a quick introduction on DNF (also called Dandified YUM), which is the next generation of YUM (Yellowdog Update Modified) software package manager for RPM (RedHat Package Manager) based Linux distributions.
2022-10-01, ∼359🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-03-11, ∼359🔥, 1💬

Unicode Standard Releases
This section provides a list of major releases of the Unicode standard and their publishing dates.
2020-10-26, ∼359🔥, 1💬

Parsing WSDL Documents with Zeep Library
This section provides a tutorial example on how to parse WSDL documents and print out available services using Zeep default script. Zeep library supports WSDL 1.1 documents, not WSDL 2.0 documents.
2024-01-10, ∼358🔥, 0💬

Character.getNumericValue() - Numeric Value of Code Point
This section provides tutorial example on how to test 'Character' class getNumericValue() static methods to obtain the numeric value associated with a given Unicode character.
2022-10-01, ∼358🔥, 0💬

"javac -X" - Specifying Non-Standard Options
This section describes the Java compiler non-standard options, '-X...'.
2022-10-01, ∼358🔥, 0💬

"jdeps -verbose" - Class Level Dependencies of Class File
This section provides a tutorial example on how to use 'jdeps -verbose' command to show class level dependencies of a given Java class file.
2022-10-01, ∼358🔥, 0💬

Parallel Collector GC Log Message Format
This section describes the GC log message format of HotSpot JVM Parallel Collector.
2022-10-01, ∼358🔥, 0💬

Keychain File Locations on macOS
This section provides a tutorial example on how to find Keychain file locations on macOS computers.
2022-10-01, ∼358🔥, 0💬

Activity Diagram with LibreOffice UML Elements
This section provides a tutorial on how to draw a UML activity diagram with UML elements in LibreOffice.
2024-06-23, ∼357🔥, 0💬

<< < 128 129 130 131 132 133 134 135 136 137 138 > >>   ∑:9020  Sort:Date