<< < 229 230 231 232 233 234 235 236 237 238 239 > >>   ∑:8894  Sort:Date

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

Archived: Sending Text in Latin1 Encoding to MySQL 5
This section provides a test on sending non-ASCII character strings to MySQL server in Latin1 encoding.
2022-10-01, ∼203🔥, 0💬

Merge Sort - Algorithm Introduction
This section describes the Merge Sort algorithm - A complex and fast sorting algorithm that repeatedly divides an un-sorted section into two equal sub-sections, sorts them separately and merges them correctly.
2022-10-01, ∼203🔥, 0💬

Crypt::ECB Encryption Test Cases
Test cases are provided to run Crypt::ECB with Crypt::Blowfish and no padding. Secret key must be between 8 bytes and 56 bytes long.
2022-10-01, ∼203🔥, 0💬

Performance Tests on Concurrent collector
This chapter provides tutorial notes and example codes on performance impact of Concurrent collector, Topics include heap footprint; heap size impact; running minor GC only; running more major GC; impact of parallel threads; impact of concurrent threads.
2022-10-01, ∼203🔥, 0💬

"obabel ... -o svg -xX" - Hide Implicit H in SVG
This section provides a tutorial example how to hide implicit hydrogen symbol 'H' on a non-carbon terminal atoms in a molecule SVG picture using the Open Babel 'obabel ... -o svg -xX' command.
2022-10-01, ∼203🔥, 0💬

"if" Statement for Conditional Execution
This section provides a quick introduction of 'if' statement, which selects a block of sub-statements to execute based on given conditions.
2022-10-01, ∼203🔥, 0💬

Retrieving CLOB Values with getCharacterStream() Method
This section describes how to retrieve CLOB values with the ResultSet.getCharacterStream() method.
2022-10-01, ∼203🔥, 0💬

Creating Database and User with MySQL Monitor
This section describes how to create a new database and a new user with MySQL monitor.
2022-10-01, ∼203🔥, 0💬

getProcedures() - Listing Stored Procedures
This section describes how to get a list of stored procedures in the database server.
2022-10-01, ∼203🔥, 0💬

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

OpenSSL CA Database Files
This section describes OpenSSL CA database files, including the primary database file 'index.txt' and the serial number file 'serial'.
2024-11-27, ∼202🔥, 0💬

SSL/TLS Support on Tomcat 8 or Older
This section provides a tutorial example on how to configure Tomcat 8 or older to support SSL/TLS for the HTTPS service.
2024-04-12, ∼202🔥, 0💬

從大五碼到 Unicode 轉換表製作程式
本章介紹了 Big5Unicode.java 源程式。它可以用來製作大五碼 (Big5) 到 Unicode 編碼轉換表。
2024-02-03, ∼202🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 A8 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 A8 行。
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💬

Unicode > Big5 轉換: 第 30 部分 - U+79A0 到 U+7B49
本節列出了 Unicode 到 Big5 代碼轉換表的第 30 部分 - Unicode U+79A0 到 U+7B49。
2024-01-31, ∼202🔥, 0💬

Unicode > Big5 轉換: 第 37 部分 - U+84CF 到 U+8629
本節列出了 Unicode 到 Big5 代碼轉換表的第 37 部分 - Unicode U+84CF 到 U+8629。
2024-01-31, ∼202🔥, 0💬

Unicode to Big5 - Part 32: U+7CF2 to U+7E48
Unicode to Big5 code point mapping is provided for Big5 character set - Part 32: Unicode U+7CF2 to U+7E48.
2024-01-29, ∼202🔥, 0💬

Unicode Character Encoding and Decoding
This section provides tutorial example on how to convert Unicode character strings to and from byte sequences based on different encoding standards using str.encode() and bytes.decode() methods.
2024-01-27, ∼202🔥, 0💬

soapversion('1.2') and envprefix('soap12') Must Used Together
This section provides a tutorial example on how to set the Envelope element under a named namespace of 'http://www.w3.org/2003/05/soa p-envelope'- Using soapversion('1.2') and envprefix('soap12') together!
2022-10-09, ∼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💬

<< < 229 230 231 232 233 234 235 236 237 238 239 > >>   ∑:8894  Sort:Date