<< < 175 176 177 178 179 180 181 182 183 184 185 > >>   ∑:9024  Sort:Rank

jlink - The JRE Linker
This chapter provides tutorial notes on 'jlink', the JRE Linker. Topics include introduction of jlink; building JRE with java.base only; building application JRE; generating application launching scripts.
2022-10-01, ∼535🔥, 0💬

Schema Component Reuse - "include", "redefine" or "import"
This section compares 3 different ways of linking multiple schema documents together: include, redefine and import.
2022-10-01, ∼535🔥, 0💬

SquirrelMail Configuration on CentOS
This section provides a tutorial example on how to configure SquirrelMail on CentOS to integrate with local Postfix and Dovecot servers.
2022-10-01, ∼535🔥, 0💬

Character Set Encoding Maps
This chapter provides tutorial notes and example codes on character set encoding maps. Topics include collection types: encoding map analyzer program; analyzing and print encoding maps for US-ASCII, ISO-8859-1/Latin 1, Windows CP1252, Unicode UTF-8, UTF-16, UTF-32; sample program to count valid char...
2022-10-01, ∼534🔥, 0💬

Archived: Downloading and Installing Java 8
This section describes how to download and install Java 8 (Java Standard Edition Development Kit 1.8) on Windows.
2022-10-01, ∼534🔥, 0💬

Transaction Management and Isolation Levels
This chapter provides tutorial notes on transactions. Topics include introduction of transactions, transaction management in MySQL, transaction isolation levels: Read Uncommitted, Read Committed, Repeatable Read, Serializable.
2022-10-01, ∼533🔥, 0💬

Running EncodingSampler.java with UTF-8, UTF-16, UTF16-BE
This section provides a tutorial example on how to run the character encoding sample program with UTF-8, UTF-16, and UTF16-BE encodings, which are all Unicode character set encodings.
2022-10-01, ∼532🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼532🔥, 0💬

JSON-to-XML Conversion Rules
This section provides a simple set of JSON-to-XML Conversion Rules that preserves the structure of the original JSON document. You can build your own converter with those rules.
2022-10-01, ∼532🔥, 0💬

Assigning XML Schema Location in XML Documents
This section describes a tutorial example on how to assign a schema location in an XML document without namespace using 'noNamespaceSchemaLocation' root attribute.
2022-10-01, ∼532🔥, 0💬

Literal Formats for Integers
This section describes 4 literal formats for integer values: decimal, hex, octal and binary integer literals. The default integer literal data type is 'int'.
2022-10-01, ∼531🔥, 0💬

Empty - The Default Value of a Variable
This section provides a tutorial example on how to find out the default value, Empty, of a variable before its first assignment.
2022-10-01, ∼530🔥, 0💬

Invoking Methods of Class Instances
This section provides a tutorial example on how to reflect class methods as Method instances and invoke them directly.
2022-10-01, ∼530🔥, 0💬

JVM Stack, Frame and Stack Overflow
This chapter provides tutorial notes and example codes on JVM stack, frame and stack overflow. Topics include introduction of JVM stacks and frames; condition of StackOverflow exception; setting stack size limit with -Xss; estimating frame size; impact of stack size on JVM footprint; stack area expa...
2022-10-01, ∼530🔥, 0💬

URL Encoding on HTML Form Data - IE
This section provides a tutorial example on how Internet Explorer (IE) 7.0 is applying URL encoding on HTML form input data. IE uses application/x-www-form-urlenco dedencoding.
2022-10-01, ∼530🔥, 0💬

Archived: Installing MySQL 4.0.18
This section provides a tutorial example on how to install MySQL 4.0.18 on a Windows system.
2022-10-01, ∼530🔥, 0💬

Parallel Collector - "+XX:+UseParallelGC"
This chapter provides tutorial notes and example codes on the Parallel Collector specified by the '+XX:+UseParallelGC' JVM option. Topics include introduction to Parallel Collector log message format; '-XX:+PrintGCTaskTimeStamps' option to display GC threads.
2022-10-01, ∼530🔥, 0💬

Archived: Downloading and Installing Apache Ant 1.8
This section describes how to download and install Apache Ant 1.8.3 on a Windows system. Apache Ant is a popular Java application build tool that allows you to automate the Java application build process.
2022-10-01, ∼529🔥, 0💬

javac - Using CP1252 to Process Source File
This section provides a tutorial example showing how 'javac' processing Java source code files with CP1252 encoding.
2022-10-01, ∼529🔥, 0💬

Date and Time Data Literals
This section provides rules on writing date and time literals, characters enclosed in hash signs. VBScript support several formats for the date string like ISO format and US format.
2022-10-01, ∼529🔥, 0💬

"bitcoin-qt.exe -testnet" - Bitcoin Test Network
This section describes the Bitcoin test network using the -testnet option.
2022-10-01, ∼529🔥, 0💬

Configuring Apache for PHP CGI Scripts
This section describes how to configure Apache server to support PHP CGI scripts.
2022-10-01, ∼528🔥, 0💬

Archived: Downloading and Installing PHP 5.4.3 for Windows
This section provides a tutorial example on how to download and install the PHP engine 5.4.3 on a Windows system.
2022-10-01, ∼527🔥, 0💬

JVM Troubleshooting Tools
This chapter tutorial notes on JVM troubleshooting tools. Topics include 'jinfo' to check JVM option values, 'jstack' to dump stack traces and detect deadlocks, 'jmap' to print heap histogram and dump heap files, 'jhat' to browse head files and run OQL queries.
2022-10-01, ∼527🔥, 0💬

<< < 175 176 177 178 179 180 181 182 183 184 185 > >>   ∑:9024  Sort:Rank