<< < 140 141 142 143 144 145 146 147 148 149 150 > >>   ∑:9045  Sort:Date

Objects and Associate Arrays
This section provides a quick description of access object properties using the associate array formats object_name['property_name']. A tutorial example is provided on how to use objects as associate arrays.
2022-10-01, ∼382🔥, 0💬

ELEMENT - Element Declaration Statement
This section describes syntax formats of the ELEMENT statement, which is used to declare an element in this document type. The ELEMENT statement specifies what is the name of the element, and what is structure of its content.
2022-10-01, ∼382🔥, 0💬

Micro Benchmark Tests in JIT Compilation Mode
This chapter provides tutorial notes and example codes on micro benchmark tests on 'int' and 'long' data type operations in HotSpot JIT compilation mode. Topics include empty loop, assignment loop, shift operation, add operation, multiplication operation and division operation.
2022-10-01, ∼382🔥, 0💬

What Is MySQL
Quick introduction of MySQL with a list of main features.
2022-10-01, ∼382🔥, 0💬

Hyperlinks, Table of Contents and Indexes
This chapter provides tutorial notes and example codes on hyperlinks, table of contents, and indexes. Topics include introduction of 'basic-link' formatting object; 'internal-destination' and 'external-destination' attributes; building table of contents with hyperlinks; using index-key attributes an...
2022-10-01, ∼382🔥, 0💬

What Is Serial Collector
This section describes the Serial Collector, which uses the combination of the Serial Collector of Young generation and the Serial Collector of Tenured generation, so both minor GC and major GC are performed in a single thread serially in a stop-the-world fashion.
2022-10-01, ∼382🔥, 0💬

Serial GC Tracing - Tight Heap
This section provides a tutorial on tracing how Serial GC works with a tight heap size.
2022-10-01, ∼382🔥, 0💬

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

Configuring and Testing SOAP Extension
This section provides a tutorial example on how to configure and test SOAP Extension with a WSDL 2.0 document. It fails with an error.
2019-07-19, ∼382🔥, 1💬

Unicode 到 Big5 轉換 - 13,461 全部字符
本章列出了 Unicode 到 Big5 轉換表,包括大五碼(Big5)字符集中 13,461 全部字符。
2024-01-31, ∼381🔥, 0💬

Writing My First Java Program
This section provides a tutorial example on how to write, compile, and execute the first Java program with JDK 1.8.
2022-10-01, ∼381🔥, 0💬

AboutAndroid - Application to Retrieve System Information
This chapter provides tutorial notes on AboutAndroid - An example application to retrieve system information. Topics include using java.lang.System class; displaying system properties and environment variables; using ScrollView and TextView classes; using android.os.Environment class.
2022-10-01, ∼381🔥, 0💬

What Is the Bourne Shell?
This section provides a quick introduction of the Bourne shell which is the default shell on the Android system, which is based on the Linux system, which is based on Unix system.
2022-10-01, ∼381🔥, 0💬

Applying Free Personal Certificate at Comodo
This section provides a tutorial example on how to apply for a free personal email certificate at Comodo.
2022-10-01, ∼381🔥, 0💬

Including JavaScript Codes as External Files
This section provides a quick description of how to save JavaScript codes into separate files and include them into HTML documents with 'script' tags. A tutorial example is provided on calling a function stored in a separate JavaScript file.
2022-10-01, ∼381🔥, 0💬

Archived: Downloading and Installing JDK 12
This section describes how to download and install JDK 12 on a Windows system.
2022-10-01, ∼381🔥, 0💬

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

What Is Discrete Logarithm Problem (DLP)
This section describes what is Discrete Logarithm Problem (DLP), which is the reverse operation of an exponentiation (or scalar multiplication) operation in an Abelian group.
2022-10-01, ∼381🔥, 0💬

Ring Represenations in SMILES
This section provides a quick introduction on ring represenations in SMILES. Append a numeric digit to the starting atom of a ring and close it with the numeric digit as the start atom.
2022-10-01, ∼381🔥, 0💬

SocketClient.java - A Simple Client Socket Application
This section provides a tutorial example on how to write a network application, SocketClient.java, that creates a client socket, connects to a remote socket server, sends and receives text messages.
2022-01-09, ∼381🔥, 0💬

Converting Temperature from Fahrenheit to Celsius
This section provides a tutorial example on converting value from Fahrenheit unit to Celsius unit.
2019-07-24, ∼381🔥, 1💬

Unicode > Big5 轉換: 第 9 部分 - U+59C0 到 U+5B3F
本節列出了 Unicode 到 Big5 代碼轉換表的第 9 部分 - Unicode U+59C0 到 U+5B3F。
2024-01-31, ∼380🔥, 0💬

Hamiltonian on Free Fall Motion
This section provides an example of calculating the Hamiltonian on a simple mechanical system of an single object in free fall motion and applying the Law of Conservation of Energy.
2022-10-19, ∼380🔥, 0💬

java.util.SimpleDateFormat.parse() - Parsing Date Strings to Objects
This section provides a tutorial example on how to use the java.util.SimpleDateFormat.par se()method to parse or convert date and time strings to date objects.
2022-10-01, ∼380🔥, 0💬

<< < 140 141 142 143 144 145 146 147 148 149 150 > >>   ∑:9045  Sort:Date