<< < 289 290 291 292 293 294 295 296 297 298 299 > >>   ∑:9022  Sort:Rank

"compress/uncompress" - Compressed *.Z Files
This section provides a tutorial example on how to use 'compress' and 'uncompress' commands to compress large files and restore them later. Compressed files will have the *.Z file name extension.
2022-10-01, ∼220🔥, 0💬

Installing Application to Phone using "ant installd" Command
This section provides a tutorial example on how to install the debug package of my 'HelloAndroid' application to my LG-P925g phone using the 'ant installd' command through the USB debugging interface.
2022-10-01, ∼219🔥, 0💬

What Is Unicode
This section provides a quick introduction of the Unicode character set, which contains all characters used in all written languages of the world.
2022-10-01, ∼219🔥, 0💬

Functions to Manage Directories, Files and Images
This chapter provides tutorial examples and notes about functions to manage directories, files, and images. Topics include directory management functions like mkdir(), file testing functions like is_file(), file input and output functions like fopen().
2022-10-01, ∼219🔥, 0💬

Installing Website Server Certificate on iOS 10 iPhone
This section provides a tutorial example on how to install Website server certificate on iOS 10 iPhone by receiving certificate an email attachment.
2022-10-01, ∼219🔥, 0💬

Evaluating JavaScript Code with 'jrunscript' Interactively
This section provides a tutorial example on how to evaluate JavaScript codes with 'jrunscript' in interactive mode. Each line is evaluated as an expression. The value is printed on the screen.
2022-10-01, ∼219🔥, 0💬

XSD Schema XML DOM Validation Errors
This section provides some errors from the XSD schema validation process on invalid XML files represented in Document objects using the JAXP API.
2022-10-01, ∼219🔥, 0💬

sax.DocumentTracer and sax.Writer
This section provides tutorial examples on how to use sample programs sax.DocumentTracer and sax.Writer to validate XML documents with XSD schema. Their error reporting format is better than dom.GetElementsByTagName and dom.Writer.
2022-10-01, ∼219🔥, 0💬

Archived: Downloading and installing Java SE 1.6 Update 2
This section describes a tutorial example on how to install Java SE (JDK) 1.6 Update 2.
2022-10-01, ∼219🔥, 0💬

GetCurrencies - Request Message Sample
This section provides a request message sample of GetCurrencies Web service.
2022-10-01, ∼219🔥, 0💬

ConvertWeight - Response Message Sample
This section provides a response message sample of ConvertWeight Web service.
2022-10-01, ∼219🔥, 0💬

ConversionRate - Response Message Sample
This section provides a response message sample of ConversionRate Web service.
2022-10-01, ∼219🔥, 0💬

Neptune Sign and Horoscope
This section provides an quick introduction of Neptune sign in horoscope.
2022-10-01, ∼219🔥, 0💬

Table Column Types for Spatial Geometry Data
Describes 8 types of table column to store Spatial Geometry Data: GEOMETRY, POINT, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, GEOMETRYCOLLECTION, GEOMETRYCOLLECTION.
2022-10-01, ∼219🔥, 0💬

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

Most Popular Web Browsers and Trends
This section provides statistics on most popular Web browsers and trends for website herongyang.com.
2022-10-01, ∼219🔥, 0💬

Efficient Form of the Blowfish Algorithm
A more efficient form of the Blowfish Algorithm is presented with the 16-round loop expanded inline to avoid the 'Swap' step.
2022-10-01, ∼219🔥, 0💬

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

Macintosh Models and Release Years
This section provides a quick list of major Macintosh models and their release years.
2022-10-01, ∼219🔥, 0💬

Issue New Certificate with My CA on macOS
This section provides a tutorial example on how to issue a new certificate from a CSR (Certificate Signing Request) with my private key and my root CA certificate on macOS using Keychain Access.
2022-10-01, ∼219🔥, 0💬

What Is __all__ List
This section provides a quick introduction on __all__ list, which is a special module attribute defined in the module file to override which members can be implicitly imported by the 'from module import *' statement.
2022-10-01, ∼219🔥, 0💬

"ALTER TABLE" Statements
This section describes how to alter a table by adding a new column.
2022-10-01, ∼219🔥, 0💬

Performance Comparison of Inserting Integers vs. Strings
This section provides a tutorial example on how to check performance comparison between inserting integers and inserting strings to MySQL database.
2022-10-01, ∼219🔥, 0💬

Installing "AboutAndroid" to LG-P925g Phone
This section provides a tutorial example on how to install my 'AboutAndroid' application to my LG-P925g phone. 'HelloAndroid' needs to be uninstalled first, because both applications share the same Java package name 'com.herongyang'.
2022-10-01, ∼218🔥, 0💬

<< < 289 290 291 292 293 294 295 296 297 298 299 > >>   ∑:9022  Sort:Rank