Popular Books:
DESSubkeysTest.java - DES Key Schedule Algorithm Illustration
This section provides a tutorial Java program, DESSubkeysTest.java, to illustrate how DES key schedule algorithm works. 2020-02-10, ∼1701🔥, 3💬
Two Types of "import" Statements
This section describes two types of 'import' statements: Single Type Import and On-Demand Type Import. 4 sample Java source files are provided to test 'import' statements. 2020-02-06, ∼3013🔥, 2💬
💬 2020-02-06 Herong: Abuja, “wildcard” import is called on-demand import.
FOP Installation Verification on Windows
This section provides a tutorial on how to verify Apache™ FOP by running a FOP built-in example in an AWT preview window on Windows systems. 2020-01-28, ∼1817🔥, 2💬
💬 2020-01-28 Ghazi: fop n'est pas reconnue comme étant une commande interne....
XMLPad Crash When Validating Non-Conforming XML Documents
This section describes a failed test of validating a non-conforming XML document with the assigned XML Schema file (XSD), XMLPad Crashed. 2020-01-28, ∼858🔥, 2💬
💬 2020-01-28 Herong: Matteo, which version of XMLPad are you using?
💬 2020-01-28 Herong: Bing, see Generating Private Keys tutorial on how to creat JKS files.
💬 2020-01-24 BingLi224: how to create .jks certificate file correctly?
💬 2017-09-20 Herong: Sandeep, you need to create a server certificate in a .jks file first.
"geth --light" - Ethereum Node Light Mode
This section describes 'geth --light' - Ethereum node in light mode 2020-01-28, ∼6538🔥, 2💬
Where Is TOC Located on a CD
This section provides basic information on physical location of TOC (Table Of Contents) CDs. 2020-01-28, ≈13🔥, 3💬
💬 2020-01-28 Herong: Robert, the last track should be near the outside.
Removing IE Addon "Java Plug in SSV Helper"
This section provides a tutorial example on how to disable and remove 'Java-Plug-in-SSV-Helper' addon from Internet Explorer. 2020-01-21, ∼2247🔥, 1💬
The "decimal" Data Type
This section describes the 'decimal' data type for floating-point values. 'decimal' uses a 128-bit storage size. 2020-01-21, ∼418🔥, 1💬
JDBC Driver Types
This section provides some quick information about different types of JDBC drivers. 2020-01-14, ∼1921🔥, 2💬
What Is JVM Specification
This section describes what is JVM Specification. 2020-01-11, ∼827🔥, 1💬
Creating SOAP Project with WSDL
This section provides a tutorial example on how to create SOAP project automatically by loading a WSDL document URL. 2020-01-02, ∼867🔥, 1💬
Xsd11SchemaValidator.java for XSD 1.1 Validation
This section provides a tutorial example on calling SchemaFactory.newInstance() with 'http://www.w3.org/XML/XMLSche ma/v1.1'for XSD 1.1 validation. 2019-12-19, ∼2209🔥, 3💬
💬 2019-12-19 Herong: Gopi, which part is not working?
💬 2019-12-13 Gopi: Hi, The above code i tried it is not working at all.
mcrypt Library for PHP
This section describes the mcrypt library - encryption extension for PHP. mcrypt supports DES and many other encryption algorithms. 2019-12-19, ∼423🔥, 1💬
1980 - Wo Ai Ni Zhong Quo (æˆ‘çˆ±ä½ ä¸å›½) - I Love You, China
Wo Ai Ni Zhong Quo (我爱你中国) - I Love You, China, lyrics by Qu Zong (瞿宗), music by Zheng Qiu Feng (郑秋枫), produced in 1980. 2019-12-18, ∼2303🔥, 1💬
QUERY_STRING - CGI Query String
This section describes what is QUERY_STRING and how to use to receive information from the HTTP request URL. 2019-12-16, ≈10🔥, 3💬
Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format. 2019-12-05, ∼3901🔥, 10💬
💬 2019-12-05 Mpono: Thanks a lot
💬 2018-06-09 Herong: Sake, I think you can create a good MP3 Player with Java Swing.
💬 2018-06-02 sake: It can make advanced mp3Player whith java swing?
"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, ∼3118🔥, 1💬
Popular Posts:
This section describes the issue with 'Head State Missing' error on restarting 'geth' on a private n...
This section describes an error case where a UTF-8 encoding page contains GB18030 characters.
This section provides a tutorial example on how to merge a private key and its self-signed certifica...
This section describes what is Java micro benchmark and general guidelines on writing micro benchmar...
This section describes how to load the MySQL JDBC driver class - mysql-connector-java-xxx -bin.jar.