Tutorial Books:
HTTPS Request and Response Example
This section describes an example of HTTPS request and response captured by a Perl script using the Crypt::SSLeay module. 2020-04-29, 2154👍, 3💬
💬 2020-04-25 my name is idiot: Me wants it die
💬 2016-05-23 Herong: James, your email address is not working. Please contact me.
GB2312 vs. Unicode
A quick introduction of GB2312 is provided. Topics include GB2312 character set; Location Codes; Native Codes; Unicode; GBK encoding and Unicode character set. 2020-04-25, 1739👍, 8💬
💬 2020-04-25 yola: Yes!! Thanks!!
💬 2019-11-25 HONGYAN: Thank you very much
"soap:address" - Location of Service
This section describes 'soap:address', a SOAP extension element that specifies an address where Web service is located. 2020-04-21, 7937👍, 6💬
Downloading Apache HTTP Server 2.2.25 for Windows
This section describes how to download Apache (HTTP Server) 2.2.25 binary distribution for Windows systems. 2020-04-20, 8485👍, 15💬
💬 2020-04-20 Daniel Morris: This service is best service for best people
isSelected() - Getting State of Check Box
This section provides a tutorial example on how to use the isSelected() method to know the state of a check box. 2020-04-13, 133👍, 2💬
FORTRAN 77 - Example Program Code
This section provides a simple example program code of FORTRAN 77 language. 2020-04-06, 814👍, 5💬
💬 2020-04-06 Herong: I think WRITE(9,*) will direct output to the printer.
💬 2017-08-03 Herong: Can someone with a FORTRAN compiler to verify this? Thanks.
'javascript:' Pseudo-URL Addresses
This section describes what is a 'javascript:' pseudo-URL address and provides several interesting examples of 'javascript:' URLs. 2020-04-02, 2049👍, 5💬
What Is GB2312 Character Set
GB2312 Character Set is a set of 7445 commonly used Chinese characters established by the government of People's Republic of China in 1980. 2020-03-28, 441👍, 1💬
blockexplorer.com API - Get Transaction Data
This section describes how to get transaction data with blockexplorer.com API. 2020-03-25, 249👍, 2💬
💬 2020-03-25 Herong: Chandana, do you know the transaction id?
Popular Posts:
This section provides a tutorial example on how to use 'Property Let/Set/Get' procedure to define pu...
This section provides a list of supported character encodings supported in Java. The list is generat...
This chapter provides tutorial examples and notes on runtime error handling. Topics include the defa...
This section describes the -Xss option to specify JVM stack size. Changing stack size can help to es...
This section describes how to delete rows from target tables through ResultSet objects.