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

Parallel Collector Adaptive Size Policy
This section describes the Adaptive Size Policy supported by the Parallel Collector to dynamically change heap generation sizes to latency, throughput and footprint goals sequentially.
2022-10-01, ∼202🔥, 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, ∼202🔥, 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, ∼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💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼202🔥, 0💬

What Is JDBC?
This section provides a quick answer to the question of 'What is JDBC?'
2022-10-01, ∼202🔥, 0💬

PreparedStatement with Parameters
This section describes how to create PreparedStatement objects with Parameters.
2022-10-01, ∼202🔥, 0💬

Performance of Inserting Integers to MySQL Database
This section provides a tutorial example on how to test the performance of inserting integers into MySQL server database using PHP 'mysqli' functions. MySQL server is 100 times slower on my CentOS computer and macOS computer.
2022-10-01, ∼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, ∼201🔥, 0💬

SSL/TLS Secure Connections with Dovecot Server
This chapter provides introductions and tutorial examples about SSL/TLS secure connections with Dovecot server. Topics include testing SSL/TLS connections with 'openssl s_client' commands; replacing the default self-signed server certificate; requesting and installing a CA-signed server certificate.
2024-04-06, ∼201🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 AC 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 AC 行。
2024-01-31, ∼201🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 B9 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 B9 行。
2024-01-31, ∼201🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 BA 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 BA 行。
2024-01-31, ∼201🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 C5 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 C5 行。
2024-01-31, ∼201🔥, 0💬

Big5 > Unicode 轉換: 二级漢字 - 第 F7 行
本節列出了 Big5 到 Unicode 代碼轉換表中「二级漢字」的第 F7 行。
2024-01-31, ∼201🔥, 0💬

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

Python Source Code Encoding
This section provides a tutorial example to demonstrate the default UTF-8 encoding of Python source code file and ways to change the default encoding.
2024-01-27, ∼201🔥, 0💬

Installing Zeep Library
This section describes a tutorial on how to check and install the Zeep Python library.
2024-01-10, ∼201🔥, 0💬

Perl SOAP::Lite for SOAP 1.2 Web Services
This chapter provides tutorial examples and notes on using SOAP::Lite for SOAP 1.2 Web services. Topics include installing SOAP 7.10; testing methods available on client objects; using soapversion() and envprefix() to generate SOAP 1.2 requests; using default_ns() to set default namespace; using DEF...
2022-10-17, ∼201🔥, 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, ∼201🔥, 0💬

"openssl x509" Viewing Certificate Details
This section provides a tutorial example on how to view details of the certificate exported by 'keytool -exportcert' command using the 'openssl x509' command.
2022-10-05, ∼201🔥, 0💬

2023 年年歷 - 兔年
中國年歷 - 2023 年年歷 - 兔年
2022-10-04, ∼201🔥, 0💬

Expressions, Operations and Type Conversions
This chapter provides tutorial notes and example codes on PHP expressions and operations. Topics include writing expressions with data literals, variables, and operations; bitwise, arithmetic, comparison, logical, string, and assignment operations; precedence of operations; data type automatic conve...
2022-10-01, ∼201🔥, 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, ∼201🔥, 0💬

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