<< < 191 192 193 194 195 196 197 198 199 200 201 > >>   ∑:8894  Sort:Date

Examples of Different Types of Operation
This section provides tutorial examples of different types of operations: numeric, predicate, date and time.
2022-10-01, ∼237🔥, 0💬

Secret Keys with Repeating Pattern
Tutorial examples are provided to show that secret keys with a repeating pattern will result the same ciphertext for the same given plaintext.
2022-10-01, ∼237🔥, 0💬

General Suggestions for Better GC Performance
This section describes some general rules used by JVM to manage memory and get better GC performance.
2022-10-01, ∼237🔥, 0💬

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

Introduction of Garbage Collectors
This chapter provides tutorial notes and example codes on garbage collectors. Topics include JVM memory management summary; Introduction of Generational Garbage Collector; Young and Tenured Heap regions; Eden and Survivor spaces; Mark-Sweep-Compact algorithm; Garbage collector variations.
2022-10-01, ∼237🔥, 0💬

GCPerfP99.java - 99th Percentile Performance
This section provides a GC test program, GCPerfP99.java, that uses 99th percentile performance measurements.
2022-10-01, ∼237🔥, 0💬

Import Server Certificates to macOS
This section provides a tutorial example on how to import and install a Web server certificate to macOS using Keychain Access.
2022-10-01, ∼237🔥, 0💬

"gzip/gunzip" - Compressed *.gz Files
This section provides a tutorial example on how to use 'gzip' and 'gunzip' commands to compress large files and restore them later. Compressed files will have the *.gz file name extension.
2022-10-01, ∼237🔥, 0💬

Statements - Execution Units
This chapter provides introductions and tutorial examples about statements. Topics include introductions to expression, assignment, 'del', 'import', 'if', 'while', 'for', 'try', 'with', and 'match' statements.
2022-10-01, ∼237🔥, 0💬

Packages and Package Directories
This chapter provides introductions and tutorial examples about on packages and package directories. Topics include introduction of packages and package directories; importing package directories to create packages; accessing package members; importing package members only; importing sub-modules and...
2022-10-01, ∼237🔥, 0💬

Installing Microsoft SQL Server 2014 Express Edition
This section describes how to download and install Microsoft SQL Server 21014 Express Edition.
2022-10-01, ∼237🔥, 0💬

Playing Sound with Sound Recorder
This section describes a tutorial on how to play back a sound track with the Sound Recorder.
2017-05-21, ∼237🔥, 1💬

Installing Zeep Library
This section describes a tutorial on how to check and install the Zeep Python library.
2024-01-09, ∼236🔥, 0💬

Internet Networking Tools
This chapter provides introductions and tutorial examples about Internet networking tools. Topics include 'wget' to download Web files; 'curl' to send requests to URLs.
2023-05-23, ∼236🔥, 0💬

2058 年年歷 - 虎年
中國年歷 - 2058 年年歷 - 虎年
2022-10-17, ∼236🔥, 0💬

Examples of HTTP 1.0 Requests and Responses
This section provides some tutorial examples of HTTP 1.0 requests and responses. Google and Wikipedia are still supporting HTTP 1.0 protocols.
2022-10-05, ∼236🔥, 0💬

SOAP Data Model
This chapter describes what is SOAP data model.
2022-10-04, ∼236🔥, 0💬

Derby (Java DB) in the JDK 1.8 Package
This section describes how to use Derby (Java DB) 10.11 that included in JDK 1.8 package.
2022-10-04, ∼236🔥, 0💬

Demonstration of Time Dilation - Amy on the Train
This section provides a thought experiment to demonstrate time dilation by starting with Amy synchronizing a clock with a bouncing light pulse on a moving train.
2022-10-04, ∼236🔥, 0💬

Archived: Firefox 35 Displaying Certificate Error Page
This section provides a tutorial example showing that Mozilla Firefox fails to validate an HTTPS server certificate and displays a certificate error page.
2022-10-01, ∼236🔥, 0💬

Declaring Variables - "var" Statements
This section provides descriptions on variables and a tutorial example on how to declare variables with 'var' statements.
2022-10-01, ∼236🔥, 0💬

"description" - The Root Element
This section describes 'description', the root element of a WSDL document. The target namespace and other namespaces should be provided at the root element level.
2022-10-01, ∼236🔥, 0💬

"binding" - Binding Definition Element
This section describes 'binding', a definition element that defines a binding for operations defined in an interface to a communication protocol and a message transmission format.
2022-10-01, ∼236🔥, 0💬

wsdlx:safe="true|false" Operation Safety
This section describes the operation safety flag added to operations. The safety flag wsdlx:safe='true|false' is provided as part of WSDL 2.0 Extension language.
2022-10-01, ∼236🔥, 0💬

<< < 191 192 193 194 195 196 197 198 199 200 201 > >>   ∑:8894  Sort:Date