Popular Books:
Footprints of Private and Shared Memories
This section provides a tutorial example on how to estimate footprints of private memory and shared memory of C# applications. 2022-10-01, ∼396🔥, 0💬
W3C Implementation of Base64 in Java
This section provides a test program for the Java implementation of Base64 by W3C. Tests of both encoder and decoder are provided. 2022-10-01, ∼396🔥, 0💬
Collations in Predicate Operations
This section provides tutorial examples on how collations are used in predicate operations by MySQL. 2022-10-01, ∼396🔥, 0💬
View Transaction Receipt
This section describes how to view transaction receipt. 2022-10-01, ∼396🔥, 0💬
Inserting CLOB Values with setCharacterStream() Method
This section describes how to insert CLOB values with the PreparedStatement.setCharacter Stream()method. 2022-10-01, ∼396🔥, 0💬
Install MySQL Database Server on CentOS
This section provides a tutorial example on how to install MySQL 8.0 server on CentOS 8 systems using 'dnf/yum' as the package manager. 2022-10-01, ∼396🔥, 0💬
Using Local Windows System as a Mail Server
This section provides a tutorial example on how to setup your local Windows system to use IIS (Internet Information Services) as a SMTP mail server. 2022-10-01, ∼395🔥, 0💬
Asking OpenSSL to Verify Server's Certificate
This section provides a tutorial example on how to ask the OpenSSL module to verify HTTPS server's certificate using 'verify_peer' SSL context option. 2022-10-01, ∼395🔥, 0💬
XSD 1.1 Supported by jaxp.SourceValidator
This section provides a tutorial example showing that jaxp.SourceValidator does support XSD 1.1. 2022-10-01, ∼395🔥, 0💬
Perl Implementation of Base64URL Encoding
This section provides a tutorial example on how to perform Base64URL encoding on binary files using my own implementation in Perl. 2022-10-01, ∼395🔥, 0💬
Accessing MySQL Servers from Perl Programs
A tutorial example is provided on what programs and modules are needed to access MySQL servers from Perl programs, and how to install them. 2022-10-01, ∼395🔥, 0💬
Serial GC Tracing - Aged Live Objects
This section provides a tutorial of tracing how Serial GC increases the age of objects survived each additional GC in 'from' space. 2022-10-01, ∼395🔥, 0💬
JDBC-ODBC - Connecting to SQL Server 2005
This section describes how to connect to a SQL Server 2005 through DSN with JDBC-ODBC Bridge. 2022-10-01, ∼395🔥, 0💬
What Is a Socket?
This section describes what is a socket - An concept represents one end-point of a two-way communication link between two programs running on the Internet network. 2022-10-01, ∼394🔥, 0💬
Dumping Server Certificate in Python
This section provides a tutorial example on dumping the server certificate in DER binary or PEM text format. 2022-10-01, ∼394🔥, 0💬
"File" Objects Representing Files
This section describes File object and its properties and methods. A tutorial example is provided on how to list all properties of a file. 2022-10-01, ∼394🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to use 'adb -d install' command options. '-r' is to ...
For some couples, it's easy – they know just when they want to tie the knot. For others, it...
This section describes the UUEncode algorithm with some simple encoding examples.
This section describes the third zodiac sign, Gemini, the Twins.
This section describes how the message receiver should decrypt an encrypted SOAP message in 2 steps:...