Popular Books:
DESCipherTest.java - DES Cipher Algorithm Illustration
This section provides a tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works. 2016-01-24, ∼1505🔥, 1💬
Where Is Session Data Stored
This section provides a tutorial example on how to find out where the PHP engine stores session data. The session.save_path setting specifies the directory name for session data. 2016-01-23, ∼3667🔥, 3💬
Sun Implementation of Base64 in Java
This section provides the source code for the Java implementation of Base64 by Sun. 2016-01-23, ∼3563🔥, 2💬
Horoscope Moon and Other Planet Signs
This section provides introduction of planet zodiac signs: the Moon sign, the Mercury sign, the Venue sign, the Mars sign, and more. 2016-01-23, ∼643🔥, 1💬
SOAP PHP Implementations
This chapter provides notes and tutorials on SOAP PHP implementations: PEAR SOAP, NuSOAP, and PHP Group SOAP. 2016-01-13, ∼1811🔥, 1💬
JDBC-ODBC - Creating New Tables in MS Access Database
This section describes how to create a new table in a MS Access database through the JDBC-ODBC driver. 2016-01-07, ∼101🔥, 2💬
"Repeatable Read" Isolation Level
This section provides a tutorial example on the 'Repeatable Read' isolation level, where reads are guarantied to be repeatable. 2015-12-28, ∼785🔥, 4💬
💬 2015-12-23 Herong: SqLoveNian, I will test it with your suggestion. Thanks.
Testing OpenSSL with file_get_contents()
This section provides a tutorial example on how to test the PHP OpenSSL module with the file_get_contents() function to run a GET request on an HTTPS server. 2015-12-26, ∼563🔥, 1💬
Create Tables with CLOB Columns
This section describes how to create tables with BLOB (LONGBLOB) columns in Oracle server. 2015-12-24, ∼142🔥, 1💬
Popular Posts:
This chapter provides tutorial notes on the JDBC-ODBC Bridge driver produced by Sun and DataDirect. ...
The comment module on this Web site was extended from the original guestbook tool. If you have any f...
This section describes how SQL Server support JDBC client applications to use instance name instead ...
This section describes how to take Chinese text from Web form and store it in MySQL database in UTF-...
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).