<< < 189 190 191 192 193 194 195 196 197 198 199 > >>   ∑:9024  Sort:Rank

What Is DOM (Document Object Model)
This section provides a quick introduction of DOM (Document Object Model) - an Application Programming Interface (API) that represents an XML file as a document object.
2022-10-01, ∼424🔥, 0💬

Validating XML Linked with XSD using XMLReader
This section provides a tutorial example on how to validate XML files that contain XSD location references with org.xml.sax.XMLReader class. It requires Xerces-J JAR files to be installed.
2022-10-01, ∼424🔥, 0💬

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

"language" Datatype Values - Invalid Inputs
This section provides a tutorial example on invalid input XML elements for 'language' datatype. JDK 1.7 is the best tool reporting validation errors.
2022-10-01, ∼424🔥, 0💬

Importing CA Certificates into the Trusted Store
This section provides a tutorial example on how to import a root CA certificate into the 'Trusted Root Certificate Authorities' certificate store using 'Internet Options'.
2022-10-01, ∼423🔥, 0💬

Android and Server Certificate
This chapter provides tutorial notes and example codes on server certificates used by Android phone. Topics include viewing https Website server certificates; locating trusted certificate store on Android phone; downloading and installing trusted root CA certificates.
2022-10-01, ∼423🔥, 0💬

What Is XSL (eXtensible Stylesheet Language)
This section describes XSL (eXtensible Stylesheet Language), which is a language introduced as a W3C Recommendation to help users to process XML source documents to be presented in different styles of devices in two steps: transformation and formatting.
2022-10-01, ∼423🔥, 0💬

javap - The Java Class File Disassembler
This chapter provides tutorial notes on 'javap', the Java class file disassembler. Topics include list of 'javap' command options, showing public variables and methods, showing private variables and methods, disassembling bytecode to JVM assembler code.
2022-10-01, ∼422🔥, 0💬

jcmd - The JVM Diagnostic Tool
This chapter provides tutorial notes on 'jcmd', the JVM Diagnostic Tool. Topics include list of local JVMs; list of diagnostic commands; running VM.* commands; running GC.* commands; generating heap dump and thread dump.
2022-10-01, ∼422🔥, 0💬

Regular Expression Pattern Match and Replacement
This chapter provides tutorial examples and notes on regular expression support in VBScript. Topics include 'RegExp' class and objects, setting up regular expressions and match option flags, applying a pattern for matches and replacements, checking MatchCollection and SubMatches collection objects, ...
2022-10-01, ∼422🔥, 0💬

Generic Classes and Parameterized Types
This chapter provides tutorial notes and example codes on generic classes and parameterized types. Topics include what is a generic class; what is a type parameter; using parameterized types and subtyping; using wildcard parameterized types and subtyping.
2022-10-01, ∼422🔥, 0💬

Sample C Program for Arrays and Pointers
This section provides a sample C program using arrays and pointers. strdel(str,n,l) is function that deletes l characters at position n from str.
2022-10-01, ∼422🔥, 0💬

Inputting Chinese Text to MySQL Database in Big5
This section describes how to take Chinese text from Web form and store it in MySQL database in Big5 encoding.
2022-10-01, ∼422🔥, 0💬

Serial GC Tracing - Tenuring Threshold Controlled
This section provides a tutorial showing how to control Serial collector Tenuring threshold with InitialTenuringThreshold and MaxTenuringThreshold JVM options.
2022-10-01, ∼422🔥, 0💬

GC Log Message Format for Serial Collector
This section provides explanations on GC log messages generated from the Serial Collector.
2022-10-01, ∼422🔥, 0💬

Character Set Encoding Maps - CP1252/Windows-1252
This section provides a tutorial example of analyzing and printing character set encoding maps for encoding: CP1252/Windows-1252, the default encoding for JDK on Windows systems.
2022-10-01, ∼421🔥, 0💬

SOAP 1.2 Message Styles and Encoding Options
This section describes the SOAP message styles, document vs. rpc, and encoding options, literal vs. encoded. Message style is specified using style='rpc|document' attribute. Message encoding option is specified using use='literal|encoded' attribute.
2022-10-01, ∼421🔥, 0💬

Using MSBuild with Multiple Source Files
A tutorial example is provided on how to specify the 'Csc' command patch name and output file name using properties.
2022-10-01, ∼421🔥, 0💬

Downloading and Installing XEP
This section provides a tutorial example on how to download and install RenderX XEP 4.24 Free Personal edition on a Windows system. XEP requires Java 1.8 to run.
2022-10-01, ∼421🔥, 0💬

Archived: GC Test - JDK 1.4.0 vs. JDK 1.3.1
This section provides a tutorial example on testing garbage collection by comparing performances between JDK 1.4.0 and JDK 1.3.1.
2022-10-01, ∼420🔥, 0💬

"dateTime" and Its Related Datatypes
This chapter provides notes and tutorial examples on 'dateTime' and its related datatypes. Topics include introduction of dateTime, dateTimeStamp, date, time, gYear, gMonth, gDay, gYearMonth, gMonthDay, duration, yearMonthduration and dayTimeduration datatypes; date and time seven-property model; sa...
2022-10-01, ∼420🔥, 0💬

Introduction of PHP: Hypertext Preprocessor
This section provides a quick introduction of PHP: Hypertext Preprocessor, which was originally created by Rasmus Lerdorf in 1995. PHP is now a widely-used general-purpose scripting language.
2022-10-01, ∼420🔥, 0💬

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

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

<< < 189 190 191 192 193 194 195 196 197 198 199 > >>   ∑:9024  Sort:Rank