<< < 201 202 203 204 205 206 207 208 209 210 211 > >>   ∑:9086  Sort:Rank

Java Programs Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing Java programs communicating with HTTPS servers. Topics include using Java Secure Socket Extension (JSSE); using openStream() method in the java.net.URL class; using default trusted CA KeyStore file 'cacerts'; using 'keytool' to manage...
2022-10-01, ∼454🔥, 0💬

XSL (Extensible Stylesheet Language) Introduction
This chapter provides tutorial notes and example codes on XSL (Extensible Stylesheet Language). Topics include introduction to XSL (Extensible Stylesheet Language); a simple XSLT stylesheet to transform hello.xml to text output using IE as the transformation engine.
2022-10-01, ∼454🔥, 0💬

What Is java.lang.Class Class
This section describes what is java.lang.Class class - A built-in class that represent instances of all data types used in a Java application in the JVM.
2022-10-01, ∼454🔥, 0💬

XML Schema Processors
This section describes XML Schema processors like Xerces2 and XML Spy.
2022-10-01, ∼454🔥, 0💬

UUID/GUID Generator - Usage Description
This section describes the free Web service, UUID/GUID Generator, provided by uuidgenerator.net. UUID/GUID Generator allows you to generate a UUID or GUID based on a given encoding name.
2022-10-01, ∼454🔥, 0💬

Crypt::CBC Padding Options
Padding options are described for the Crypt::CBC encryption process. There are 6 padding options supported by Crypt::CBC, 'standard' (i.e., PKCS#5), 'oneandzeroes', 'space', 'rijndael_compat', 'null', and 'none'.
2022-10-01, ∼454🔥, 0💬

"bitcoin-cli getclock" Command
This section describes how to use 'bitcoin-cli getclock' command.
2022-10-01, ∼454🔥, 0💬

bitcoin-qt - Debug Window
This section describes how to use the debug window on Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, ∼454🔥, 0💬

Android Project Folder Structure
This section describes the Android project folder structure, which has a source folder, a resource folder, a generated-code folder, and a binary folder.
2022-10-01, ∼453🔥, 0💬

Visiting "https" Website with Mozilla Firefox
This section describes how Mozilla Firefox shows a lock icon when you visit an 'https' Website to provide you more security related information.
2022-10-01, ∼453🔥, 0💬

Viewing Server Certificate in Mozilla Firefox
This section provides a tutorial example on how to view the server certificate when visiting an 'https' Website in Mozilla Firefox.
2022-10-01, ∼453🔥, 0💬

View Server Certificate Chain in Apple Safari
This section provides a tutorial example on how to view server certificate chain when visiting a 'https' Website in Apple Safari. The top certificate in a certificate chain is the root CA certificate, which is trusted by browser settings.
2022-10-01, ∼453🔥, 0💬

browse() - Launch Default Web Browser
This section provides a tutorial example on how to use Desktop.browe() method to launch the default Web browser on the desktop of the operating system.
2022-10-01, ∼453🔥, 0💬

"Function" and "Sub" Procedures
This chapter provides tutorial examples and notes about function and subroutine procedures. Topics include defining function procedures and subroutine procedures, invoking procedures, passing arguments by reference or by value, checking scope of global and local variables.
2022-10-01, ∼453🔥, 0💬

Syntaxes of XSD Statements
This chapter provides tutorial notes and example codes on XSD statement syntax. Topics include using schema, element and attribute statements to declare target schemas, elements and attributes; list of XSD built-in datatypes; extending datatypes from existing datatypes.
2022-10-01, ∼453🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼453🔥, 0💬

Downloading and installing JDK
This section describes a tutorial example on how to install JDK (Java Development Kit) to use JAXP (Java API for XML Processing) or other Java based API to process XML documents and apply XML schemas.
2022-10-01, ∼453🔥, 0💬

XML Schema Location and Namespace in XML Documents
This chapter provides notes and tutorial examples on schema location and namespace. Topics include assigning schema locations in XML documents, validating XML documents with schema location using Xerces, using namespace in a schema and XML documents.
2022-10-01, ∼453🔥, 0💬

What Is MSBuild?
A quick introduction is provided on MSBuild, the Microsoft Build Engine, which is a platform for building .NET applications using a project file in XML format.
2022-10-01, ∼453🔥, 0💬

Keychain File Locations on macOS
This section provides a tutorial example on how to find Keychain file locations on macOS computers.
2022-10-01, ∼453🔥, 0💬

Install Open Babel Binary Package on macOS
This section provides a tutorial example on how to install Open Babel from a binary package on macOS computers.
2022-10-01, ∼453🔥, 0💬

Archived: JDK 10 Documentation Installation
This section describes how to install JDK Documentation on your own machine.
2022-10-01, ∼452🔥, 0💬

RFC 1421 - Privacy Enhancement for Email
This section provides a summary of 'RFC 1421 - Privacy Enhancement for Internet Electronic Mail: Part I: Message Encryption and Authentication Procedures' and how the Base64 encoding algorithm was finalized in this RFC.
2022-10-01, ∼452🔥, 0💬

What Is XSL Area Model
This section describes XSL-FO area model, which is a key concept used by XSL to organize and render formatting objects as a tree of areas on the presentation medium.
2022-10-01, ∼452🔥, 0💬

<< < 201 202 203 204 205 206 207 208 209 210 211 > >>   ∑:9086  Sort:Rank