<< < 138 139 140 141 142 143 144 145 146 147 148 > >>   ∑:8894  Sort:Date

Literals of Primitive Types
This section describes how to use literals to represent primitive data values in Java source code. Examples are: 911, 0x38fL, '\n', 3.14F, 1e137, 0x1p3, true, etc.
2022-10-01, ∼306🔥, 0💬

Enum Types and Enum Constants
This chapter describes enum types and enum constants. Topics include 'enum' declaration statement, instance variables and instance methods of enum constants, enum supertype and type hierarchy, inherited static and instance methods, compiler added implicit methods.
2022-10-01, ∼306🔥, 0💬

What Is an Enum Type
This section describes 'enum' types, which are defined by 'enum' declaration statements. An 'enum' type is actually a special kind of class type.
2022-10-01, ∼306🔥, 0💬

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

".cshrc" - C Shell Script File and
This section provides an example of .cshrc file, a C shell script file that gets executed automatically each time the C shell is started.
2022-10-01, ∼306🔥, 0💬

Variables, Loops and Cursors Used in Stored Procedures
This chapter provides tutorial notes on store procedures. Topics include declaring variables and assigning values to variables; IF statements; LOOP, REPEAT and WHILE statements; ITERATE and LEAVE statements; Using cursors to loop through output rows of SELECT statements.
2022-10-01, ∼306🔥, 0💬

"--Xlog:gc+task+time=debug" - Print GC Threads
This section describes how to use the '-Xlog:gc+task+time=debug' JVM option to show multiple GC threads used by the Parallel Collector.
2022-10-01, ∼306🔥, 0💬

Niels Henrik Abel and Abelian Group
Abelian Groups are named after early 19th century mathematician Niels Henrik Abel.
2022-10-01, ∼306🔥, 0💬

JTextField - Swing Text Field Class
This chapter provides tutorial notes and example codes on JTextField class. Topics include description of the javax.swing.JTextField class and its methods; example program of creating text fields with event listeners.
2021-06-06, ∼306🔥, 1💬

Using HTTPS with Apple Safari
This chapter provides tutorial notes and example codes on using certificates in Apple Safari. Topics include why Web browsers need certificates; viewing the certificate from an HTTPS Web server; saving the certificate from a server to a certificate file; viewing trusted root certificates.
2022-10-01, ∼305🔥, 0💬

WodenHelloComponent.java - Testing WSDL 2.0 Components
This section provided a tutorial example on how to create a WSDLReader to parse a WSDL 2.0 document into WSDL component objects.
2022-10-01, ∼305🔥, 0💬

Inspecting Variables Received in Procedures
This chapter provides tutorial examples and notes on inspecting variables received in procedures. Topics include why variables received must be inspected before using them, guidelines on how to inspect variables, crash-free code example to convert anything into a Long integer.
2022-10-01, ∼305🔥, 0💬

emptyLoop() - The Empty Loop Test Method
This section provides a tutorial example on how to write empty loop test method. The benchmark test result shows impacts of JIT compilation and the garbage collection threads
2022-10-01, ∼305🔥, 0💬

Perl Built-In Implementation of Base64
This section provides a test program for the default Perl implementation of the Base64 encoding algorithm encode_base64() and decode_base64() functions.
2022-10-01, ∼305🔥, 0💬

InnoDB Storage Engine - Primary and Secondary Indexes
This chapter provides tutorial notes to demonstrate how InnoDB stores data rows, the primary index, and secondary indexes.
2022-10-01, ∼305🔥, 0💬

Chinese Text Encoding Conversion and Corruptions
This chapter provides tutorial notes on Chinese text encoding conversion and corruptions. Topics include Detecting system default encoding; Root causes of corrupted Chinese text; Corrupted Chinese file names with Un-ZIP; Generating 8-bit encoding tables; Restoring corrupted Chinese text.
2022-10-01, ∼305🔥, 0💬

Selection Sort - Implementation in Perl
This section provides a tutorial on how to implement the Selection Sort algorithm in Perl.
2022-10-01, ∼305🔥, 0💬

DLP And Trapdoor Function
This section exams the difficulty level of the Discrete Logarithm Problem (DLP) in several Abelian Group examples to see if them can be used to build trapdoor functions.
2022-10-01, ∼305🔥, 0💬

What Is DNF
This section provides a quick introduction on DNF (also called Dandified YUM), which is the next generation of YUM (Yellowdog Update Modified) software package manager for RPM (RedHat Package Manager) based Linux distributions.
2022-10-01, ∼305🔥, 0💬

OCSR (Optical Chemical Structure Recognition)
This chapter provides notes and tutorial examples OCSR (Optical Chemical Structure Recognition) tools. Topics include introduction of StoneMIND Collector; capturing single molecue structure on the screen; scan entire PDF file for molecules on the Web.
2022-10-01, ∼305🔥, 0💬

What Is WS-Security (WSS)
This section describes WS-Security (WSS) standard - a SOAP extension standard that defines building blocks to implement SOAP message content integrity and confidentiality.
2022-10-06, ∼304🔥, 0💬

Running EncodingSampler.java with ISO-8859-1 and US-ASCII
This section provides a tutorial example on how to run the character encoding sample program with ISO-8859-1 and US-ASCII encodings. Character encoding US-ASCII is a subset of ISO-8859-1.
2022-10-01, ∼304🔥, 0💬

Publishing PHP Scripts as Web Pages
This section describes how to publish PHP scripts as Web pages on the Apache server.
2022-10-01, ∼304🔥, 0💬

Implementations of JVM Specification
This section provides a list of major implementations of the JVM Specification.
2022-10-01, ∼304🔥, 0💬

<< < 138 139 140 141 142 143 144 145 146 147 148 > >>   ∑:8894  Sort:Date