<< < 234 235 236 237 238 239 240 241 242 243 244 > >>   ∑:9026  Sort:Date

DES Cipher Algorithm Illustration Program Output
This section provides the execution output of the tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works.
2022-10-08, ∼251🔥, 0💬

Using MD5 Message Digest in PHP
This section provides a tutorial example on how to use MD5 message digest algorithm in PHP. The PHP engine has a built-in function md5().
2022-10-04, ∼251🔥, 0💬

"while" Statement Examples
This section provides a tutorial example on how to use 'while' statements to repeat execution of one or more statements while a specified condition is true.
2022-10-01, ∼251🔥, 0💬

Controlling HTTP Response Header Lines in PHP Scripts
This chapter provides tutorial examples and notes about HTTP response header line. Topics include understanding of HTTP response structure and standard header lines; controling header lines using the header() function; dumping HTTP responses to view header lines; IIS and PHP engine added header line...
2022-10-01, ∼251🔥, 0💬

Archived: Publishing PHP Scripts as Web Pages
This section describes how to publish PHP scripts as Web pages on the Apache server.
2022-10-01, ∼251🔥, 0💬

Permission Error on php-cgi.exe
This section describes the error of 'You don't have permission to access /cgi-bin-php/php-cgi.exe/hello .phpon this server.' It is caused by the syntax change in the PHP directory access permission configuration settings.
2022-10-01, ∼251🔥, 0💬

Check Mining Rewards on My Account
This section describes how to check mining rewards.
2022-10-01, ∼251🔥, 0💬

GCPerfP99.java - Output Verification
This section provides tutorials to verify output from GCPerfP99.java test runs. System interrupts are successfully excluded from performance calculation.
2022-10-01, ∼251🔥, 0💬

File Input and Output for DataFrame
This section describes pandas.DataFrame/pandas.core.f rame.DataFrameclass, which represents a table of data with rows and columns.
2022-10-01, ∼251🔥, 0💬

JDBC-ODBC - Tab Delimited Flat File Data
This section describes how to enter data in a flat text file as tab delimited columns.
2022-10-01, ∼251🔥, 0💬

DriverManager - Loading JDBC Driver
This section describes how to load a JDBC driver and register it with DriverManager.
2022-10-01, ∼251🔥, 0💬

Performance of Inserting Integers to MySQL Database
This section provides a tutorial example on how to test the performance of inserting integers into MySQL server database using PHP 'mysqli' functions. MySQL server is 100 times slower on my CentOS computer and macOS computer.
2022-10-01, ∼251🔥, 0💬

What Is BER (Basic Encoding Rules)
This section introduces the BER (Basic Encoding Rules) defined in the ASN.1 standard. It uses the TLV (Tag-Length-Value) format to encode a value of a given data type.
2024-11-27, ∼250🔥, 0💬

Start/Stop Apache Tomcat
This section provides a tutorial example on how to start and stop Apache Tomcat on Linux systems.
2024-04-12, ∼250🔥, 0💬

What Is SMTP
This section provides a quick introduction on SMTP (Simple Mail Transfer Protocol) for message transmission. A SMTP sample session of submitting an email message using the 'telnet' command is included.
2024-04-06, ∼250🔥, 0💬

What Is SMTPS
This section provides a quick introduction on SMTPS (Simple Mail Transfer Protocol Secure) for message transmission. A SMTPS sample session of submitting an email message using the 'openssl s_client' command is included.
2024-04-06, ∼250🔥, 0💬

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

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

11F00: Kawi
This section provides a quick summary of the Unicode code point block: 'Kawi', which contains 96 code points to represent Kawi alphabets used in the Kawi language.
2024-01-23, ∼250🔥, 0💬

Declaring and Calling Subroutines
This section describes some important rules about declaring and calling user defined subroutines: parameters are passed as a list value stored in the special local variable @_; subroutines are normally called with their name prefixed with &amp;.
2022-11-18, ∼250🔥, 0💬

中国年历 - 2041年至2050年
本章列出了2041年至2050年之间十年年历。
2022-10-06, ∼250🔥, 0💬

Chinese Calendar Background Information
This chapter provides Chinese calendar background information. Topics include astronomical background information for all calendar systems; introduction to the Gregorian calendar system; Equinoxes and Solstices data table; formula to calculate the position of the Sun using a formula; introduction to...
2022-10-06, ∼250🔥, 0💬

1999 年年历 - 兔年
中国年历 - 1999 年年历 - 兔年
2022-10-06, ∼250🔥, 0💬

中國公歷規則
本節介紹了公歷(Gregorian calendar)基本規則。公歷以天文年為基礎,把一年 分為十二個月。普通年為 365 天,閏年為 366 天。
2022-10-05, ∼250🔥, 0💬

<< < 234 235 236 237 238 239 240 241 242 243 244 > >>   ∑:9026  Sort:Date