<< < 175 176 177 178 179 180 181 182 183 184 185 > >>   ∑:9026  Sort:Rank

What Is "keystore"?
This section provides a quick introduction of 'keystore' - a database file used to store private keys and public key certificates. 'keystore' file can be managed by the KeyStore class or the 'keytool' command.
2022-10-01, ∼561🔥, 0💬

Archived: Downloading and Installing PHP 5.4.3 for Windows
This section provides a tutorial example on how to download and install the PHP engine 5.4.3 on a Windows system.
2022-10-01, ∼561🔥, 0💬

jlink - The JRE Linker
This chapter provides tutorial notes on 'jlink', the JRE Linker. Topics include introduction of jlink; building JRE with java.base only; building application JRE; generating application launching scripts.
2022-10-01, ∼561🔥, 0💬

DOM API - The "document" Object
This section provides a quick description of the 'document' object of the DOM API. A tutorial example is provided on building a simple HTML document with the 'document' object.
2022-10-01, ∼561🔥, 0💬

Retrieving Multiple ResultSet Objects
This section describes how to retrieve multiple ResultSet objects from a stored procedure call.
2022-10-01, ∼561🔥, 0💬

"soap12:body" - Binding for SOAP Body
This section describes 'soap12:body', a SOAP extension element that specifies how the SOAP Body should be constructed in the SOAP message for an operation input and output. 'literal' means no encoding.
2022-10-01, ∼559🔥, 0💬

Archived: Installing MySQL 4.0.18
This section provides a tutorial example on how to install MySQL 4.0.18 on a Windows system.
2022-10-01, ∼559🔥, 0💬

Turning Off the Chunked HTTP Flag
This section provides a tutorial example on how to turn off the Chunked HTTP flag to fix the 'Transport error: 411 Error: Length Required' error.
2022-10-01, ∼558🔥, 0💬

"Type mismatch" Runtime Error - Assignments to Array Variables
This section describes how values from scalar array variables can be assigned to other scalar or array variables. Runtime error 'Type mismatch' happens when you try to assign scalar values or arrays to array variables.
2022-10-01, ∼558🔥, 0💬

Crypt::CBC Encryption with Literal Keys
A tutorial Perl example is provided to show how to use Crypt::CBC to perform encryption with a literal key and an IV specified by the user.
2022-10-01, ∼558🔥, 0💬

Character Set Encoding Maps
This chapter provides tutorial notes and example codes on character set encoding maps. Topics include collection types: encoding map analyzer program; analyzing and print encoding maps for US-ASCII, ISO-8859-1/Latin 1, Windows CP1252, Unicode UTF-8, UTF-16, UTF-32; sample program to count valid char...
2022-10-01, ∼557🔥, 0💬

Viewing XML Documents in Source Code
This section provides a tutorial example on how to view XML documents in source code using XML Notepad 2007 default XSLT template.
2022-10-01, ∼557🔥, 0💬

php_blowfish.php - PHP Blowfish Demo
This section provides a tutorial example on how to use mcrypt_module_*() functions to perform Blowfish cipher encryption in PHP. The demo PHP script is provided by Chilkat Software.
2022-10-01, ∼557🔥, 0💬

Empty - The Default Value of a Variable
This section provides a tutorial example on how to find out the default value, Empty, of a variable before its first assignment.
2022-10-01, ∼556🔥, 0💬

JSON-to-XML Conversion Rules
This section provides a simple set of JSON-to-XML Conversion Rules that preserves the structure of the original JSON document. You can build your own converter with those rules.
2022-10-01, ∼556🔥, 0💬

Reduce Stop-The-World with Concurrent Mark and Sweep
This section demonstrates how CMS Collector reduces Stop-The-World duration by running parts of Mark and Sweep steps concurrently with the application.
2022-10-01, ∼556🔥, 0💬

Archived: Windows XP Component - Removing "Update Root Certificates"
This section provides a tutorial example on how to remove the 'Update Root Certificates' component from Windows XP system to stop root certificates getting into your computer automatically.
2022-10-01, ∼554🔥, 0💬

Invoking Methods of Class Instances
This section provides a tutorial example on how to reflect class methods as Method instances and invoke them directly.
2022-10-01, ∼554🔥, 0💬

JVM Stack, Frame and Stack Overflow
This chapter provides tutorial notes and example codes on JVM stack, frame and stack overflow. Topics include introduction of JVM stacks and frames; condition of StackOverflow exception; setting stack size limit with -Xss; estimating frame size; impact of stack size on JVM footprint; stack area expa...
2022-10-01, ∼554🔥, 0💬

Western Astrology
This section describes what is Western astrology.
2022-10-01, ∼553🔥, 0💬

URL Encoding on HTML Form Data - IE
This section provides a tutorial example on how Internet Explorer (IE) 7.0 is applying URL encoding on HTML form input data. IE uses application/x-www-form-urlenco dedencoding.
2022-10-01, ∼553🔥, 0💬

Running EncodingSampler.java with UTF-8, UTF-16, UTF16-BE
This section provides a tutorial example on how to run the character encoding sample program with UTF-8, UTF-16, and UTF16-BE encodings, which are all Unicode character set encodings.
2022-10-01, ∼552🔥, 0💬

What Is a Constructor
This section describes what is a constructor - a special method to be invoked automatically when a new object is created from a class. The main purpose of the constructor is to provide initial values to object properties.
2022-10-01, ∼552🔥, 0💬

"bitcoin-qt.exe -testnet" - Bitcoin Test Network
This section describes the Bitcoin test network using the -testnet option.
2022-10-01, ∼552🔥, 0💬

<< < 175 176 177 178 179 180 181 182 183 184 185 > >>   ∑:9026  Sort:Rank