<< < 163 164 165 166 167 168 169 170 171 172 173 > >>   ∑:8894  Sort:Date

Class Diagram - Dependency Notation
This section describes the Dependency Notation used in a UML Class Diagram. A Dependency Notation presents a relationship between two classes, in which one class (the client) depends on the other class (the supplier).
2022-10-04, ∼266🔥, 0💬

Socket Network Communication
This chapter provides tutorial notes and example codes on socket network communication. Topics include introduction to socket communication; creating a server socket and listening for connection requests; creating a client socket and connects to a server socket; creating server application for multi...
2022-10-01, ∼266🔥, 0💬

javax.crypto.KeyGenerator - Generating Secret Keys
This section provides a quick introduction of the secret key generation class, javax.crypto.KeyGenerator.
2022-10-01, ∼266🔥, 0💬

What Is Character Encoding
This section provides a quick introduction of Unicode character encodings and other local language encodings that are supported by Java.
2022-10-01, ∼266🔥, 0💬

French Characters in HTML Documents - ISO-8859-1 Encoding
This section provides a tutorial example on how enter and use French characters PHP string literals using ISO-8859-1 encoding. The PHP script file should be stored in ANSI format.
2022-10-01, ∼266🔥, 0💬

"jcmd 0 help" - Listing JVM Diagnostic Commands
This section provides a tutorial example on how to use 'jcmd 0 help' command to get a list of diagnostic commands that are supported in each running JVM.
2022-10-01, ∼266🔥, 0💬

Archived: Downloading and Installing JDK 10
This section describes how to download and install JDK 10 on a Windows system.
2022-10-01, ∼266🔥, 0💬

XSD Schema Validator on XML SAX Object
This section provides a tutorial example on how to load a XSD schema, create an XSD validator and validate an XML SAXSource object.
2022-10-01, ∼266🔥, 0💬

Reference Data Types and Variables
This chapter provides tutorial notes and example codes on reference data types and variables. Topics include 5 reference data types; reference data type variables store references to objects; multiple variables referring to a single object; superclass-subclass relation; superinterface-subinterface r...
2022-10-01, ∼266🔥, 0💬

Syntax of JSP Pages and JSP Documents
This chapter provides tutorial notes and example codes on syntax of JSP Pages and JSP Documents. Topics include what is a JSP Page; what is a JSP Document; writing JSP elements in XML format; generating response in XML format; differences of directive and action 'include' elements.
2022-10-01, ∼266🔥, 0💬

1984 - X Window System Developed a MIT Team
This chapter provides some history of the X Window System developed by a MIT team led by Bob Scheifler and Jim Gettys in 1984.
2022-10-01, ∼266🔥, 0💬

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

Numeric Literal Evaluation Examples
This section provides tutorial examples on how numeric literals are evaluated to values of different datatypes.
2022-10-01, ∼266🔥, 0💬

View Bitcoin in My Test Wallet
This section describes how to view test transactions in my wallet on local peer.
2022-10-01, ∼266🔥, 0💬

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

Data Types, Variables and Expressions
This chapter provides a quick introduction of JavaScript fundamental concepts: data types, variables, and expressions. Topics include primitive data types; variable declaration; operation expression evaluation.
2021-12-08, ∼266🔥, 1💬

Secret Key Generation and Management
This chapter provides tutorial notes and example codes on secret keys. Topics include secret keys for Blowfish, DES, or HmacMD5 encryption algorithms; key generator class; test program to generate secret keys and save them in files.
2025-01-29, ∼265🔥, 1💬

Unicode > Big5 轉換: 第 14 部分 - U+6183 到 U+62FD
本節列出了 Unicode 到 Big5 代碼轉換表的第 14 部分 - Unicode U+6183 到 U+62FD。
2024-01-31, ∼265🔥, 0💬

Install RDKit in an Anaconda Environment
This section provides a tutorial example on how to install RDKit Python library in an Anaconda environment. It's easy and fast.
2022-10-05, ∼265🔥, 0💬

Types of Collections of Elements
This section describes different types of collections: set, list and map. Set stores elements with no positions nor keys. List stores elements with positions. Map stores elements with keys.
2022-10-01, ∼265🔥, 0💬

Encoding Conversion Programs for Encoded Text Files
This chapter provides tutorial notes and example codes on character encoding conversion. Topics include entering Unicode characters with \uxxxx escape sequences; viewing encoded text files in Hex values; converting text files from one encoding to another; viewing encoded text files in Web browsers; ...
2022-10-01, ∼265🔥, 0💬

Receiving Non-ASCII Characters from Input Forms
This chapter provides tutorial examples and notes about non-ASCII characters in Web forms. Topics include basic rules on receiving non-ASCII characters from Web input forms; examples of using the $_REQUEST array to receive non-ASCII characters submitted with GET or POST method; examples of handling ...
2022-10-01, ∼265🔥, 0💬

Server Certificate General Information
This section provides a tutorial example on how to view general information of a server certificate in Mozilla Firefox.
2022-10-01, ∼265🔥, 0💬

A Simple Email Message Example
This section provides a simple email message example without using the MIME (Multipurpose Internet Mail Extensions) protocol.
2022-10-01, ∼265🔥, 0💬

<< < 163 164 165 166 167 168 169 170 171 172 173 > >>   ∑:8894  Sort:Date