<< < 255 256 257 258 259 260 261 262 263 264 265 > >>   ∑:9107  Sort:Date

The "Array" Object Type - Arrays Are Objects
This section provides a quick description and a tutorial example script on the 'Array' built-in object type, which is used to create arrays.
2022-10-01, ∼309🔥, 0💬

Writing My First Java Program
This section provides a tutorial example on how to write, compile, and execute the first Java program with JDK 1.8.0.
2022-10-01, ∼309🔥, 0💬

FTP Client Program Standard Commands
This section describes standard commands of FTP client programs.
2022-10-01, ∼309🔥, 0💬

PHP Script Source Code File Format
This section describes the PHP script source code file format - A text file with PHP code segments mixed into non-PHP text. The most common way to mix PHP codes is to use the PHP processing tag '?php'.
2022-10-01, ∼309🔥, 0💬

UPDATE with Joined Tables
This section provides a tutorial example on how to use UPDATE statements to update records in one or multiple tables with joined tables.
2022-10-01, ∼309🔥, 0💬

MySQL Encoding Issue Example
This section provides an example of MySQL server encoding issue with Chinese characters, when incorrectly encoded string is stored in database and wrong character_set_* settings are used.
2022-10-01, ∼309🔥, 0💬

What Is YUM
This section provides a quick introduction on YUM (Yellowdog Update Modified), which is a software package manager for RPM (RedHat Package Manager) based Linux distributions.
2022-10-01, ∼309🔥, 0💬

Reference Citations in 2024
This is a collection of reference citations to Herong's tutorials on the Internet in 2024.
2025-01-07, ∼308🔥, 0💬

Iterable Objects of Built-in Data Types
This section lists all built-in data types that can be used to create iterable objects.
2024-10-29, ∼308🔥, 0💬

What Is SMTPS
This section provides a quick introduction on SMTPS (Simple Mail Transfer Protocol Secure) for message transmission. A SMTPS sample session of submitting an email message using the 'openssl s_client' command is included.
2024-04-06, ∼308🔥, 0💬

1D2C0: Kaktovik Numerals
This section provides a quick summary of the Unicode code point block: 'Kaktovik Numerals', which contains 32 code points to represent Kaktovik Numerals alphabets used in the Kaktovik Numerals language.
2024-01-23, ∼308🔥, 0💬

Compile error... what's wrong?
'Bitwise Operations on byte Values' tutorial was cited in a forum post in 2009.
2022-12-27, ∼308🔥, 0💬

Install Xcode Command Line Tools
This section provides a tutorial on how to install Xcode Command Line Tools, which is required to install Perl add-on modules on macOS.
2022-10-25, ∼308🔥, 0💬

Archived: Downloading and Installing JDK on Windows
This section provides a tutorial example on how to download and install JDK 12 on a Windows system.
2022-10-19, ∼308🔥, 0💬

Year 1991 Chinese Calendar - Year of the Sheep
2022-10-19, ∼308🔥, 0💬

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

MySQL 5.5 Download, Installation and Start
This section describes how to download, install and start MySQL 5.5 server on Windows systems.
2022-10-10, ∼308🔥, 1💬

Setting Up Derby (Java DB) in Network Server
This section describes how to set up and run Derby in Network Server mode listening client connections over the network.
2022-10-07, ∼308🔥, 0💬

javax.crypto.Cipher - The Public Key Encryption Class
This section provides a quick introduction of the cipher class, javax.crypto.Cipher, to encrypt input data with a public key.
2022-10-04, ∼308🔥, 0💬

Building the Debug Binary Package
This section provides a tutorial example on how to build the debug binary package of the HelloAndroid application using the Apache Ant tool and the build.xml file.
2022-10-01, ∼308🔥, 0💬

Running the Debug Binary Package
This section provides a tutorial example on how to run the debug binary package that has been installed on the Android emulator.
2022-10-01, ∼308🔥, 0💬

What Is an Interface
This section describes what is an interface - An interface is a like a 'half' abstract class that only declares some abstract methods and has no properties. Classes that implement an interface must implement all abstract methods declared in the interface.
2022-10-01, ∼308🔥, 0💬

Thread Test on JRockit 28.7
This section provides a tutorial example to see how many running threads can be supported on JRockit R28.2.7 JVMs.
2022-10-01, ∼308🔥, 0💬

Validating XML Documents with Schema Locations - JAXP
This section describes a test on using JAXP standard parser interface to validate an XML document with schema location assigned inside the XML document.
2022-10-01, ∼308🔥, 0💬

<< < 255 256 257 258 259 260 261 262 263 264 265 > >>   ∑:9107  Sort:Date