Popular Books:
"try" Statement to Catch Execution
This section provides a quick introduction of 'try' statement, which allows you to manage exceptions raised from a block of sub-statements. 2022-10-01, ∼266🔥, 0💬
JDBC-ODBC - SQL Server and Driver Info
This section describes how to get some basic information about the database server and the JDBC driver information through the DatabaseMetaData object. 2022-10-01, ∼266🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-01, ∼266🔥, 0💬
Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format. 2024-11-27, ∼265🔥, 0💬
Big5 to Unicode - Row D4: Level 2 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row D4: Level 2 Characters. 2024-01-29, ∼265🔥, 0💬
Unicode to Big5 - Part 52: U+9DD2 to U+9FA0
Unicode to Big5 code point mapping is provided for Big5 character set - Part 52: Unicode U+9DD2 to U+9FA0. 2024-01-29, ∼265🔥, 0💬
Sending a Remote Method Call as a HTTP Request
This section describes how a remote method call XML message can be delivered to the remote machine as a HTTP request. Extra request head lines are used. 2022-11-06, ∼265🔥, 0💬
PHP SOAP Extension Functions for Client Programs
This section describes client side functions of the PHP SOAP Extension. 2022-10-13, ∼265🔥, 0💬
Sending Arrays with Remote Method Calls
This section provides a tutorial example on how to send and received an array as an input of the remote method call. All arrays are passed as hard references. 2022-10-11, ∼265🔥, 0💬
Year 2036 Chinese Calendar - Year of the Dragon
2022-10-10, ∼265🔥, 0💬
Managing Certificates in Certificate Stores with IE
This section provides a tutorial example on how to use IE to manage certificates installed in certificate stores. 2022-10-09, ∼265🔥, 0💬
Newton's First Law of Motion
This section introduces Newton's First Law of Motion - If the net force acting on an object is zero, then the velocity of the object is constant. 2022-10-05, ∼265🔥, 0💬
javax.crypto.Cipher - The Public Key Encryption Class
This section provides a quick introduction of the cipher class, javax.crypto.Cipher, to encrypt input data with a public key. 2022-10-04, ∼265🔥, 0💬
中国年历 - 1931年至1940年
本章列出了1931年至1940年之间十年年历。 2022-10-04, ∼265🔥, 0💬
"INSERT INTO" Statements with INDENTITY Columns
This section describes what will happen if you try to insert rows with values for GENERATED ALWAYS AS IDENTITY columns. 2022-10-04, ∼265🔥, 0💬
GetSunSetRiseTime - Request Message Sample
This section provides a request message sample of GetSunSetRiseTime Web service. 2022-10-01, ∼265🔥, 0💬
Command Line Input and Output Redirection
This section provides a quick introduction of C shell command line standard input and output redirection. 2022-10-01, ∼265🔥, 0💬
Creating Database and User with MySQL Monitor
This section describes how to create a new database and a new user with MySQL monitor. 2022-10-01, ∼265🔥, 0💬
Archived: mysql_connect() - Creating MySQL Connections
This section describes how to create an object to represent the connection to a MySQL server. 2022-10-01, ∼265🔥, 0💬
Most Popular Operating Systems
The most popular operating systems based on browser signature strings in log files for year 2013 with no log files missing. 2022-10-01, ∼265🔥, 0💬
Popular Posts:
Want to know when is the 2033 Chinese New Year day? Look for free Chinese calendars for 2033? Chines...
This section provides a tutorial example on how to review log file settings and locations for MySQL ...
This section provides a tutorial example on how to use 'keytool' provided in JDK (Java Development K...
This chapter provides a quick introduction to SOAP (Simple Object Access Protocol).
This book is a collection of notes and sample codes written by the author while he was learning SOAP...