<< < 88 89 90 91 92 93 94 95 96 97 98 > >>   ∑:9045  Sort:Date

"openssl pkcs12 -export" - Certificate Chain and Key Bundle
This section provides a tutorial example on how to create a PKCS12 bundle to store an end certificate, its private/public key pair, and the signing certificate, using the 'openssl pkcs12 -export' command.
2024-11-27, ∼568🔥, 0💬

Archived: Downloading and Installing Apache Ant 1.8
This section describes how to download and install Apache Ant 1.8.3 on a Windows system. Apache Ant is a popular Java application build tool that allows you to automate the Java application build process.
2022-10-01, ∼568🔥, 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, ∼568🔥, 0💬

"import" Statements Processed by "javac"
This section provides a tutorial example on how the 'javac' tool process two types of 'import' statements differently when loading required class types.
2022-10-01, ∼568🔥, 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, ∼568🔥, 0💬

"keytool -genkeypair" Generating PrivateKeyEntry
This section provides a tutorial example on how to generate a private and public key pair using the 'keytool -genkeypair' command. It stores the key pair in a 'PrivateKeyEntry' in a 'keystore' file.
2022-10-04, ∼567🔥, 0💬

ConvertTemp - Usage Description
This section describes the free Web service ConvertTemp provided by WebserviceX.NET. ConvertTemp allows you to convert temperature unit in Celsius, Fahrenheit, Rankine, Reaumur, and Kelvin
2022-05-06, ∼567🔥, 2💬

💬 2022-04-21 asdc: asdc

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, ∼566🔥, 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, ∼566🔥, 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, ∼566🔥, 0💬

Install OpenLDAP Server on CentOS
This section provides a tutorial example on how to install OpenLDAP server on a CentOS 6 computer.
2022-10-01, ∼566🔥, 0💬

JFrame - Main Frame Class
This chapter provides tutorial notes and example codes on JFrame class. Topics include creating frames with sizes and locations; terminating program with its frame is closed; Listing AWT threads; displaying Chinese character on frames; drawing graphics on frames.
2016-03-13, ∼566🔥, 1💬

"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, ∼565🔥, 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, ∼565🔥, 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, ∼565🔥, 0💬

2D30: Tifinagh
This section provides a quick summary of the Unicode code point block: 'Tifinagh', which contains 80 code points to represent Tifinagh alphabets used in the Tifinagh language.
2024-01-23, ∼564🔥, 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, ∼564🔥, 0💬

XSD Schema File Loading Errors
This section describes tutorial examples of different error cases when loading an XSD schema file with JAXP Schema and SchemaFactory classes.
2022-10-01, ∼564🔥, 0💬

2B740: CJK Unified Ideographs Extension D
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs Extension D', which contains 224 code points to represent additional CJK (Chinese, Japanese and Korean) characters.
2024-01-23, ∼563🔥, 0💬

Java Strings as Unicode Encoded Byte Sequences
This section provides a tutorial example on how to use Java String data type to enter non-ASCII character as Unicode characters. Java Servlet technology is smart to convert Unicode characters into the encoding specified in the setContentType() call.
2021-03-18, ∼563🔥, 2💬

💬 2021-03-18 datko: Thanks ya

Code Point Blocks
This section provides a list of Unicode code point blocks and related information.
2024-01-23, ∼562🔥, 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, ∼562🔥, 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, ∼562🔥, 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, ∼562🔥, 0💬

<< < 88 89 90 91 92 93 94 95 96 97 98 > >>   ∑:9045  Sort:Date