Popular Books:
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. 2022-10-01, ∼3243🔥, 0💬
XSD Schema XML SAX Validator with Error Handler
This section describes a tutorial example on how to create an error handler to be used by the validator to alter the default error handling behavior. 2021-08-26, ∼3237🔥, 5💬
Sending and Receiving Cookies - Example
This section provides a tutorial example on how to set and send a cookie with the setcookie() function, and how to receive a cookie with the $_COOKIE array. 2015-10-31, ∼3230🔥, 1💬
Perl Script Conversion Tools
This section describes why and how to convert Perl script files to executable binary files. ActivePerl Dev Kit and Perl2Exe are two popular conversion tools for Windows systems. 2020-02-29, ∼3221🔥, 6💬
💬 2016-03-28 de: ~ m/^p(\d+)_.*\
💬 2016-01-27 Herong: Ram, can you tell us what is the purpose of your Perl script?
Installing Visual GC Plugin
This section provides a tutorial example on how to install the Visual GC plugin to Java VisualVM and monitor GC activities. 2017-10-25, ∼3216🔥, 4💬
WADL (Web Application Description Language)
This section describes what is WADL (Web Application Description Language), an XML-based file format that describes REST Web services. 2016-04-19, ∼3212🔥, 1💬
Block Hash Calculation in Python
This section describes how to calculate Bitcoin block hash in Python. 2023-04-29, ∼3203🔥, 2💬
Chinese Character String with Big5 Encoding
This section provides information on handling Chinese character string literals in Big5 encoding. 2015-09-29, ∼3193🔥, 1💬
Calculate Double-SHA256 Hash with Python
This section describes how to calculate Double-SHA256 hash with Python. 2021-04-11, ∼3183🔥, 2💬
Audio CD (CD-DA) Tracks and Indexes
This section describes the logical format of tracks and indexes of an audio CD (Compact Disc Digital Audio or CD-DA). 2017-08-21, ∼3138🔥, 2💬
💬 2017-08-11 Herong: If (a,b)=(7,10), a will be 7 and b will be 10. There is no other possibilities.
jstack - Detecting Java Thread Deadlocks
This section provides a tutorial example on how to detect Java thread deadlocks with the thread stack trace dump tool, 'jstack'. 2016-02-01, ∼3132🔥, 0💬
"sc.exe query type= driver" - All Device Driver Services
This section provides a tutorial example on how to list all device driver services with 'sc.exe' Service Controller command tool. 2016-10-15, ∼3127🔥, 2💬
💬 2016-10-15 Herong: Jay, I don't know the answer. Hope other visitors can help to explain.
💬 2016-10-14 Jay: How do you interpret this? CHECKPOINT : 0x0
"On Error GoTo 0" - Turning off Error Handling
This section provides a tutorial example on how to use 'On Error GoTo 0' to turn off the error handling flag in a procedure to catch the first runtime error. 2019-12-02, ∼3119🔥, 1💬
Windows 7: Disable Scheduled Tasks
This section provides a tutorial example on how to review tasks that have been scheduled to run on a Windows 7 system in the background and disable any unwanted tasks. 2016-10-20, ∼3118🔥, 4💬
Popular Posts:
Where to find lucky wedding dates for year 2033? Lucky Wedding Dates: 2033 - Year of the Ox ⇒ Luck...
What Heaven Stems & Earth Branches Are Chinese have traditionally made use of a specialized ...
Want to know when is the 2010 Chinese New Year day? Look for free Chinese calendars for 2010? Chines...
This section describes the keystore file that contains the private key of an Ethereum account.
This section describes how to retrieve CLOB values with the ResultSet.getString() method.