Tutorial Books:
MockService - Web Service Simulator
This section provides a tutorial example on how to create a Web service simulator, MockService, with SoapUI, to return a mock response. 2023-02-22, 433👍, 1💬
RsaKeyValidator.java for RSA Key Validation
This section provides a tutorial example on how to validate RSA keys by encrypting and decrypting some random sample messages. 2023-02-19, 543👍, 2💬
What Is DER (Distinguished Encoding Rules) Encoding?
This section describes the DER (Distinguished Encoding Rules) - A binary format of encoding a data value of any data types including nested data structures. 2023-02-13, 25433👍, 11💬
Building a New DOM Document Object
This section provides a tutorial example on how to build a new DOM Document object and print it out as DOM Node tree. 2023-02-13, 176👍, 1💬
Uninstall Bitcoin Core for Windows
This section describes how to uninstall Bitcoin Core for Windows. 2023-02-10, 1811👍, 63💬
Registry Hives - HKCR, HKCU, HKLM, HKU, HKCC, and HKPD
This section provides quick introductions on the Windows registry hives - top level registry keys on Windows XP systems. 2023-02-04, 26979👍, 5💬
My First Servlet Page on macOS
This section provides a tutorial example on how to create the first Servlet Java class to test the Servlet support of the Tomcat Web server on macOS systems. 2023-02-02, 518👍, 2💬
"WScript" Runtime Object Hierarchy
This section describes WSH runtime objects: WScript and its properties. A tutorial example is provided on how to use WScript.StdIn and WScript.StdOut. 2023-02-02, 199👍, 1💬
UTF-8 Encoding Algorithm
This section provides a tutorial example on how to write a programming algorithm to encode characters with UTF-8 encoding. 2023-02-01, 7816👍, 6💬
Create Copay Wallet Backup
This section describes how to create Copay wallet backup. 2023-01-31, 192👍, 1💬
Base64 Encoding Algorithm
This section describes the Base64 encoding algorithm with some simple encoding examples. 2023-01-26, 22082👍, 31💬
application/x-www-form-urlencoded Encoding in Java
This section provides a tutorial example on how to use Java URLEncoder class to perform application/x-www-form-urlenco dedencoding and decoding. 2023-01-24, 8851👍, 3💬
Ethereum Account Keystore File
This section describes the keystore file that contains the private key of an Ethereum account. 2023-01-17, 782👍, 1💬
Chinese Character Set Encoding Options
This section providing information on character set encoding options for Chinese Web pages: UTF-8, GB, and Big5 2023-01-06, 3763👍, 4💬
Popular Posts:
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
什么是蛋白疫苗? 它的工作机制是什么? 蛋白疫苗又可以细分成两个小类:重组蛋白疫苗,病毒 外壳疫苗(Virus-LikePartic...
Want to know when is the 2010 Chinese New Year day? Look for free Chinese calendars for 2010? Chines...
This section providing information on handling Chinese character string literals in UTF-8 encoding.