Popular Books:
Space Character not Allowed in Cookie Value
This section provides a tutorial example showing that space character ' ' is not allowed in cookie value strings. 2023-09-03, ∼1807🔥, 2💬
Base64URL Encoding Algorithm
This section describes the Base64URL encoding algorithm, which is a variation of the standard Base64 encoding algorithm with 2 characters 2 characters '+/' replaced by '-_'. 2023-08-27, ∼2476🔥, 2💬
PHP 5.6 and PHPMailer 5.2
This section provides a tutorial example on how to install PHPMailer 5.2 in CentOS 8 for PHP 5.6 to send out emails to remote STMPS server. 2023-08-24, ∼2788🔥, 2💬
Downloading and Installing XML Notepad
This section provides a tutorial example on how to download and install XML Notepad 2007 on Windows systems. 2023-08-24, ∼1908🔥, 3💬
Opening UTF-16LE Text Files
This section provides a tutorial example on how to open a UTF-16LE text file with Nodepad correctly by selecting the Unicode encoding option on the open file dialog box. 2023-08-23, ∼9100🔥, 7💬
💬 2022-08-08 Herong: Gregg, I am using Notepad, not Notepad++.
Processing Chinese Input on Web Forms in UTF-8
This section describes how to display a Web form and process form Chinese input data in UTF-8. 2023-08-20, ∼1760🔥, 6💬
Use JDBC Driver in Servlet
This section provides a tutorial example on how to test the SQL Server JDBC driver on macOS systems. 2023-08-17, ∼475🔥, 1💬
Generate secp256k1 Keys with OpenSSL
This section provides a tutorial example on how to generate EC (Elliptic Curve) private and public key pairs using secp256k1 domain parameters. 2023-08-10, ∼4287🔥, 3💬
HTTPS Request and Response Example
This section describes an example of HTTPS request and response captured by a Perl script using the Crypt::SSLeay module. 2023-08-09, ∼5514🔥, 4💬
jar - JAR File Tool Command and Options
This section describes the 'jar' command to manage JAR files. 'jar' command syntax and options are provided. 2023-08-08, ∼1627🔥, 2💬
Compiling Hello.java - My First Java Program
This section provides a tutorial example on how to compile a Java program using the 'javac' tool without any options. 2023-07-26, ∼577🔥, 1💬
.MP3 File Name Extension - MP3 Files
This section describes what is .mp3 file name extension or MP3 files. 2023-07-26, ∼843🔥, 1💬
Configuring Apache PHP Load Module
This section describes how to configure Apache to use Apache PHP load module to run PHP scripts as Web pages. Apache PHP load module is more secure than CGI scripts. 2023-07-25, ∼3967🔥, 1💬
Downloading and Installing GNU Unifont
A tutorial example is provided on how to download and install GNU Unifont font family on Windows 7 systems. 2023-07-19, ∼4544🔥, 5💬
💬 2023-07-19 DoublePOOF: thank you
💬 2019-10-23 Sajjad Amin: thank you
💬 2019-07-28 dipen: thank you.
💬 2015-12-06 Herong: D, maybe you can start with What Is Unicode? .
Popular Posts:
This section provides a tutorial example on how to merge or span table columns and rows with table-c...
This chapter provides tutorial notes on the Android Debug Bridge (adb) tool. Topics include quick in...
中国生物新冠疫苗的生产能力有多强? 中国生物分别在北京和武汉建成的新冠灭活疫苗高等级 生物安全生产车间,经国家有关...
This section describes how to retrieve CLOB values with the ResultSet.getClob() method.
This section describes how to insert rows into target tables through ResultSet objects.