Popular Books:
💬 2016-03-05 SOUMO BISWAS: YES
💬 2016-02-26 Herong: Maurice, Thanks for the positive feedback!
💬 2016-02-25 Maurice: It is a great JVM book
💬 2015-12-05 Herong: Yogesh, we need better examples than what you have suggested...
What Is "os" Module
This section describes the 'os' module, which provides you an interface to the operating system where the Python script in running. 2022-07-19, ∼379🔥, 0💬
Create Tables with CLOB Columns
This section describes how to create tables with CLOB (LONGTEXT) columns in MySQL server. 2022-07-19, ∼177🔥, 4💬
Create Tables with CLOB Columns
This section describes how to create tables with BLOB (VARBINARY(MAX)) columns in SQL Server server. 2022-07-18, ∼100🔥, 1💬
Playing Movie with FFmpeg "ffplay" Command
This section provides a tutorial example on how to use the FFmpeg 'ffplay' command to play movie file stored in MPEG4 (*.mp4) format. 2022-07-13, ≈14🔥, 2💬
EC Private and Public Key Pair
This section introduces what is EC (Elliptic Curve) key pair - a pair of private key and public key constructed from a given subgroup generator in a given elliptic curve group. 2022-07-11, ∼1345🔥, 2💬
💬 2017-01-21 Herong: Faisal, do you know how to make Web service calls in C#?
💬 2017-01-19 Faisal: how to use this web service in web forms ASP.Net Using C#
Retrieving BLOB Values with getBinaryStream() Method
This section describes how to retrieve BLOB values with the ResultSet.getBinaryStream() method. 2022-07-01, ∼378🔥, 2💬
Private Network ID Must Match "chainId"
This section describes the requirement on private network - the network ID must match the 'chainId' given in the genesis block configuration. 2022-06-28, ∼690🔥, 1💬
Chinese Web Pages with UTF-8 Encoding
This section describes how to create a Chinese HTML document in UTF-8 encoding and publish it on the Apache server. 2022-06-28, ≈30🔥, 7💬
💬 2020-02-25 Herong: Hope your project can help detecting the infection earlier and easier. Thanks!
Exporting a List of Root CA Certificates
This section provides a tutorial example on how to export a list of trusted root CA certificates with the certificates console on a Windows system. 2022-06-28, ∼3687🔥, 3💬
My First JSP Page on macOS
This section provides a tutorial example on how to create the first JSP page with JSP code to test the JSP support of the Tomcat Web server on macOS systems. 2022-06-24, ∼1162🔥, 1💬
💬 2022-06-24 Chris: Thank you. Because of you I could run my first JSP file :)
Creating Class Type Objects
This section describes how class type objects can be created using the 'new' operator and special methods. 2022-06-24, ∼268🔥, 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, ∼327🔥, 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, ∼2296🔥, 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💬
Popular Posts:
This section describes the free Web service GetCitiesByCountry provided by WebserviceX.NET. GetCitie...
This section describes how the message receiver should decrypt an encrypted SOAP message in 2 steps:...
Want to know when is the 2023 Chinese New Year day? Look for free Chinese calendars for 2023? Chines...
This section describes the supertype-subtype relationships: a supertype corresponds a class or inter...
This section provides a tutorial example of simple deadlock demo program, SimpleDeadLock.java, with ...