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

Tenured Generation Collection - Major GC
This section describes basic steps of a Tenured Generation Collection, also called a Major GC, which uses a simple 3-step Mark-Sweep-Compact algorithm on the entire Tenured Generation.
2022-10-01, ∼200🔥, 0💬

Best Garbage Collector and Configuration
This section describes the best garbage collector and configuration for our performance test program, GCPrefp99.java.
2022-10-01, ∼200🔥, 0💬

Archived: 1076/800/80MB Test on HotSpot Client 1.6
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.6.0_45 with 1076MB memory limit and a 800MB base plus 80MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, ∼200🔥, 0💬

Add Printer on macOS
This section provides a tutorial on how to add printer ton macOS. Sometimes, you need use the 'IP' tab to add and configure a printer manually.
2022-10-01, ∼200🔥, 0💬

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

Listing All Stored Procedures - getProcedures()
This section describes how to get a list of all stored procedures in the current database on the SQL Server through the DatabaseMetaData object.
2022-10-01, ∼200🔥, 0💬

"CREATE TABLE" Statements
This section describes how to create a table in the current database.
2022-10-01, ∼200🔥, 0💬

Retrieving CLOB Values with getClob() Method
This section describes how to retrieve CLOB values with the ResultSet.getClob() method.
2022-10-01, ∼200🔥, 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, ∼200🔥, 0💬

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

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

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

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

Enable Remote Access to "httpd" Service
This section provides a tutorial example on how to enable remote access Web pages served by the 'httpd' service by opening the firewall for 'http' service default port 80.
2023-06-22, ∼199🔥, 0💬

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

What Is a State Machine Diagram?
This section describes the UML State Machine Diagram, which describes transition behaviors of an object from one state to state.
2022-10-24, ∼199🔥, 0💬

References
List of reference materials used in this book.
2022-10-17, ∼199🔥, 0💬

PHP SOAP Extension Functions for Client Programs
This section describes client side functions of the PHP SOAP Extension.
2022-10-13, ∼199🔥, 0💬

Reading DSA Private and Public Key Files
This section provides a tutorial example on running the test program JcaKeyFactoryTest.java to generate, write, read and convert DSA private and public keys.
2022-10-08, ∼199🔥, 0💬

Oracle BLOB (Binary Large Object) - BLOB
This chapter provides tutorial notes on BLOB (Binary Large Object) data types, BLOB, with Oracle JDBC Driver. Topics include creating tables to store BLOB values in Oracle server; inserting BLOB values with direct SQL INSERT statements, or PreparedStatement with setBytes(), setBinaryStream() or setB...
2022-10-07, ∼199🔥, 0💬

Turning on USB Debugging on LG-V905R
This section provides a tutorial example on how to turn on 'USB Debugging' on LG-V905R Android tablets in the 'Settings &gt; Applications &gt; Development' area.
2022-10-01, ∼199🔥, 0💬

Character Set Encoding Maps - US-ASCII and ISO-8859-1/Latin 1
This section provides a tutorial example of analyzing and printing character set encoding maps for 2 encodings: US-ASCII and ISO-8859-1/Latin 1.
2022-10-01, ∼199🔥, 0💬

Establishing a Datagram Communication Link
This section describes how to establish a datagram communication link. A server application runs a datagram socket in listen mode and a client application connects a client socket to the server socket.
2022-10-01, ∼199🔥, 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, ∼199🔥, 0💬

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