<< < 182 183 184 185 186 187 188 189 190 191 192 > >>   ∑:8894  Sort:Date

Creating a Certificate Path with OpenSSL
This section provides a tutorial example on how to create multiple certificates to form a certificate path for testing purpose.
2022-10-04, ∼244🔥, 0💬

1996 年年历 - 鼠年
中国年历 - 1996 年年历 - 鼠年
2022-10-04, ∼244🔥, 0💬

Archived: Installing Adobe Reader APK File
This section provides a tutorial example on how to install the Adobe Reader APK file to the Android emulator using the 'adb' tool provided in the SDK package.
2022-10-01, ∼244🔥, 0💬

Character Set Encoding Classes and Methods
This chapter provides tutorial notes and example codes on character set related classes. Topics include collection types: what is character encoding; JDK supported encodings like: CP1252, ISO-8859, ASCII, UTF-8, UTF-16, GB18030; methods to encode characters to byte sequences; methods to decode byte ...
2022-10-01, ∼244🔥, 0💬

java.security.cert.Certificate - The Certificate Class
This section describes the certificate class: java.security.cert.Certificate ,which represents a signed certificate of a public key.
2022-10-01, ∼244🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Excel saving and opening Unicode files. UTF-16 (Little-Endian with BOM) is the best format for Excel.
2022-10-01, ∼244🔥, 0💬

PHP Statement Delimiter and Comments
This section provides a tutorial example on how to write PHP statements and comment in PHP source code files. PHP uses semicolon ';' as the statement delimiter. Comments can be entered in Perl, Java, or C styles.
2022-10-01, ∼244🔥, 0💬

ChemSpider APIs - FilterByFormulaRequest
This section provides a tutorial example on how to use 'FilterByFormulaRequest' Web service to search for chemical compounds by chemical formula with RSC (Royal Society of Chemistry) ChemSpider API.
2022-10-01, ∼244🔥, 0💬

ALTER TABLE - Statement to Alter Table Structures
A tutorial example is provided on how to use ALTER TABLE statements to add, delete, modify, columns and indexes.
2022-10-01, ∼244🔥, 0💬

JOIN - Operation to Join Two Tables
Describes JOIN operations to join two tables in different ways: CROSS JOIN, INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN.
2022-10-01, ∼244🔥, 0💬

References
This section provides a list of reference materials used in this book.
2022-10-01, ∼244🔥, 0💬

Data Architectures of Bitcoin Wallet
This section describes Data Architectures of a Bitcoin Wallet.
2022-10-01, ∼244🔥, 0💬

Performance Tests on Serial Collector
This chapter provides tutorial notes and example codes on performance impact of Serial collector, Topics include heap footprint; GC logging impact; wait time impact; heap size impact; running Young GC only, running more Old GC.
2022-10-01, ∼244🔥, 0💬

Performance Tests on G1 collector
This chapter provides tutorial notes and example codes on performance impact of G1 collector, Topics include heap footprint; heap size impact; running minor GC only, running more major GC.
2022-10-01, ∼244🔥, 0💬

Archived: Downloading Microsoft SQL Server 2005 Express Edition
This section describes how to download Microsoft SQL Server 2005 Express Edition.
2022-10-01, ∼244🔥, 0💬

2010 年年歷 - 虎年
中國年歷 - 2010 年年歷 - 虎年
2022-10-12, ∼243🔥, 0💬

What is CBC (Cipher Block Chaining) Operation Mode?
This section describes what is CBC (Cipher Block Chaining) Operation Mode - each plaintext block is XORed with the ciphertext of the previous block before encryption.
2022-10-08, ∼243🔥, 0💬

Arrays - Ordered Maps
This chapter provides tutorial examples and notes about arrays. Topics include creating arrays with the array constructor, using integer keys or string keys in arrays, accessing values through keys, array related built-in functions.
2022-10-01, ∼243🔥, 0💬

Operating System Information in $_SERVER
This section provides a tutorial example on how to dump operating system information stored in the $_SERVER array.
2022-10-01, ∼243🔥, 0💬

Archived: Adding PHP to IIS as CGI
This section provides a tutorial example on how to add the PHP engine to the IIS server to serve PHP scripts as Web pages.
2022-10-01, ∼243🔥, 0💬

popen() - Execute External Programs
This section provides a tutorial example on how to the popen() function to invoke an external program. The program's standard output, stdout, or input, stdin, is mapped to a file handle to reading or writing.
2022-10-01, ∼243🔥, 0💬

Crypt::SSLeay Failing to Verify Server's Certificate
This section provides a tutorial example on how Crypt::SSLeay fails to verify HTTPS server's certificate using the HTTPS_CA_FILE environment variable, the CA certificate can not be found.
2022-10-01, ∼243🔥, 0💬

Archived: Viewing Certificate Path Validation Error in IE 8
This section provides a tutorial example on how to find the cause of the certificate validation error in IE 8.
2022-10-01, ∼243🔥, 0💬

Server-Side and Client-Side Web Scripting
This chapter provides introductions and tutorial examples on server-side and client-side Web scripting. Topics include Web scripting processing architecture overview; processing steps of server-side and client-side scripting; event handling scripts; script code returns new script code.
2022-10-01, ∼243🔥, 0💬

<< < 182 183 184 185 186 187 188 189 190 191 192 > >>   ∑:8894  Sort:Date