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

android.widget.ScrollView Class - Scrolling Text View
This section provides tutorial example on how to create a scrollable screen to view large contents of text using the android.widget.ScrollView Class.
2022-10-01, ∼305🔥, 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, ∼305🔥, 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, ∼305🔥, 0💬

Sending Out Emails from PHP Scripts
This section provides a tutorial example on how to configure the PHP engine to use the local SMTP mail server and write a PHP script to send an email.
2022-10-01, ∼305🔥, 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, ∼305🔥, 0💬

"jimage info|list" - Listing JIMAGE Entries
This section provides a tutorial example on how to use 'jimage info|list' commands to view JIMAGE file info and list IMAGE entries.
2022-10-01, ∼305🔥, 0💬

Example - Passing Arguments by Value
This section provides a tutorial example on how to pass arguments by value to swap values passed through procedure arguments. By this example will not work.
2022-10-01, ∼305🔥, 0💬

Literal Formats for Character - Example
This section provides a tutorial example on how to use character literals in different formats: single characters or escape sequences enclosed in single quotes.
2022-10-01, ∼305🔥, 0💬

Table Column Types for Character Strings
Describes 4 types of table columns to store character strings: CHAR, VARCHAR, NCHAR and NCHAR VARYING.
2022-10-01, ∼305🔥, 0💬

Performance Test and System Interruptions
This section provides a tutorial showing performance measurement impact of operating system interruptions on JVM.
2022-10-01, ∼305🔥, 0💬

JDBC Version and History
This section provides some quick information about JDBC versions and history.
2022-10-01, ∼305🔥, 0💬

Inserting BLOB Values with setBlob() Method
This section describes how to insert BLOB values with the PreparedStatement.setBlob() method.
2022-10-01, ∼305🔥, 0💬

Creating CallableStatement Objects with prepareCall()
This section describes how to create a CallableStatement object with the prepareCall() method.
2022-10-01, ∼305🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-01, ∼305🔥, 0💬

Content-Transfer-Encoding: quoted-printable - 7-Bit Encoding
This section provides an email message example with 'Content-Transfer-Encoding: quoted-printable' header to indicate that the content is Quoted-Printable encoded, commonly used for protecting non-ASCII characters.
2025-07-22, ∼304🔥, 1💬

💬 2025-07-22 Kevin Jones: bob thank you for your letter

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

Big5 > Unicode 轉換: 一级漢字 - 第 B6 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 B6 行。
2024-01-31, ∼304🔥, 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, ∼304🔥, 0💬

Establishing Connections from JDBC to Databases
This section provides some quick information on establishing connections from JDBC to databases.
2023-11-10, ∼304🔥, 1💬

2033 年年历 - 牛年
中国年历 - 2033 年年历 - 牛年
2022-10-04, ∼304🔥, 0💬

2023 年年历 - 兔年
中国年历 - 2023 年年历 - 兔年
2022-10-04, ∼304🔥, 0💬

Key Pair Sample Program - JcaKeyPair.java
This section provides a tutorial example on how to write simple program to generate a pair of private key and public key for the RSA or DSA algorithm.
2022-10-01, ∼304🔥, 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, ∼304🔥, 0💬

"Select Case" Statements
This section describes how 'Select Case' statements work. If one of the expected value in a case clause equals to the test value, the statement block in that case clause will be executed.
2022-10-01, ∼304🔥, 0💬

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