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

Calling Your Own Functions - Example
This section provides a quick description of how to call your own JavaScript functions and a tutorial example of calling temperature conversion function.
2022-10-01, ∼361🔥, 0💬

"interface" - Interface Definition Element
This section describes 'interface', a definition element that defines an interface type with one or multiple operations. An operation is defined with an input-output pattern. An input or output is defined use a given data element.
2022-10-01, ∼361🔥, 0💬

Button Action Handler at the Frame Level
This section provides a tutorial example on how to create a button to handle actions by adding the ActionListener interface to the frame that contains the button component.
2022-10-01, ∼361🔥, 0💬

GetInteger() - Crash-Free Integer Conversion
This section provides a tutorial example of writing a crash-free code logic to convert a user entered string into a Long integer value. The built-in function CLng() will crash with a string like '3.3e200'.
2022-10-01, ∼361🔥, 0💬

"Folder" Objects Representing File Folders
This section describes Folder object and its properties and methods. A tutorial example is provided on how to list all properties of a file folder.
2022-10-01, ∼361🔥, 0💬

'vbscript:' Pseudo-URL Addresses
This section describes what is a 'vbscript:' pseudo-URL address and provides several interesting examples of 'vbscript:' URLs.
2022-10-01, ∼361🔥, 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, ∼361🔥, 0💬

Sharing Data with Other Tags
This section provides a tutorial example on how to share data between 2 tag classes. The best way is to save the shared data to the pageContext object as an attribute.
2022-10-01, ∼361🔥, 0💬

"string" Datatype Values and Representations
This section describes the most commonly used built-in datatype, 'string'. Whitespace characters are preserved in 'string' values. But XML entity references are parsed in 'string' lexical representations.
2022-10-01, ∼361🔥, 0💬

Discontinued: ChangeAreaUnit - Convert Area Unit
This chapter provides a quick introduction of the free Web service, ChangeAreaUnit, returning area value in other units for a given area. Topics include usage description of ChangeAreaUnit; request message sample; response message sample.
2022-10-01, ∼361🔥, 0💬

Secondary Index on InnoDB Table
This section describes what is secondary index on an InnoDB table. Any any non-primary index is called secondary index.
2022-10-01, ∼361🔥, 0💬

Processing Web Form Input in ASCII
This section describes how to display a Web form and process form input data in ASCII.
2022-10-01, ∼361🔥, 0💬

Performance Summary of All Implementations
This chapter provides a performance summary of my implementations of different sorting algorithms in different languages: Java, PHP, Perl, and Python.
2022-10-01, ∼361🔥, 0💬

Multiplicative Notation of Abelian Group
This section describes the multiplicative notation of an Abelian Group. The multiplication sign, *, is used as the operator. Number 1 is used as the identity element.
2022-10-01, ∼361🔥, 0💬

What Is Keychain Access on macOS
This section provides an introduction to macOS Keychain Access, which manages 4 Keychains of 5 categories of security items: Passwords, Security Notes, My Certificates, Keys, and Certificates.
2022-10-01, ∼361🔥, 0💬

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

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

Big5 to Unicode - Row F0: Level 2 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row F0: Level 2 Characters.
2024-01-29, ∼360🔥, 0💬

Invoking WSDL Services with Zeep Library
This section provides a tutorial example on how to create a Zeep client object with a WSDL URL, access a given service, and invoke a given operation.
2024-01-10, ∼360🔥, 0💬

2052 年年历 - 猴年
中国年历 - 2052 年年历 - 猴年
2022-10-05, ∼360🔥, 0💬

Establishing a Socket Communication Link
This section describes how to establish a socket communication link. A server application runs a socket in listen mode and a client application connects a client socket to the server socket.
2022-10-01, ∼360🔥, 0💬

XSL (Extensible Stylesheet Language)
This chapter provides tutorial notes and example codes on XSL (Extensible Stylesheet Language). Topics include default XSL implementation classes in JDK; writing an XML transformer program using XSL (Extensible Stylesheet Language).
2022-10-01, ∼360🔥, 0💬

Code Point Blocks
This section provides a list of major releases of the Unicode standard and their publishing dates.
2022-10-01, ∼360🔥, 0💬

PHP Statement Delimiter and Comments
This section provides a tutorial example on how to write PHP statements and comment in PHP source code files. PHP uses semicolon ';' as the statement delimiter. Comments can be entered in Perl, Java, or C styles.
2022-10-01, ∼360🔥, 0💬

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