<< < 199 200 201 202 203 204 205 206 207 208 209 > >>   ∑:9026  Sort:Date

State Machine Diagram - Transition Notation
This section describes the Transition Notation used in a UML State Machine Diagram. A Transition Notation presents a behavior change of the modeled object from one state to another.
2022-10-10, ∼289🔥, 0💬

Efficient RSA Encryption and Decryption Operations
This section describes an efficient way of carrying out RSA encryption and decryption operations provided by authors of RSA algorithm.
2022-10-06, ∼289🔥, 0💬

DSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a DSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-05, ∼289🔥, 0💬

"javac" - Java Compilation Command
This section describes 'javac', the Java compilation command, provided from the JDK (Java Development Kit) package.
2022-10-01, ∼289🔥, 0💬

"do ... while" Statements
This section describes how 'do ... while' statements works in PHP. One or more statements are repeatedly executed as long as the specified condition is true.
2022-10-01, ∼289🔥, 0💬

Operating System Information in $_SERVER
This section provides a tutorial example on how to dump operating system information stored in the $_SERVER array.
2022-10-01, ∼289🔥, 0💬

What Is JSON (JavaScript Object Notation)
This section provides a quick introduction of JSON (JavaScript Object Notation) - a text string format, similar to XML, that uses human-readable text to record data objects consisting of attribute–value pairs and array structures.
2022-10-01, ∼289🔥, 0💬

StringBuffer Class Properties and Methods
This section describes the StringBuffer class, it properties and methods.
2022-10-01, ∼289🔥, 0💬

Using Tomcat on CentOS Systems
This chapter provides tutorial notes and example codes on Tomcat installation on CentOS systems. Topics include downloading and installing Tomcat for CentOS systems; creating first HTML, JSP and Servlet pages.
2022-10-01, ∼289🔥, 0💬

UUID Version 1 Generator
This section provides a tutorial example on how to use the UUID Version 1 Generator operation provided by uuidgenerator.net.
2022-10-01, ∼289🔥, 0💬

UUID Version 4 Generator
This section provides a tutorial example on how to use the UUID Version 4 Generator operation provided by uuidgenerator.net.
2022-10-01, ∼289🔥, 0💬

Tim Berners-Lee - Father of the Web
This section provides a quick introduction of the original Macintosh, the first commercial personal computer with GUI (Graphical User Interface) developed by Apple Inc. in 1984.
2022-10-01, ∼289🔥, 0💬

Sun Implementation of Base64 in Java - Test
This section provides a test program for the Java implementation of the Base64 encoding algorithm by the Sun.
2022-10-01, ∼289🔥, 0💬

Column Options When Creating Tables
A tutorial example is provided on how to use different column options like, NULL, UNIQUE, DEFAULT, PRIMARY KEY, when creating new tables.
2022-10-01, ∼289🔥, 0💬

SELECT Statements
A tutorial example is provided on how to use SELECT statements to retrieve from database as multiple rows and multiple fields in each row.
2022-10-01, ∼289🔥, 0💬

Set MySQL Server "root" Password on CentOS
This section provides a tutorial example on how to set or reset 'root' password, in case it has no password or you can not remember the password, for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, ∼289🔥, 0💬

Window Functions for Statistical Analysis
This chapter provides tutorial notes on Window Functions. Topics include introduction of window functions; OVER clause to identify window functions; PARTITION BY clause to form multiple windows; ROWS and RANGE clauses to specify moving frames; WINDOW clause to name windows.
2022-10-01, ∼289🔥, 0💬

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

GCPerfP99V2.java - Object Number and Size
This section provides tutorials to find the work load level for the GCPerfP99V2.java program to the impact of execution environment interruptions to a very level. Work load of 1000 gives me a coefficient variation of 1.22% on my computer used in 2019.
2022-10-01, ∼289🔥, 0💬

Performance Tests on G1 collector
This chapter provides tutorial notes and example codes on performance impact of G1 collector, Topics include heap footprint; heap size impact; running minor GC only, running more major GC.
2022-10-01, ∼289🔥, 0💬

What Is LDAP
Describes what is LDAP (Lightweight Directory Access Protocol) - a communication protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.
2022-10-01, ∼289🔥, 0💬

Classes and Instances
This chapter provides introductions and tutorial examples about classes and instances. Topics include introduction of class, instance, attribute and method; using 'class' statement; using __init__() method; differences between class attributes and instance attributes.
2022-10-01, ∼289🔥, 0💬

Closing the Database Connection - con.close()
This section describes how to close database connections.
2016-09-28, ∼289🔥, 1💬

SOAP::Transport::TCP::Server - SOAP Server with TCP Protocol
This section provides a tutorial example on how to use the SOAP::Transport::TCP module to create a SOAP server with the TCP protocol.
2022-10-10, ∼288🔥, 0💬

<< < 199 200 201 202 203 204 205 206 207 208 209 > >>   ∑:9026  Sort:Date