<< < 164 165 166 167 168 169 170 171 172 173 174 > >>   ∑:9045  Sort:Rank

Using Apple Safari as an XML Browser
This section provides a tutorial example on how to use Apple Safari as an XML file browser. Safari displays all elements in an XML file in a tree structure.
2022-10-01, ∼790🔥, 0💬

Converting DOM Document Objects to XML Files
This section provides a tutorial example on how to convert DOM document objects into XML files using the XML transform package provided in JDK.
2022-10-01, ∼785🔥, 0💬

Integrating PHP with Apache Web Server
This chapter provides tutorial notes on installing Apache Web server on Windows systems. Topics include downloading and installing Apache 2.4.12 binary distribution; configuring Apache to run PHP as CGI scripts and with Apache PHP load module; testing PHP scripts on Apache server.
2022-10-01, ∼783🔥, 0💬

"dateTime" Datatype Values and Representations
This section describes the built-in primitive datatype, 'dateTime' that represents moments of time in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, ∼782🔥, 0💬

What Is "baseline-shift" Attribute?
This section describes 'baseline-shift' attribute for 'inline' formatting object. It is used to shift the baseline of output inline area relatively from the baseline of the parent line area.
2022-10-01, ∼782🔥, 0💬

SoapVar Constructor - Creating Encoded Values
This section provides a tutorial example on how to create input parameters with type encoded values. Built-in types are XSD_STRING, XSD_BOOLEAN, XSD_DECIMAL, XSD_DATE, XSD_ANYXML, etc.
2022-10-01, ∼781🔥, 0💬

bitcoin-cli Network Commands
This section describes how to use 'bitcoin-cli getclock' command.
2022-10-01, ∼781🔥, 0💬

proc_open() - Execute External Programs
This section provides a tutorial example on how to the proc_open() function to invoke an external program. The program's stdin, stdout and stderr can be mapped as file handles to any input and output resources.
2022-10-01, ∼780🔥, 0💬

Android 5.1.1 Emulator File System Hierarchy
This section describes file system hierarchy used by the Android 5.1.1 emulator system.
2022-10-01, ∼779🔥, 0💬

RSC - ChemSpider APIs
This chapter provides a quick introduction of free Web services provided by ChemSpider APIs supported by RSC (Royal Society of Chemistry).
2022-10-01, ∼779🔥, 0💬

Opening UTF-8 Text Files
This section provides a tutorial example on how to open a UTF-8 text file with Excel correctly by selecting the '65001 : Unicode (UTF-8)' encoding option on the Text Import Wizard dialog box.
2022-10-01, ∼776🔥, 0💬

The Celestial Sphere
This section provides some basic knowledge of the celestial sphere.
2022-10-01, ∼776🔥, 0💬

Generic Font for Chinese Characters
This section provides a tutorial example on using XSL-FO generic font for Chinese characters. Apache FOP AWT output works. But PDF output failed, because the mapped font Helvetica does not support Chinese characters.
2022-10-01, ∼776🔥, 0💬

"obabel --append ..." - Calculate Molecule Properties
This section provides a tutorial example on how to calculate molecule properties and append them to the 'title' field using Open Babel 'obabel' command.
2022-10-01, ∼776🔥, 0💬

Table of Rows and Columns
This chapter provides tutorial notes and example codes on table formatting objects. Topics include table formatting object tree; cell borders collapse and separate; column headers and footers; table and column widths; cell merge or span; table caption.
2022-10-01, ∼775🔥, 0💬

Connecting to SQL Server from Servlet
This chapter provides tutorial notes and example codes on connecting to SQL Server from Servlet pages. Topics include downloading and installing SQL Server JDBC driver JAR file; selecting JDBC driver version to match JVM version; testing JDBC connection in Servlet pages; loading JDBC class explicitl...
2022-10-01, ∼774🔥, 0💬

ECDH (Elliptic Curve Diffie-Hellman) Key Exchange
This chapter provides tutorial notes on ECDH key exchange protocol, which is to perform a scalar multiplication of one's own EC private key and other's EC public key to obtain the common shared secret key.
2022-10-01, ∼773🔥, 0💬

"IDREF" Datatype Values and Representations
This section describes the built-in datatype 'IDREF' designed to primarily support the id reference attribute to reference to a specific XML element. 'IDREF' values must be 'NCName' values and must match existing 'ID' values.
2022-10-01, ∼771🔥, 0💬

Linux Command - "base64"
This section provides a tutorial example on how to use 'base64' command on a Linux system to perform Base64 encoding and decoding.
2022-10-01, ∼771🔥, 0💬

jhsdb - The Java HotSpot Debugger
This chapter provides tutorial notes on 'jhsdb', the Java HotSpot Debugger. Topics include 'jhsdb' command options; starting HotSpot Debugger in GUI or command line mode; inspecting JVM threads; viewing JVM stack memory.
2022-10-01, ∼769🔥, 0💬

Identity-Constraint with Multiple Fields
This section provides a tutorial example on how to specify a 'key' identify constraint in an XSD schema that uses multiple 'field' to construct identify values with multiple components.
2022-10-01, ∼767🔥, 0💬

jconsole - Command Options and Connection Window
This section describes the 'jconsole' command and its options. The connection window of the JDK 1.6 version is also included.
2022-10-01, ∼764🔥, 0💬

SAXValidator.java - Validating XML with DTD using SAX
This section provides a tutorial example on how to use SAX API provided in JDK 1.4 to write a Java program to validate an XML document against the specified DTD document type.
2022-10-01, ∼764🔥, 0💬

What Is a Superclass and a Subclass
This section describes what is a Superclass and a Subclass - a pair of classes that the second class extends from the first class. An object of subclass inherits all properties and operations from the superclass.
2022-10-01, ∼760🔥, 0💬

<< < 164 165 166 167 168 169 170 171 172 173 174 > >>   ∑:9045  Sort:Rank