Popular Books:
The "Function" Object Type - Functions Are Objects
This section provides a quick description and a tutorial example script on the 'Function' built-in object type, which is used to create functions. 2022-10-01, ∼212🔥, 0💬
What Is Sendmail
This section provides a quick introduction of Sendmail, a MTA (Mail Transfer Agent), that works other MTAs and MDAs (Mail Delivery Agents) to transfer and deliver emails. 2022-10-01, ∼212🔥, 0💬
Getting Database Server and Driver Info
This section describes how to get database server and JDBC driver information through the DatabaseMetaData object. 2022-10-01, ∼212🔥, 0💬
mysql - Command Line Tool
This section provides information about 'mysql' command line tool. 2022-10-01, ∼212🔥, 0💬
Archived: mysqladmin - MySQL 5.0 Admin Tool
This section describes how to use MySQL admin tool to check server status and other admin tasks. 2022-10-01, ∼212🔥, 0💬
REST Web Service Request Template
This section provides a tutorial example on how to review the request template generated by SoapUI for a REST Web service from a WADL document. 2022-10-01, ∼211🔥, 0💬
Venus Sign and Horoscope
This section provides an quick introduction of Venus sign in horoscope. 2022-10-01, ∼211🔥, 0💬
"login" Processes - Login Window and Services
This section describes 'login' processes, which are created by the operating system to display the login window and provide login services. 2022-10-01, ∼211🔥, 0💬
"INSERT INTO" Statements with INDENTITY Columns
This section describes what will happen if you try to insert rows with values for INDENTITY columns. 2022-10-01, ∼211🔥, 0💬
JDBC-ODBC - Getting Flat File Driver Info
This section describes how to get ODBC driver and JDBC driver infor with the getMetaData() method. 2022-10-01, ∼211🔥, 0💬
What Is JDBC?
This section provides a quick answer to the question of 'What is JDBC?' 2022-10-01, ∼211🔥, 0💬
JDBC Driver Types
This section provides some quick information about different types of JDBC drivers. 2022-10-01, ∼211🔥, 0💬
InnoDB (MySQL 5.5 Default Engine) Slower on INSERT
This section provides a tutorial example showing that InnoDB, the MySQL 5.5 storage engine, is about 1,000 times slower than MyISAM storage engine. 2022-10-01, ∼211🔥, 0💬
Popular Posts:
This section introduces an old definition of 'meter' which uses the Paris meridian line. A 'meter' i...
This chapter provides tutorial examples and notes about converting Perl script files to executable b...
This section describes what is a 'javascript:' pseudo-URL address and provides several interesting e...
This section provides a tutorial example on how to create the first Web page with HTML code to test ...
This section describes how the message receiver should decrypt an encrypted SOAP message in 2 steps:...