<< < 242 243 244 245 246 247 248 249 250 251 252 > >>   ∑:8894  Sort:Date

Oracle - JBDC CallableStatement
This chapter provides tutorial notes on JDBC CallableStatement objects for stored procedures. Topics include CallableStatement overview; creating stored procedures with parameters; using place holders in CallableStatement objects; register output parameters.
2022-11-18, ∼191🔥, 0💬

What Is RDKit
This section provides a quick introduction of RDKit, a collection of cheminformatics and machine-learning software written in C++ and Python.
2022-10-19, ∼191🔥, 0💬

Downloading and Installing JDK on Windows
This section provides a tutorial example on how to download and install JDK on a Windows computer.
2022-10-18, ∼191🔥, 0💬

Certificates and Certificate Chains
This section describes what is a certificate and what is a certificate path. A certificate is a digitally signed statement from the issuer saying that the public key of the subject has some specific value.
2022-10-15, ∼191🔥, 0💬

Performance of Inserting Rows with a PreparedStatement
This section describes how to measure the performance of inserting rows using a PreparedStatement object.
2022-10-15, ∼191🔥, 0💬

SOAP Action Feature
This section describes the SOAP Action Feature, its properties and processing rules.
2022-10-10, ∼191🔥, 0💬

stat() - Returns File Statistics
This section provides a tutorial example on using stat() to return many statistics of the specified file, including file size, creation time, and last modification time.
2022-10-08, ∼191🔥, 0💬

User Defined Subroutines
This chapter provides tutorial examples and notes about user defined subroutines. Topics include parameters are passed as aliases of the original variables; parameters are received in local array variable @_; list value can be returned from a subroutine; a subroutine can be called in many ways.
2022-10-06, ∼191🔥, 0💬

Using MD5 Message Digest in PHP
This section provides a tutorial example on how to use MD5 message digest algorithm in PHP. The PHP engine has a built-in function md5().
2022-10-04, ∼191🔥, 0💬

What Is Object Property Iteration
This section describes what is property iteration - A PHP built-in feature to access properties of an object in 'foreach' statement in the same as an associative array.
2022-10-01, ∼191🔥, 0💬

The "RegExp" Object Type - Regular Expression Patterns
This section provides a quick description and a tutorial example script on the 'RegExp' built-in object type, which is used to create 'RegExp' objects for pattern matching operations.
2022-10-01, ∼191🔥, 0💬

Nested List Datatypes - Not Allowed
This section provides a tutorial example on how list datatypes and list union datatypes are now allowed as item datatypes to construct nested list datatypes.
2022-10-01, ∼191🔥, 0💬

GetInfoByState - Usage Description
This section describes the free Web service GetInfoByState provided by WebserviceX.NET. GetInfoByState allows you to retrieve ZIP codes for a given US state. City names, phone area codes and time zone codes are also included.
2022-10-01, ∼191🔥, 0💬

LatLonListZipCode - Response Message Sample
This section provides a response message sample of LatLonListZipCode Web service.
2022-10-01, ∼191🔥, 0💬

C Shell Command Line Examples
This section provides some C shell command line examples with explanations.
2022-10-01, ∼191🔥, 0💬

Primary Key Index on InnoDB Table
This section provides a tutorial example on how to create an InnoDB table with a single index page, and see relations between the index page and table data pages.
2022-10-01, ∼191🔥, 0💬

Most Popular Operating Systems
The most popular operating systems based on browser signature strings in log files for year 2013 with no log files missing.
2022-10-01, ∼191🔥, 0💬

Most Popular Web Browsers and Trends
This section provides statistics on most popular Web browsers and trends for website herongyang.com.
2022-10-01, ∼191🔥, 0💬

Sort_Test.pl - Sorting Performance Test
This section describes a sample test program, Sort_Test.pl, which can be used to test any sorting algorithm for data elements stored an array in Perl language.
2022-10-01, ∼191🔥, 0💬

Efficient Form of the Blowfish Algorithm
A more efficient form of the Blowfish Algorithm is presented with the 16-round loop expanded inline to avoid the 'Swap' step.
2022-10-01, ∼191🔥, 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, ∼191🔥, 0💬

Generational Garbage Collection in HotSpot
This section describes the generational garbage collection architecture used in the HotSpot JVM. Young Generation stores objects with shorter lives and Tenured Generation stores objects with longer lives.
2022-10-01, ∼191🔥, 0💬

Issue New Certificate with My CA on macOS
This section provides a tutorial example on how to issue a new certificate from a CSR (Certificate Signing Request) with my private key and my root CA certificate on macOS using Keychain Access.
2022-10-01, ∼191🔥, 0💬

JDBC Version and History
This section provides some quick information about JDBC versions and history.
2022-10-01, ∼191🔥, 0💬

<< < 242 243 244 245 246 247 248 249 250 251 252 > >>   ∑:8894  Sort:Date