<< < 256 257 258 259 260 261 262 263 264 265 266 > >>   ∑:9045  Sort:Date

Pushing an Email Message in Mail Queue
This section provides an example using Sendmail a Mail User Agent (MUA) to transfer a remote email message, which is stored in the mail queue waiting for a connection to the remote machine.
2022-10-01, ∼245🔥, 0💬

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

What Is Parallel Collector
This section describes the Parallel Collector, which uses the combination of the Parallel Scavenge (PS) Collector of Young generation and the Parallel Old Collector of Tenured generation, so both minor GC and major GC are performed in multiple threads parallelly in a stop-the-world fashion.
2022-10-01, ∼245🔥, 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, ∼245🔥, 0💬

Add Text Fonts on macOS
This section provides a list of commonly used keyboard and mouse click shortcuts on macOS.
2022-10-01, ∼245🔥, 0💬

macOS File Systems
This chapter provides introductions and tutorial on macOS file systems. Topics include 'df' to see disk free spaces of mounted file systems; 'mount mount/unmound' to mount or unmount to USB drive file systems; 'diskutil list' to list partitions and file system types; access shared folders from remot...
2022-10-01, ∼245🔥, 0💬

Macintosh Models and Release Years
This section provides a quick list of major Macintosh models and their release years.
2022-10-01, ∼245🔥, 0💬

"for" Statement for Iterative Execution
This section provides a quick introduction of 'for' statement, which executes a block of sub-statements repeatedly while the given condition is valid.
2022-10-01, ∼245🔥, 0💬

JDK (Java SE) Installation
This chapter provides tutorial notes on installing Java SE (JDK) on your own Windows system to allow to run sample JDBC Java programs. Topics include downloading and installing JDK on Windows, Linux and macOS system; compiling and executing Java programs; installing Java documentation.
2022-10-01, ∼245🔥, 0💬

Performance of Inserting Rows with a Regular Statement
This section describes how to measure the performance of inserting rows using a Statement object.
2022-10-01, ∼245🔥, 0💬

Received: from ... by ... - SMTP Server Log
This section provides an email message example with 'Received: from ... by ...' header to to record a log message when the message was transmitted from one SMTP server to another.
2024-06-08, ∼244🔥, 0💬

Getting Free Ether on Test Networks
This chapter describes getting free Ether on Test Networks.
2024-06-02, ∼244🔥, 0💬

Big5 到 Unicode 轉換:特殊符號 - 第 A2 行
本節列出了 Big5 到 Unicode 代碼轉換表中特殊符號 - 第 A2 行。
2024-02-03, ∼244🔥, 0💬

Big5 到 Unicode 轉換 - 二級漢字
本章列出了 big5 二級漢字區的字元集和編碼,以及它們所對應的 Unicode 編碼。一級漢字共收錄有次常用漢字 7,652 個。
2024-02-03, ∼244🔥, 0💬

Unicode to Big5 - Part 27: U+74F5 to U+7684
Unicode to Big5 code point mapping is provided for Big5 character set - Part 27: Unicode U+74F5 to U+7684.
2024-01-29, ∼244🔥, 0💬

Invoking WSDL Default Service
This section provides a tutorial example on how to access the default service of a given WSDL document and invoke a given operation using quick access syntax.
2024-01-09, ∼244🔥, 0💬

AJAX (Asynchronous JavaScript And XML)
This chapter provides a quick introduction on AJAX (Asynchronous JavaScript And XML). Topics include what introduction to AJAX, XMLHttpRequest API, requests, responses, properties, methods and events; ; examples to send synchronous and asynchronous requests, to parse responses as JSON or other objec...
2023-05-28, ∼244🔥, 0💬

About This Book
This section provides some detailed information about this book - Reference Citations - HerongYang.com.
2022-10-18, ∼244🔥, 0💬

Perl Installation on Linux Systems
This section describes how to verify Perl installation on Linux systems. The 'perl -v' command returns which version of Perl is installed on the Linux system.
2022-10-12, ∼244🔥, 0💬

connect() - Establishing a Socket Communication
This section describes Perl built-in functions: socket(), bind(), listen(), accept(), and connect(), that can be used for the server program and client program to establish a socket communication.
2022-10-11, ∼244🔥, 0💬

Phase Portrait of Simple Harmonic Motion
This section provides phase portrait examples for a single object in simple harmonic motion.
2022-10-09, ∼244🔥, 0💬

DiffieHellman Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a DiffieHellman private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-07, ∼244🔥, 0💬

中国年历 - 2051年至2060年
本章列出了2051年至2060年之间十年年历。
2022-10-05, ∼244🔥, 0💬

Running Services - Background Processes
This section provides a tutorial example on how to review running services, or background processes, on my Android tablet. Those background processes are started automatically and running all the time.
2022-10-01, ∼244🔥, 0💬

<< < 256 257 258 259 260 261 262 263 264 265 266 > >>   ∑:9045  Sort:Date