<< < 183 184 185 186 187 188 189 190 191 192 193 > >>   ∑:8894  Sort:Date

Example of DSA Key Parameters and Properties
This section provides 2 DsaKeyChecker.java output examples to show DSA key parameters and properties.
2022-10-06, ∼244🔥, 0💬

Finding Large Prime Numbers
This section describes different ways to generate large prime numbers to be used to generate public key and private key. Today most RSA tools are using probable prime numbers.
2022-10-05, ∼244🔥, 0💬

LWP-UserAgent-Request.pl - GET, POST and Cookies
This section provides a tutorial example on how to send a GET or POST request with a single generic LWP::UserAgent object and manages cookies automatically like a real Web browser.
2022-10-04, ∼244🔥, 0💬

Archived: Installing Adobe Reader APK File
This section provides a tutorial example on how to install the Adobe Reader APK file to the Android emulator using the 'adb' tool provided in the SDK package.
2022-10-01, ∼244🔥, 0💬

Character Set Encoding Classes and Methods
This chapter provides tutorial notes and example codes on character set related classes. Topics include collection types: what is character encoding; JDK supported encodings like: CP1252, ISO-8859, ASCII, UTF-8, UTF-16, GB18030; methods to encode characters to byte sequences; methods to decode byte ...
2022-10-01, ∼244🔥, 0💬

java.security.cert.Certificate - The Certificate Class
This section describes the certificate class: java.security.cert.Certificate ,which represents a signed certificate of a public key.
2022-10-01, ∼244🔥, 0💬

PHP Statement Delimiter and Comments
This section provides a tutorial example on how to write PHP statements and comment in PHP source code files. PHP uses semicolon ';' as the statement delimiter. Comments can be entered in Perl, Java, or C styles.
2022-10-01, ∼244🔥, 0💬

Archived: Adding PHP to IIS as CGI
This section provides a tutorial example on how to add the PHP engine to the IIS server to serve PHP scripts as Web pages.
2022-10-01, ∼244🔥, 0💬

Archived: Viewing Certificate Path Validation Error in IE 8
This section provides a tutorial example on how to find the cause of the certificate validation error in IE 8.
2022-10-01, ∼244🔥, 0💬

How the Transformation Process Gets Started
This section describes transformation process starting logic - an XSL processor will automatically start to perform transformation on the root element.
2022-10-01, ∼244🔥, 0💬

Running XMLReaderValidator on XSD 1.1 Schema
This section provides a tutorial example on new built-in datatypes introduced in XSD 1.1 and on validating XSD 1.1 schema with the XMLReader class from Xerces2 JAR files.
2022-10-01, ∼244🔥, 0💬

Introduction of Datatype
This section provides quick introductions of datatypes supported by SQL: Character String, Bit String, Exact Number, Approximate Number, Date and Time.
2022-10-01, ∼244🔥, 0💬

JOIN - Operation to Join Two Tables
Describes JOIN operations to join two tables in different ways: CROSS JOIN, INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN.
2022-10-01, ∼244🔥, 0💬

Performance Tests on Serial Collector
This chapter provides tutorial notes and example codes on performance impact of Serial collector, Topics include heap footprint; GC logging impact; wait time impact; heap size impact; running Young GC only, running more Old GC.
2022-10-01, ∼244🔥, 0💬

GC Log Message Examples of Serial Collector
This section provides an example of GC log messages generated from the Serial Collector.
2022-10-01, ∼244🔥, 0💬

Performance Tests on G1 collector
This chapter provides tutorial notes and example codes on performance impact of G1 collector, Topics include heap footprint; heap size impact; running minor GC only, running more major GC.
2022-10-01, ∼244🔥, 0💬

Cheminformatics Related Terminologies
This section provides a list of commonly used terminologies related to molecule study.
2022-10-01, ∼244🔥, 0💬

Overview of CLOB (Character Large Object)
This section describes what are CLOB (Character Large Object) data types and how to work with them.
2022-10-01, ∼244🔥, 0💬

Class Diagram - Class Notation
This section describes the Class Notation used in a UML Class Diagram. A Class Notation presents a class of objects which share the same set of properties and behaviors.
2022-10-04, ∼243🔥, 0💬

Arrays - Ordered Maps
This chapter provides tutorial examples and notes about arrays. Topics include creating arrays with the array constructor, using integer keys or string keys in arrays, accessing values through keys, array related built-in functions.
2022-10-01, ∼243🔥, 0💬

Operating System Information in $_SERVER
This section provides a tutorial example on how to dump operating system information stored in the $_SERVER array.
2022-10-01, ∼243🔥, 0💬

popen() - Execute External Programs
This section provides a tutorial example on how to the popen() function to invoke an external program. The program's standard output, stdout, or input, stdin, is mapped to a file handle to reading or writing.
2022-10-01, ∼243🔥, 0💬

Crypt::SSLeay Failing to Verify Server's Certificate
This section provides a tutorial example on how Crypt::SSLeay fails to verify HTTPS server's certificate using the HTTPS_CA_FILE environment variable, the CA certificate can not be found.
2022-10-01, ∼243🔥, 0💬

Server-Side and Client-Side Web Scripting
This chapter provides introductions and tutorial examples on server-side and client-side Web scripting. Topics include Web scripting processing architecture overview; processing steps of server-side and client-side scripting; event handling scripts; script code returns new script code.
2022-10-01, ∼243🔥, 0💬

<< < 183 184 185 186 187 188 189 190 191 192 193 > >>   ∑:8894  Sort:Date