Popular Books:
Creating Class Type Objects
This section describes how class type objects can be created using the 'new' operator and special methods. 2022-06-24, ∼307🔥, 1💬
Downloading and Installing WinZip 10.0
This section provides a tutorial example on how to download and install WinZip 10.0. 2022-06-23, ∼349🔥, 1💬
Accessing Oracle Server through Web Interface
This section describes how to access an Oracle Server through its Web interface. 2022-06-18, ∼100🔥, 3💬
GB2312Unicode.java - GB2312 to Unicode Mapping
GB2312Unicode.java is a Java program that generates a table to map all GB2312 characters from GB2312 Codes to Unicode Codes. 2022-06-18, ∼2335🔥, 4💬
💬 2022-06-17 Herong: dirk, I think JDK uses a long array to map each GBK character to a Unicode.
10330: Gothic
This section provides a quick summary of the Unicode code point block: 'Gothic', which contains 32 code points to represent Gothic alphabets used in the Gothic language. 2022-06-16, ∼100🔥, 1💬
Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing. 2022-06-12, ∼1322🔥, 2💬
DES Key Schedule (Round Keys Generation) Algorithm
This section describes DES (Data Encryption Standard) algorithm - A 16-round Feistel cipher with block size of 64 bits. 2022-06-06, ≈15🔥, 12💬
💬 2022-06-06 hello: <script> alert("Hello! I am an alert box!"); </script>
0400: Cyrillic
This section provides a quick summary of the Unicode code point block: 'Cyrillic', which contains 256 code points to represent alphabetic letters used in Cyrillic languages. 2022-06-06, ∼100🔥, 5💬
💬 2022-06-05 Judith Harl: Love Chinese New Year Calendars so interesting and educational
💬 2022-03-13 Herong: Jari, I don’t see any reason for the +1 in the calculation.
JDBC-ODBC - Configuring SQL Server for TCP/IP Connection
This section describes how to configure SQL Server for TCP/IP connections. 2022-06-05, ∼100🔥, 4💬
Downloading and Installing PHP 7.3 for Windows
This section provides a tutorial example on how to download and install the PHP engine 7.0 on a Windows system. 2022-06-02, ∼2636🔥, 1💬
Create a New User in SQL Server
This section describes how to create a new login user and grant full permission to a database in SQL Server. 2022-05-28, ∼288🔥, 2💬
SQLCMD SQL Server Command Line Tool
This section describes how to SQL Server command line tool - SQLCMD. 2022-05-28, ∼170🔥, 3💬
SOAPConstants.SOAP_1_2_PROTOCOL
This section provides a tutorial example on how to create a SOAPMessage object for SOAP 1.2 protocol - MessageFactory.newInstance(SOA PConstants.SOAP_1_2_PROTOCOL). 2022-05-27, ∼425🔥, 1💬
JDBC-ODBC Bridge Driver Features
This section describes Sun's JDBC-ODBC Bridge driver and its features. 2022-05-26, ∼101🔥, 11💬
Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other formats. 2022-05-20, ∼489🔥, 0💬
Popular Posts:
"GetExchangeRate" is an RPC method based Web service for testing purpose only. High level informatio...
This section describes how to load the JDBC-ODBC Bridge driver class with the Class.forName() method...
This section provides the execution output of the tutorial Java program, DESSubkeysTest.java, to ill...
This section provides a tutorial example on how to download and install JDK (or J2SE) 1.3.1 on a Win...
This section provides a tutorial example of Perl CGI application: Calculator.pl - Returning the resu...