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

Character String Traveling Paths
This section describes steps of connection paths that character strings must travel through in a typical Web based application: output characters strings come from PHP files or data base tables and input character strings come from user's Web browser.
2022-10-01, ∼309🔥, 0💬

PHP Version Pre-Installed on CentOS 6
This section provides notes to verify PHP version supported on CentOS 6.0 and run a simple PHP interactive scripting session.
2022-10-01, ∼309🔥, 0💬

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💬

Thread Test on HotSpot 1.6
This section provides a tutorial example to see how many running threads can be supported on HotSpot 1.6.0_02 Client and Server JVMs.
2022-10-01, ∼309🔥, 0💬

Declaring Simple Elements
This section describes a tutorial example on how to declare a simple element that accepts only text content using a built-in datatype or a user defined simpleType datatype.
2022-10-01, ∼309🔥, 0💬

GetQuote - Request Message Sample
This section provides a request message sample of GetQuote Web service.
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💬

MySqlLoop.php - MySQL Functions Test
A tutorial example is provided on how to use MySQL functions to connect to a MySQL server, and run SQL statements to create a table, insert rows and fetch rows with the MySQL server.
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💬

Create My Own Root CA on macOS
This section provides a tutorial example on how to create self-signed root CA for yourself on macOS using Keychain Access.
2022-10-01, ∼309🔥, 0💬

"jobs" - Manage Background Jobs
This section provides a tutorial example on how to use 'jobs' command to display background jobs, which are processes with input detached the keyboard. You can start a background job by adding the 'ampersand' sign to the end of the commmad.
2022-10-01, ∼309🔥, 0💬

Postfix - Mail Transport Agent (MTA)
This chapter provides introductions and tutorial examples about Postfix - Mail Transport Agent (MTA). Topics include installing, configuring, and starting Postfix; testing Postfix using STMP commands with 'telnet'; turn on 'SMTP Submission' and 'SMTPS' services; using 'postconf' command.
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💬

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💬

Big5 to Unicode - Row C1: Level 1 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row C1: Level 1 Characters.
2024-01-29, ∼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💬

DataFlex - "ListOfCountryNamesByName" Operation
This section provides a tutorial example on how to use the 'ListOfCountryNamesByName' operation of the free Web service 'DataFlex' provided by oorsprong.org.
2024-01-21, ∼308🔥, 0💬

Installing Zeep Library
This section describes a tutorial on how to check and install the Zeep Python library.
2024-01-10, ∼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💬

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💬

how to import x509.pem pk8 file into jks(keystore)
'Migrating Keys from OpenSSL Key Files to keystore' tutorial was cited in a CSDN.NET blog in 2016.
2022-10-14, ∼308🔥, 0💬

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