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

"bf-cbc" 2-Block Test Vectors
A tutorial example is provided to show how to build a table of test vectors for Blowfish algorithm in CBC mode on 2-block (16-byte) plaintext messages using OpenSSL 'enc -bf-cbc' command.
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💬

"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💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-01, ∼237🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 A4 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 A4 行。
2024-01-31, ∼236🔥, 0💬

Unicode > Big5 轉換: 第 21 部分 - U+6C10 到 U+6D7D
本節列出了 Unicode 到 Big5 代碼轉換表的第 21 部分 - Unicode U+6C10 到 U+6D7D。
2024-01-31, ∼236🔥, 0💬

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

Oracle - PreparedStatement
This chapter provides tutorial notes on JDBC PreparedStatement with Oracle JDBC Driver. Topics include creating PreparedStatement objects; setting PreparedStatement parameters; running PreparedStatement in batch mode; comparing PreparedStatement performance.
2022-10-08, ∼236🔥, 0💬

What Is PKCS#12?
This section describes what is PKCS#12 - One of the PKCS (Public Key Cryptography Standards) used to store a private key and its self-signed certificate together as a single file.
2022-10-07, ∼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💬

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.0.
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💬

About This Book
This section provides some detailed information about this book - Java Tutorials - Herong's Tutorial Examples.
2022-10-01, ∼236🔥, 0💬

Performance of Calculating Prime Numbers
This section provides a tutorial example on how to measure the execution performance of a JSP page that does prime number calculation.
2022-10-01, ∼236🔥, 0💬

Including Old Schema Documents - Errors
This section describes a tutorial example of element declaration and datatype definition colliding with those in the included schema.
2022-10-01, ∼236🔥, 0💬

What Is SOAP Web Service
This section describes SOAP Web services, which are implemented using the SOAP (Simple Object Access Protocol).
2022-10-01, ∼236🔥, 0💬

Table Column Types for JSON Documents
Describes 1 type of table column to store JSON documents: JSON.
2022-10-01, ∼236🔥, 0💬

MySQL Status Variables for InnoDB Engine
This section describes some important MySQL status variables that represent statistic counts related the InnoDB storage engine.
2022-10-01, ∼236🔥, 0💬

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