<< < 166 167 168 169 170 171 172 173 174 175 176 > >>   ∑:9020  Sort:Date

Generational Garbage Collection in HotSpot
This section describes the generational garbage collection architecture used in the HotSpot JVM. Young Generation stores objects with shorter lives and Tenured Generation stores objects with longer lives.
2022-10-01, ∼289🔥, 0💬

"traceroute" - Trace Routes to Remote Host
This section provides a tutorial example on how to use 'traceroute' command to trace routes (or gateways) between the local host and a given remote host.
2022-10-01, ∼289🔥, 0💬

Microsoft SQL Server Express Edition
This chapter provides tutorial notes on how to install Microsoft SQL Server Express Edition on your own Windows system. Topics include downloading, installing and running SQL Server Express Edition; using SQLCMD command line interface; installing AdventureWorks sample database.
2022-10-01, ∼289🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-01, ∼289🔥, 0💬

Reading DSA Private and Public Key Files
This section provides a tutorial example on running the test program JcaKeyFactoryTest.java to generate, write, read and convert DSA private and public keys.
2022-10-01, ∼288🔥, 0💬

What Is JDK
This section describes what is JDK (Java Development Kit) - a development environment for building software applications and software components using the Java programming language.
2022-10-01, ∼288🔥, 0💬

Output ASCII Character Strings from PHP Scripts
This section provides tutorial example on how to include output ASCII character strings in a PHP script file. ASCII characters can be entered directly as string literals in PHP code segments or as text in non-PHP code segments. No special techniques are needed.
2022-10-01, ∼288🔥, 0💬

DOM API - The "document" Object
This section provides a quick description of the 'document' object of the DOM API. A tutorial example is provided on building a simple HTML document with the 'document' object.
2022-10-01, ∼288🔥, 0💬

The "JSON" Object Type - parse() and stringify()
This section provides a quick description and a tutorial example script on the 'JSON' built-in object type, which is used to parse JSON strings to create JavaScript structured values and convert JavaScript structured values to JSON strings.
2022-10-01, ∼288🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼288🔥, 0💬

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

System Properties and Runtime Object Methods
This chapter provides tutorial notes and tutorial examples on system properties and the Runtime object. Topics include listing all system properties, setting your own properties, accessing the Runtime object, checking free memory, executing OS commands.
2022-10-01, ∼288🔥, 0💬

Managing HTTP Response Header Lines
This chapter provides tutorial notes and example codes on HTTP response header lines. Topics include what is an HTTP response; what are response header line; controlling response header lines; viewing entire HTTP response message; 'page contentType' directive element; response object methods to chan...
2022-10-01, ∼288🔥, 0💬

XSD 1.1 Supported by jaxp.SourceValidator
This section provides a tutorial example showing that jaxp.SourceValidator does support XSD 1.1.
2022-10-01, ∼288🔥, 0💬

Introduction of XSD Built-in Datatypes
This chapter provides notes and tutorial examples on built-in datatypes defined in XML Schema 1.1. Topics include complete list of built-in datatypes, using built-in datatypes to declare XML elements and attributes; special built-in datatypes 'anyType', 'anySimpleType', 'anyAtomicType'.
2022-10-01, ∼288🔥, 0💬

1995 - Java Language Developed by Sun Microsystems
This chapter provides some history of Java programming language developed by Sun Systems in 1995.
2022-10-01, ∼288🔥, 0💬

What Is Bitcoin Transaction
This section describes what is Bitcoin Transaction.
2022-10-01, ∼288🔥, 0💬

Adaptive Size Policy Log Messages
This section provides examples and explanations of log messages generated '-Xlog:gc+ergo=debug' and '-XX:AdaptiveSizePolicyOutputI nterval=1'JVM options used with the Parallel collector.
2022-10-01, ∼288🔥, 0💬

"obabel ... -o svg -xP300" - Control Image Size
This section provides a tutorial example on how to control molecule SVG image size using the Open Babel 'obabel ... -o svg -xPnnn' command.
2022-10-01, ∼288🔥, 0💬

Archived: Installing Microsoft JDBC Driver 1.0
This section describes how to download and install Microsoft JDBC Driver 1.0 for SQL Server 2005.
2022-10-01, ∼288🔥, 0💬

Examples of Expressions
This section provides a tutorial example showing you different types of expressions.
2020-06-20, ∼288🔥, 2💬

💬 2020-06-20 Herong: Ekko, Thanks for the interesting example. So the statement, "Operations of the same precedence value must be evaluated from left...

💬 2020-06-17 Ekko: There is another special precedence: Dim b, c, d b = c = d will be interpreted like b = (c = d)

MS Visio 2010 - UML Drawing Tool
This chapter provides tutorial examples on MS Visio 2010. Topics include introduction of Visio 2010 UML Model Diagram template; Notation shapes for Activity, Collaboration, Component, Deployment, Sequence, Statechart, Static, and Use Case diagrams.
2022-10-09, ∼287🔥, 0💬

USB Debugging Applications on LG-P925g Phone
This chapter provides tutorial notes on debugging application on LG-P925g phone. Topics include installing LG USB device driver on Windows; Turning on USB debugging interface on LG-P925g phone; running 'adb -d' commands on USB connected device; installing application through USB connection; Android ...
2022-10-01, ∼287🔥, 0💬

Archived: "HelloAndroid" - First Android Project
This section provides a tutorial example on how to create the first Android project, HelloAndroid, using the 'android' command. Java source file and resource files are automatically created.
2022-10-01, ∼287🔥, 0💬

<< < 166 167 168 169 170 171 172 173 174 175 176 > >>   ∑:9020  Sort:Date