<< < 123 124 125 126 127 128 129 130 131 132 133 > >>   ∑:9086  Sort:Date

The "decimal" Data Type
This section describes the 'decimal' data type for floating-point values. 'decimal' uses a 128-bit storage size.
2020-01-21, ∼462🔥, 1💬

💬 2020-01-21 a: comment

GUID Generator
This section provides a tutorial example on how to use the GUID Generator operation provided by uuidgenerator.net.
2023-04-22, ∼461🔥, 1💬

💬 2023-04-22 me: Thanks for the info ! I used it to generate unique QR codes by pasting UUIDs into https://rocketfiles.ovh/en/CreateQRC ode.

2056 年年历 - 鼠年
中国年历 - 2056 年年历 - 鼠年
2022-10-04, ∼461🔥, 0💬

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

Character Set Encoding Maps - Unicode UTF-8
This section provides a tutorial example of analyzing and printing character set encoding maps for encoding: UTF-8, the most popular encoding for Unicode character set.
2022-10-01, ∼461🔥, 0💬

EncodingConverter.java - Encoding Conversion Sample Program
This section provides a tutorial example on how to write a sample program, EncodingConverter.java, to convert text files from one character set encoding to another.
2022-10-01, ∼461🔥, 0💬

"-Xms" and "-Xmx" - Avoiding GC with Large Memory Size
This section provides a tutorial example on how to allocate more memory to JVM to avoid GC to reduce the impact benchmark tests.
2022-10-01, ∼461🔥, 0💬

c:out Action Tag with EL Expressions
This section provides a tutorial example of using EL expressions in the c:out JSTL Core tag.
2022-10-01, ∼461🔥, 0💬

NumberToWords - Request Message Sample
This section provides a request message sample of NumberToWords Web service.
2022-10-01, ∼461🔥, 0💬

Issues during MySQL Installation
Issues occurred during the installation process of MySQL 8.0.16 on a Windows system using MySQL Installer.
2022-10-01, ∼461🔥, 0💬

View the "pending" Block
This section describes how to view the 'pending' block.
2022-10-01, ∼461🔥, 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, ∼461🔥, 0💬

Launching Android Emulator in AVD Manager
This section provides a tutorial example on how to launch an Android emulator with the Android Virtual Device (AVD) created in the AVD Manager.
2022-03-07, ∼461🔥, 0💬

Displaying Version Information using Windows Explorer
This section provides a tutorial example on how to display version information properties of executable files, .exe and .dll files, using Windows Explorer.
2022-12-10, ∼460🔥, 1💬

Registering $_REQUEST Keys as Global Variables
This section provides a tutorial example on how to promote (or register) keys and values in the $_REQUEST array as global variables so that you don't have to use the array notation to access their values.
2022-10-01, ∼460🔥, 0💬

javap - Listing Public Variables and Methods
This section provides a tutorial example of how to list all public variables and methods of a class with 'javap' without any options.
2022-10-01, ∼460🔥, 0💬

Java File Types and Related Tools
This section summarizes file types used to build Java applications and related tools to generate and manage these files.
2022-10-01, ∼460🔥, 0💬

Generating SOAP Requests on Operations
This section provides a tutorial example on how to generate a test SOAP request against an operation defined in a WSDL document.
2022-10-01, ∼460🔥, 0💬

CDS (Class Data Sharing)
This chapter provides tutorial notes and example codes on CDS (Class Data Sharing). Topics include generating shared archive with HotSpot; saving startup time and footprint using shared archive; viewing shared memory of JVM processes.
2022-10-01, ∼460🔥, 0💬

"simpleType" Components with "union" Child Components
This section describes the 'union' child component in 'simpleType' component. 'union' child components are used to create a union of value spaces from multiple member datatypes.
2022-10-01, ∼460🔥, 0💬

Multi-Thread Programs on Multi-CPU Systems
This section provides a tutorial example to see how multi-thread programs behave on multi-CPU systems and how to change processor affinity to control which processors to use for each application.
2022-10-01, ∼460🔥, 0💬

mysqldump - Dumping Data to Files
This section provides some tutorial examples on how to use mysqldump tool to dump the structure and data of tables from a MySQL server to files.
2022-10-01, ∼460🔥, 0💬

Introduction of Area Model
This chapter provides tutorial notes and example codes on XSL-FO area model. Topics include introduction of area model, area geometrical properties, inline stacking, block stacking, etc.
2022-10-01, ∼460🔥, 0💬

Software Package Manager on CentOS - DNF and YUM
This chapter provides introductions and tutorial examples about Software Package Manager on CentOS systems. Topics include introductions of DNF (Dandified YUM) and YUM (Yellowdog Update Modified); installing Java.
2022-10-01, ∼460🔥, 0💬

<< < 123 124 125 126 127 128 129 130 131 132 133 > >>   ∑:9086  Sort:Date