<< < 189 190 191 192 193 194 195 196 197 198 199 > >>   ∑:9026  Sort:Rank

SAX (Simple API for XML) Programming Interface
This chapter provides tutorial notes and example codes on SAX (Simple API for XML). Topics include introduction to SAX programming interface; Original Java implementation of SAX; SAX 1.0 and 2.0 standards; Java example of parsing XML files using SAX; printing SAX parsing pattern.
2022-10-01, ∼447🔥, 0💬

Generic Classes and Parameterized Types
This chapter provides tutorial notes and example codes on generic classes and parameterized types. Topics include what is a generic class; what is a type parameter; using parameterized types and subtyping; using wildcard parameterized types and subtyping.
2022-10-01, ∼447🔥, 0💬

Horoscope and Planets
This chapter looks at how planets are interpreted in astrology and horoscope.
2022-10-01, ∼447🔥, 0💬

"bf-ecb" Cipher with Literal Key
A tutorial example is provided to show you how to use the 'bf-ecb' (Blowfish in ECB mode) cipher with Literal Key to encrypt and decrypt binary data files. The IV is not used in 'bf-ecb' cipher.
2022-10-01, ∼447🔥, 0💬

region-start and region-end Sub Elements
This section describes optional region-start and region-end sub elements of the simple-page-master page layout. They are used to declare sidebar areas on the page in most cases.
2022-10-01, ∼447🔥, 0💬

Digital Signature - OpenOffice.org 3
This chapter provides tutorial notes and example codes on applying digital signature with OpenOffice.org 3. Topics include obtaining a personal certificate signed by a trusted root CA; adding a digital signature to an OpenOffice.org document; viewing details of certificates; intended usages of certi...
2022-10-01, ∼446🔥, 0💬

Major Changes in XML 1.1
This section describes major changes introduced in XML 1.1 comparing with XML 1.0.
2022-10-01, ∼446🔥, 0💬

System.Windows.Window Class
A quick introduction is provided on the System.Windows.Window class, which represents a window or a dialog box on the screen.
2022-10-01, ∼446🔥, 0💬

"java -jar" - Specifying Executable JAR File
This section provides a tutorial example on how to use the '-jar' option for the 'java' tool to specify an executable JAR file.
2022-10-01, ∼445🔥, 0💬

JVM Memory Manager - Garbage Collector
This section describes what is a garbage collector and its role and responsibilities for managing the JVM memory.
2022-10-01, ∼445🔥, 0💬

Using SAX Implementation in JDK
This section provides a tutorial example on how to use the SAX interface included in JDK 1.8, which actually uses SAX implementation provided by the org.apache.crimson package.
2022-10-01, ∼444🔥, 0💬

Archived: GC Test - JDK 1.4.0 vs. JDK 1.3.1
This section provides a tutorial example on testing garbage collection by comparing performances between JDK 1.4.0 and JDK 1.3.1.
2022-10-01, ∼444🔥, 0💬

Introduction of PHP: Hypertext Preprocessor
This section provides a quick introduction of PHP: Hypertext Preprocessor, which was originally created by Rasmus Lerdorf in 1995. PHP is now a widely-used general-purpose scripting language.
2022-10-01, ∼444🔥, 0💬

Perl Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default Perl implementation of the Base64 encoding algorithm.
2022-10-01, ∼444🔥, 0💬

"-XX:TargetSurvivorRatio" - Second Tenuring Condition
This section describes the '-XX:TargetSurvivorRatio' JVM option, with sets the maximum survivor space usage percentage. When this limit is reached, all remaining live objects will be promoted to Tenured generation regardless of their age.
2022-10-01, ∼444🔥, 0💬

Archived: MySQL Connector/J 5.1 - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver) 5.1.36.
2022-10-01, ∼444🔥, 0💬

Viewing Encoded Text Files in Web Browsers
This section provides a tutorial example on how to view text files with different encodings with Web browser Internet Explorer. The encoded text file should be modified to add proper HTML tags using the sample program EncodingHtml.java.
2022-10-01, ∼443🔥, 0💬

Failing to Import Root CA Certificates to Mozilla Firefox
This section provides a tutorial example on how to import a root CA certificate into Mozilla Firefox. The import process failed with an error.
2022-10-01, ∼443🔥, 0💬

Viewing and Installing RDP Server Certificate
This section provides a tutorial example on how to view and install a RDP server certificate to local client system to avoid authentication error.
2022-10-01, ∼443🔥, 0💬

Document Top Level Structure Rules
This section describes XSL-FO document top level structure rules. Root element must be 'root'. 'layout-master-set' is required to define page layouts. 'page-sequences' or 'page-sequences-wrapper' is required to define page contents.
2022-10-01, ∼443🔥, 0💬

Registering $_REQUEST Keys as Global Variables
This section provides a tutorial example on how to promote (or register) keys and values in the $_REQUEST array as global variables so that you don't have to use the array notation to access their values.
2022-10-01, ∼442🔥, 0💬

Importing CA Certificates into the Trusted Store
This section provides a tutorial example on how to import a root CA certificate into the 'Trusted Root Certificate Authorities' certificate store using 'Internet Options'.
2022-10-01, ∼442🔥, 0💬

What Is SoapUI
This section describes a Web service testing tool, SoapUI, which can be used to inspect WSDL documents, invoke Web service, and simulate Web service.
2022-10-01, ∼442🔥, 0💬

Downloading and Installing JDK 20
This section describes how to download and install JDK 20 on a macOS computer.
2022-10-01, ∼442🔥, 0💬

<< < 189 190 191 192 193 194 195 196 197 198 199 > >>   ∑:9026  Sort:Rank