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

Cipher - Public Key Encryption and Decryption
This chapter provides tutorial notes and example codes on the cipher process. Topics include the cipher class, javax.crypto.Cipher; the cipher sample program and test results with DSA and RSA encryption algorithms.
2022-10-05, ∼359🔥, 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, ∼359🔥, 0💬

What Is SSL (Secure Socket Layer)?
This section provides a quick introduction of the SSL (Secure Socket Layer) protocol, which provides security protection on data being transferred over the Internet.
2022-10-01, ∼359🔥, 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, ∼359🔥, 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, ∼359🔥, 0💬

What Is Object Cloning
This section describes what is object cloning - An easy way of creating a new object and copying all properties from an old object. PHP also allows you to implement __clone() method to modify properties of the newly created object.
2022-10-01, ∼359🔥, 0💬

"for ... in" and "for each ... in" Statements
This section provides a quick description of two special loop statements for iterating properties and methods of object. A tutorial example is provided to show the extra properties and methods of two objects of the same type.
2022-10-01, ∼359🔥, 0💬

"description" - The Root Element
This section describes 'description', the root element of a WSDL document. The target namespace and other namespaces should be provided at the root element level.
2022-10-01, ∼359🔥, 0💬

Built-in Conversion Functions
This section provides a list of commonly used built-in conversion functions.
2022-10-01, ∼359🔥, 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, ∼359🔥, 0💬

"FileSystemObject" Objects to Manage File Systems
This section describes FileSystemObject properties and methods. A tutorial example is provided on how to create a folder, copy files, and get file information.
2022-10-01, ∼359🔥, 0💬

NDFDgen - Weather Forecast with Specific Parameters
This section provides a tutorial example on obtaining weather forecast with a list of specific weather parameters.
2022-10-01, ∼359🔥, 0💬

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

Ether Market Price Value
This section describes the market price value of Ether.
2022-10-01, ∼359🔥, 0💬

"iptables" Command on CentOS
This section provides a tutorial example on how to use 'iptables' daemon CLI to manage network firewall on older CentOS systems.
2022-10-01, ∼359🔥, 0💬

JDBC-ODBC - Creating DSN for SQL Server 2005
This section describes how to create a DSN that connected to the local SQL Server.
2022-10-01, ∼359🔥, 0💬

What Is Bitcoin
This section describes what is Bitcoin.
2022-05-06, ∼359🔥, 3💬

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

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

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

Similarity Search with Open Babel
This chapter provides introductions and tutorial examples on Open Babel 'obabel ... -o fpt' command to do molecule similarity search. Topics include performing similarity search; generating different types of molecule fingerprints; displaying fingerprint ragments.
2022-10-13, ∼358🔥, 0💬

2072 年年历 - 龙年
中国年历 - 2072 年年历 - 龙年
2022-10-09, ∼358🔥, 0💬

java.util.Date - JDK Class to Measure Date and Time
This section provides a tutorial example on how to use the java.util.Date class to measure date and time. The Date class does not carry any calendar information.
2022-10-01, ∼358🔥, 0💬

Unicode 7.0 Character Samples
Some samples of characters added in Unicode 7.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, ∼358🔥, 0💬

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