<< < 207 208 209 210 211 212 213 214 215 216 217 > >>   ∑:9067  Sort:Date

Overview of BLOB (Binary Large Object)
This section describes what are BLOB (Binary Large Object) data types and how to work with them.
2022-12-13, ∼318🔥, 0💬

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, ∼318🔥, 0💬

Archived: JDK 1.6 Documentation Installation
This section describes how to install JDK Documentation on your own machine.
2022-10-06, ∼318🔥, 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, ∼318🔥, 0💬

1990 年年历 - 马年
中国年历 - 1990 年年历 - 马年
2022-10-05, ∼318🔥, 0💬

Loop Statements - "while", "for", and "do ... while"
This chapter provides tutorial examples and notes about loop statements. Topics include 'while, 'for', and 'do ... while' statements; examples of controlling code executions with loop statements.
2022-10-01, ∼318🔥, 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, ∼318🔥, 0💬

Creating Arrays - Examples
This section provides a tutorial example on how to create arrays in different ways.
2022-10-01, ∼318🔥, 0💬

Sending and Receiving Cookies
This section describes how PHP supports cookies. setcookie() is the function to set a cookie to the HTTP response. $_COOKIE is the array containing cookies received in the next HTTP request.
2022-10-01, ∼318🔥, 0💬

Visiting "https" Website with Apple Safari
This section describes how Apple Safari shows a lock icon when you visit an 'https' Website to indicate that the communication is secured with data encryption.
2022-10-01, ∼318🔥, 0💬

Function Parameters Are Passed as Local Copies - Example
This section provides a tutorial example on swapping original primitive and object variables in a function.
2022-10-01, ∼318🔥, 0💬

WSDL 1.1 Framework and Extensions
This section describes WSDL 1.1 core framework and 4 extensions: SOAP 1.1, HTTP, MIME and SOAP 1.2
2022-10-01, ∼318🔥, 0💬

"Function" Statement and Function Call
This section describes how to define and invoke a function procedure. Assigning a value to the procedure name in the function procedure sets the return value.
2022-10-01, ∼318🔥, 0💬

Displaying the "system" ThreadGroup Tree
This section provides a tutorial example on how to display the 'system' ThreadGroup tree by using the enumerate() and list() methods.
2022-10-01, ∼318🔥, 0💬

Deriving New Simple Datatypes - "simpleType" Element
This section describes a tutorial example on how to define a simple datatype based on a built-in datatype by adding restriction facets.
2022-10-01, ∼318🔥, 0💬

Java Supports Automatic Garbage Collection
This section provides a quick demonstration of JVM (Java Virtual Machine) garbage collector removing dead objects - objects that have no more references.
2022-10-01, ∼318🔥, 0💬

Getting CLR (Common Language Runtime) Information
This section provides a tutorial example on how to use execution environment class, System.Environment, to retrieve information about the CLR (Common Language Runtime).
2022-10-01, ∼318🔥, 0💬

Delete Records That Are Not Referenced
This section provides a tutorial example on bulk deletion for records that are not referenced by another table.
2022-10-01, ∼318🔥, 0💬

"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, ∼318🔥, 0💬

Log Message Types from Serial Collector
This section describes 4 types of log messages generated from the Serial Collector with the '-XX:+PrintGCDetails'.
2022-10-01, ∼318🔥, 0💬

Serial GC Tracing - Aged Live Objects
This section provides a tutorial of tracing how Serial GC increases the age of objects survived each additional GC in 'from' space.
2022-10-01, ∼318🔥, 0💬

Archived: 640/400/40MB Test on JRockit 28.2
This section provides a tutorial example on running GCTest2.java on JRockit 28.2.7 with 640MB memory limit and a 400MB base plus 40MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, ∼318🔥, 0💬

Run Perl Scripts on macOS
This section provides notes to verify Perl version supported on macOS and run a simple Perl script.
2022-10-01, ∼318🔥, 0💬

NFS (Network File System)
This section provides a tutorial example on how to setup NFS server and client to share sub-directories as 'nfs' file systems.
2022-10-01, ∼318🔥, 0💬

<< < 207 208 209 210 211 212 213 214 215 216 217 > >>   ∑:9067  Sort:Date