<< < 204 205 206 207 208 209 210 211 212 213 214 > >>   ∑:9067  Sort:Date

Minor GC Triggering Condition of Serial Collector
This section describes the triggering condition of the Serial collector Minor GC process. The condition is the failure of new object allocation in 'eden'.
2022-10-01, ∼322🔥, 0💬

Creating CallableStatement Objects with INOUT Parameters
This section describes how to create CallableStatement objects with INOUT parameters.
2022-10-01, ∼322🔥, 0💬

Examples of Expressions
This section provides a tutorial example showing you different types of expressions.
2020-06-20, ∼322🔥, 2💬

💬 2020-06-20 Herong: Ekko, Thanks for the interesting example. So the statement, "Operations of the same precedence value must be evaluated from left...

💬 2020-06-17 Ekko: There is another special precedence: Dim b, c, d b = c = d will be interpreted like b = (c = d)

Virtual Memory vs. Physical Memory
This section describes virtual memory, which is mapped to physical memory through MMU (Memory Management Unit).
2024-08-17, ∼321🔥, 0💬

Big5 to Unicode - Row E1: Level 2 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row E1: Level 2 Characters.
2024-01-29, ∼321🔥, 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, ∼321🔥, 0💬

中國公歷規則
本節介紹了公歷(Gregorian calendar)基本規則。公歷以天文年為基礎,把一年 分為十二個月。普通年為 365 天,閏年為 366 天。
2022-10-05, ∼321🔥, 0💬

Statechart Diagram and Notations in Visio
This section lists UML Statechart Diagram notations supported in MS Visio 2010.
2022-10-05, ∼321🔥, 0💬

Handling Date and Timestamp Values
This section describes how to handle Date and Timestamp Values.
2022-10-05, ∼321🔥, 0💬

DOM (Document Object Model) - API for XML Files
This chapter provides tutorial notes and example codes on DOM (Document Object Model). Topics include parsing XML files into DOM objects; browsing DOM object tree; building new DOM objects; converting DOM objects to XML files.
2022-10-01, ∼321🔥, 0💬

DTD (Document Type Definition) - XML Validation
This chapter provides tutorial notes and example codes on DTD (Document Type Definition). Topics include writing an XML DTD validator using DOM and SAP interfaces; overriding error handler methods to print validation errors.
2022-10-01, ∼321🔥, 0💬

Key Pair Sample Program - JcaKeyPair.java
This section provides a tutorial example on how to write simple program to generate a pair of private key and public key for the RSA or DSA algorithm.
2022-10-01, ∼321🔥, 0💬

Primitive Data Types - Numbers, Strings, and Booleans
This section provides a quick description of JavaScript primitive data types, numbers, strings, and booleans.
2022-10-01, ∼321🔥, 0💬

Defining Your Own Functions
This section provides a quick description of how to define your own functions and some basic features of a JavaScript function.
2022-10-01, ∼321🔥, 0💬

Adding and Deleting Object Own Properties
This section provides a quick description of object's own properties. A tutorial example is provided on how to add, update, and delete object's own properties.
2022-10-01, ∼321🔥, 0💬

What Is an Expression?
This section provides an introduction of what is an expression. A data literal or a variable is a simple expression. A single operation or a group of multiple operations is a complex express.
2022-10-01, ∼321🔥, 0💬

UUID Version 1 Generator
This section provides a tutorial example on how to use the UUID Version 1 Generator operation provided by uuidgenerator.net.
2022-10-01, ∼321🔥, 0💬

What Are Storage Engines
This section describes MySQL storage engines, which implement different strategies on how data is stored, updated and retrieved in storage devices.
2022-10-01, ∼321🔥, 0💬

Computation Effort of Bitcoin Mining
This section describes what is the computation effort of Bitcoin Mining.
2022-10-01, ∼321🔥, 0💬

Start a New Ethereum Private Network
This section describes how to start a new Ethereum private network.
2022-10-01, ∼321🔥, 0💬

Delete/Untrust Certificates from macOS
This section provides a tutorial example on how to untrust (if delete is not possible) a certificate from macOS using Keychain Access.
2022-10-01, ∼321🔥, 0💬

SELinux - Security-Enhanced Linux
This chapter provides introductions and tutorial on SELinux (Security-Enhanced Linux). Topics include introduction of SELinux basic concepts; User, Role, Domain, Type, Class, and Boolean; Type Enforcement policy rule syntax and database; making changes to SELiunx policy rules; using SELinux related ...
2022-10-01, ∼321🔥, 0💬

Users and Groups
This chapter provides introductions and tutorial on user and group management. Topics include commands to add and remove groups; commands to associate users with primary and supplementary groups; commands to file group ownership and group access permissions; commands to add and delete users; run 'su...
2022-10-01, ∼321🔥, 0💬

JDBC-ODBC - Creating DSN for SQL Server 2005
This section describes how to create a DSN that connected to the local SQL Server.
2022-10-01, ∼321🔥, 0💬

<< < 204 205 206 207 208 209 210 211 212 213 214 > >>   ∑:9067  Sort:Date