Popular Books:
Install DOM Extension on CentOS
This section provides a tutorial example on how to install PHP DOM Extension on CentOS systems. 2024-07-20, ∼202🔥, 0💬
Big5 > Unicode 轉換: 一级漢字 - 第 AC 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 AC 行。 2024-01-31, ∼202🔥, 0💬
Big5 > Unicode 轉換: 一级漢字 - 第 B9 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 B9 行。 2024-01-31, ∼202🔥, 0💬
Big5 > Unicode 轉換: 一级漢字 - 第 C5 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 C5 行。 2024-01-31, ∼202🔥, 0💬
Big5 > Unicode 轉換: 二级漢字 - 第 DA 行
本節列出了 Big5 到 Unicode 代碼轉換表中「二级漢字」的第 DA 行。 2024-01-31, ∼202🔥, 0💬
Big5 > Unicode 轉換: 二级漢字 - 第 F4 行
本節列出了 Big5 到 Unicode 代碼轉換表中「二级漢字」的第 F4 行。 2024-01-31, ∼202🔥, 0💬
Retrieving BLOB Values with getBytes() Method
This section describes how to retrieve BLOB values with the ResultSet.getBytes() method. 2022-12-26, ∼202🔥, 0💬
PHP SOAP Extension Functions for Client Programs
This section describes client side functions of the PHP SOAP Extension. 2022-10-13, ∼202🔥, 0💬
Visiting an "https" Web Site with Firefox
This section describes how Firefox shows a lock icon when you visit an 'https' Web site to provide you more security related information. 2022-10-06, ∼202🔥, 0💬
"if" Statements
This section describes 4 forms of 'if' statements supported in PHP. The more complex form is 'if ... elseif ... else'. 2022-10-01, ∼202🔥, 0💬
"while" Statements
This section describes how 'while' statements works in PHP. One or more statements are repeatedly executed as long as the specified condition is true. 2022-10-01, ∼202🔥, 0💬
Command Line History Substitution
This section provides a quick introduction of C shell command line history substitution. 2022-10-01, ∼202🔥, 0💬
Java Is an Object-Oriented Language
This section provides a quick demonstration of the object-oriented programming nature of Java language. 2022-10-01, ∼202🔥, 0💬
Table Column Types for LOB (Large OBject)
Describes 8 types of table columns to store LOB (Large OBject) data: TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB, TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. 2022-10-01, ∼202🔥, 0💬
System Variables Like @@version
This section provides a quick introduction on system variables, which are used by MySQL server to represent system information or control system behaviors. 2022-10-01, ∼202🔥, 0💬
"SHOW STATUS ..." - Server Status Variables
This section describes Server Status Variables, which are counters used by MySQL server to provide statistics information about its running status. 2022-10-01, ∼202🔥, 0💬
GCPerfP99V2.java - Percentile Performance with Load
This section provides a GC test program, GCPerfP99V2.java, that uses percentile performance measurements with extra work loads. 2022-10-01, ∼202🔥, 0💬
Retrieving Field Values using res.get*() Methods
This section describes how to retrieve field values of the current row in the ResultSet object with the res.get*() methods. 2022-10-01, ∼202🔥, 0💬
Retrieving CLOB Values with getCharacterStream() Method
This section describes how to retrieve CLOB values with the ResultSet.getCharacterStream() method. 2022-10-01, ∼202🔥, 0💬
Popular Posts:
This section describes why sorting is needed - Search in a sorted collection is much faster than an ...
People born in the year of the pig are steady and resolute in doing things, and honest and warm-hear...
The 9th day of the 9th lunar month is the traditional Chongyang Festival, or Double Ninth Festival. ...
This section provides a tutorial example on how to create and delete a program service with 'sc.exe'...
This book is a collection of notes and sample codes written by the author while he was learning JVM ...