Popular Books:
Goetz' Implementation of Base64 in JavaScript
This section provides a JavaScript implementation of the Base64 encoding algorithm by Goetz Heller. 2022-10-01, ∼479🔥, 0💬
SOAPConstants.SOAP_1_2_PROTOCOL
This section provides a tutorial example on how to create a SOAPMessage object for SOAP 1.2 protocol - MessageFactory.newInstance(SOA PConstants.SOAP_1_2_PROTOCOL). 2022-05-27, ∼479🔥, 1💬
Connect SQuirreL to MySQL on macOS
This section provides a tutorial on how to download MySQL JDBC driver and connect SQuirreL to MySQL server on macOS. 2022-10-01, ∼478🔥, 0💬
Big5 到 Unicode 轉換 - 一级漢字
本章列出了big5一级漢字区的字符集和编码,以及它们所对应的 Unicode编码。一级漢字共收录有常用漢字 5,401 个。 2024-01-31, ∼477🔥, 0💬
Web Scripting Architecture Overview
This section provides an overview of a typical Web scripting processing flow architecture showing server-side and client-side scripting steps. 2022-10-01, ∼477🔥, 0💬
What Is XSD (XML Schema Definition)
This section provides a quick introduction of XSD (XML Schema Definition) - a language that can be used to define a schema for XML documents. 2022-10-01, ∼477🔥, 0💬
Validating XML Documents with Schema Locations
This section describes a tutorial example on how to validate an XML document with schema location assigned inside the XML document using Xerces API. 2022-10-01, ∼477🔥, 0💬
Bitcoin Units
This section describes units of Bitcoin. 2022-01-30, ∼477🔥, 2💬
UML Diagrams
This section provides a list of 14 different types of UML diagrams. They are divided into 3 categories: Structure Diagrams, Behavior Diagrams, and Interaction Diagrams. 2022-10-14, ∼476🔥, 0💬
SOAP Header Element "Security"
This section describes the SOAP header element 'Security' introduced in WS-Security as container to pass all security related information. 2022-10-04, ∼476🔥, 0💬
Popular Posts:
A collection of live Web service examples for WSDL 1.1, WSDL 2.0, SOAP 1.1, SOAP 1.2, with XML docum...
This section describes how to create a new table in a MS Access database through the JDBC-ODBC drive...
This section describes the Service Controller (SC) command line tool, sc.exe, which can be used to a...
This section describes how to retrieve CLOB values with the ResultSet.getClob() method.
This section describes the native-to-ASCII encoding converter 'native2ascii' and its options. Non-AS...