<< < 222 223 224 225 226 227 228 229 230 231 232 > >>   ∑:9026  Sort:Date

1955 年年历 - 羊年
中国年历 - 1955 年年历 - 羊年
2022-10-07, ∼265🔥, 0💬

Migrating Keys from "OpenSSL" Key Files to "keystore"
This chapter provides tutorial notes and example codes on migrating keys from 'OpenSSL' key files to 'keystore' files. Topics include generating a 'OpenSSL' key file; generating a self-signed certificate; merging a key file with its self-signed certificate into a PKCS#12 file; importing PKCS#12 file...
2022-10-05, ∼265🔥, 0💬

"switch" Statements
This section describes how 'switch' statements work. Execution will start at the 'case' clause whose expected value matches the test expression. Execution will continue with all remaining 'case' clauses.
2022-10-01, ∼265🔥, 0💬

Array Object Instance Method Examples
This section provides a tutorial example on how to use array object methods like push(), pop(), unshift(), shift(), sort(), join(), etc.
2022-10-01, ∼265🔥, 0💬

Archived: Installing JDK 12 on Windows
This section provides a tutorial example on how to download and install JDK 12, which includes some nice Java tools, on a Windows system.
2022-10-01, ∼265🔥, 0💬

Logical (Boolean) Data Type
This section describes value range and storage space size of logical data type: boolean.
2022-10-01, ∼265🔥, 0💬

Interface Type Variables
This section describes how to use an interface type variable to store references to objects of classes that implemented this interface.
2022-10-01, ∼265🔥, 0💬

Goetz' Implementation of Base64 in JavaScript - Test
This section provides a test program for the JavaScript implementation of the Base64 encoding algorithm by Goetz Heller.
2022-10-01, ∼265🔥, 0💬

HelloMySQL.pl - Sample Perl Program to Use MySQL
This section provides a sample Perl program, HelloMySQL.pl, which connects the MySQL server on the local machine, creates a table and inserts a record into the table.
2022-10-01, ∼265🔥, 0💬

Operations and Functions for Bit Strings
Describes operations and functions for bit strings, sequences of bit values, 0 and 1.
2022-10-01, ∼265🔥, 0💬

Crypt::Blowfish Behavior Tests
A tutorial Perl example is provided to show how to verify behaviors of Crypt::Blowfish module on different sizes of secret keys and plaintext messages.
2022-10-01, ∼265🔥, 0💬

Parallel Collector Stops Application for Minor/Major GC
This section provides log messages showing that the Parallel Collector stops the application for both Minor GC and Major GC.
2022-10-01, ∼265🔥, 0💬

Parallel Collector Changing NewRatio and SurvivorRatio
This section demonstrates that the Parallel Collector changes the NewRatio and the SurvivorRatio dynamically, even they are specified in command line.
2022-10-01, ∼265🔥, 0💬

JDBC-ODBC - Creating DSN
This section describes how to create a DSN quick to test JDBC-ODBC Bridge.
2022-10-01, ∼265🔥, 0💬

Creating Procedures with IN and OUT Parameters
This section describes how to create a procedure with IN and OUT parameters.
2022-10-01, ∼265🔥, 0💬

getProcedures() - Listing Stored Procedures
This section describes how to get a list of stored procedures in the database server.
2022-10-01, ∼265🔥, 0💬

What Is Generator Expression
This section provides a quick introduction of generator expression, which contains a 'for' clause enclosed in parentheses and returns a generator iterator.
2024-10-29, ∼264🔥, 0💬

SSL/TLS Support on Tomcat 8 or Older
This section provides a tutorial example on how to configure Tomcat 8 or older to support SSL/TLS for the HTTPS service.
2024-04-12, ∼264🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 B2 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 B2 行。
2024-01-31, ∼264🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 C5 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 C5 行。
2024-01-31, ∼264🔥, 0💬

Unicode > Big5 轉換: 第 31 部分 - U+7B4A 到 U+7CF1
本節列出了 Unicode 到 Big5 代碼轉換表的第 31 部分 - Unicode U+7B4A 到 U+7CF1。
2024-01-31, ∼264🔥, 0💬

SOAP Properties Model
This chapter describes SOAP Properties Model.
2022-10-11, ∼264🔥, 0💬

DsaSignatureVerifier.java - Verifying DSA Digital Signature
This section provides tutorial example on how to verifying a digital signature for a message file with the DSA public key using the SHA1withDSA algorithm.
2022-10-07, ∼264🔥, 0💬

Message Styles Supported in SOAP::Lite
This section describes message types supported in SOAP::Lite: rpc/encoded, rpc/literal, document/encoded, and document/literal.
2022-10-06, ∼264🔥, 0💬

<< < 222 223 224 225 226 227 228 229 230 231 232 > >>   ∑:9026  Sort:Date