Popular Books:
Performance Summary of All Implementations
This chapter provides a performance summary of my implementations of different sorting algorithms in different languages: Java, PHP, Perl, and Python. 2022-10-01, ∼314🔥, 0💬
Install PDFwriter
This section provides a tutorial on how to install and use PDFwriter on macOS. 2022-10-01, ∼314🔥, 0💬
What Is "pathlib" Module
This section describes the 'pathlib' module offers classes representing filesystem paths for different operating systems. 2022-10-01, ∼314🔥, 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, ∼314🔥, 0💬
Creating CallableStatement Objects with Parameters
This section describes how to create CallableStatement objects with IN and OUT parameters. 2022-10-01, ∼314🔥, 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, ∼313🔥, 0💬
NDFDgenByDay - Request Message Sample
This section provides a request message sample of NDFDgenByDay Web service. 2022-10-01, ∼313🔥, 0💬
The Tiger - Chinese Zodiac Animal Sign
This section discuss about the Tiger, the third Chinese zodiac animal sign. 2022-10-01, ∼313🔥, 0💬
Date and Time Functions
Describes some commonly used date and time functions like, CURRENT_DATE(), CURRENT_TIME(), and EXTRACT(). 2022-10-01, ∼313🔥, 0💬
"SHOW STATUS ..." - Server Status Variables
This section describes Server Status Variables, which are counters used by MySQL server to provide statistics information about its running status. 2022-10-01, ∼313🔥, 0💬
Most Popular Web Browsers
The most popular Web browsers based on browser signature strings in log files for year 2009 with 5 weeks log files missing. 2022-10-01, ∼313🔥, 0💬
Secret Keys with Repeating Pattern
Tutorial examples are provided to show that secret keys with a repeating pattern will result the same ciphertext for the same given plaintext. 2022-10-01, ∼313🔥, 0💬
Blowfish CBC 2-Block Test Vectors
A tutorial Perl example is provided to show how to build a table of test vectors for Blowfish algorithm in CBC mode on 2-block (16-byte) plaintext messages. 2022-10-01, ∼313🔥, 0💬
Move All Users to a New System
This section provides a tutorial example on how to move all users to a new Linux system. 2022-10-01, ∼313🔥, 0💬
Sun Implementation of JdbcRowSet API
This section provides a tutorial example on how to access the reference implementation of JdbcRowSet API provided by Sun Microsystems. 2022-10-01, ∼313🔥, 0💬
Popular Posts:
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
"Reservation" is an XML document based Web service for testing purpose only. High level information ...
This section describes how to load a JDBC driver and register it with DriverManager.
什么是病毒载体疫苗? 它的工作机制是什么? 病毒载体疫苗又可以细分成两个小类:复制型病毒载体 疫苗(ReplicatingViral Vect...
This section describes the SHA1 algorithm - a 6-step process of padding of '1000...', appending mess...