<< < 23 24 25 26 27 28 29 30 31 32 33 > >>   ∑:7660  Sort:Date

"choose" - The If...Else Element
This section describes the 'choose' element, which is used in the content of a 'template' element. The 'choose' element is a conditional statement that be used to put different output contents under different logical conditions.
2016-02-12, 2154🔥, 0💬

UTF-32, UTF-32BE and UTF-32LE Encodings
This chapter provides notes and tutorial examples on UTF-32, UTF-32BE and UTF-32LE encodings. Topics including encoding and decoding logics of UTF-32, UTF-32BE and UTF-32LE encodings; explanation of the use of BOM (Byte Order Mark).
2023-01-01, 2148🔥, 2💬

Removing IE Addon "PDF Link Helper"
This section provides a tutorial example on how to disable and remove 'PDF Link Helper' addon from Internet Explorer.
2022-08-02, 2144🔥, 3💬

💬 2016-10-25 Herong: Paul, can you share your solution?

💬 2016-10-24 Paul-H: This is stupid solution.

The document.write() Method
This section provides a quick description of the document.write() method and a simple tutorial example of using the document.write() method.
2022-12-25, 2136🔥, 1💬

💬 2020-01-24 Samso: Thanks for this wonderful blog that you have designed in this page. Very informative and effective article. Ver inspired article...

\uxxxx - Entering Unicode Data in Java Programs
This section provides a tutorial example on how to enter Unicode characters using \uxxxx escape sequences in a Java program, and same them to any giving character set encoding.
2021-05-26, 2134🔥, 2💬

💬 2021-05-26 Herong: dipper, thanks for sharing your code!

💬 2021-05-13 dipper: &lt;html> &lt;body> &lt;form enctype='multipart/form-data' action='' method='post'> &lt;input type='hidden' name...

Performance of Inserting Rows with a PreparedStatement
This section describes how to measure the performance of inserting rows using a PreparedStatement object.
2022-10-01, 2119🔥, 0💬

What Is Gopher
This section provides a quick introduction of the Gopher protocol that allows distributed documents to be linked and presented as a hierarchy of items and directories.
2023-05-27, 2111🔥, 3💬

💬 2023-05-27 Harshita: This is very easy

💬 2018-12-08 Herong: Agree. Gopher was so easy to use with a keyboard on a text screen ☺

💬 2018-12-06 me: so nice piece of history, thx

"geth" Commands for Ethereum Accounts
This section describes 'geth' commands to manage Ethereum accounts.
2023-09-08, 2099🔥, 2💬

💬 2023-09-08 Richard Radigan: I want to test let me in

Adding Security Exception in Mozilla Firefox
This section provides a tutorial example on how to add a security exception in Mozilla Firefox to continue visiting an HTTPS Website with an un-trusted certificate.
2023-05-09, 2099🔥, 3💬

💬 2023-05-09 Matti Ollikainen: The same os is now installed on usb sticks. In one of them, Firefox displays a web page as insecure but allows an security excep...

Java HotSpot VM - JVM by Oracle/Sun
This chapter provides tutorial notes and example codes on Java HotSpot VM. Topics include running Java HotSpot VM in client and server modes; checking memory usage with the Runtime class.
2016-01-26, 2093🔥, 1💬

💬 2016-01-26 Mangkorn: Thanks

Character Encoding in Java
This chapter provides notes and tutorial examples on character encoding in Java. Topics including supported encodings in Java SE 7; using encoding and decoding methods; examples of encoded byte sequences of various encodings.
2023-03-15, 2089🔥, 3💬

💬 2018-01-30 Sunny: www.youtube.com

💬 2017-07-14 kev: hi

XML Editor and Schema Processor - XMLPad
This chapter provides notes and tutorial examples on the free XML editor and XML Schema processor, XMLPad. Topics include installing WMHelp XMLPad Pro, assigning XML Schema to XML documents, validating XML documents, generating XML schema diagram.
2017-12-04, 2086🔥, 1💬

💬 2017-12-04 Sreelatha: heard great about XMLPad. Would like to try.

Introduction to Chinese Calendar - How the astronomers developed it
What's a calendar? A calendar is a system for measuring time, from hours and minutes, to months and days, and finally to years and centuries. The terms of hour, day, month, year and century are all units of time measurements of a calender system. How does one measure time? Distance can be measured w...
2021-11-18, 2082🔥, 1💬

💬 2021-11-18 FIRMWARE: INTERNET SCAM ALERT‼️ The internet today is full of SCAM ADS, mostly in comments of various sites and blogs. A large number of i...

"superclass access check failed" Class Load Error
This section provides a tutorial example of 'superclass access check failed' class load error.
2019-11-10, 2082🔥, 1💬

Chinese Horoscopes - The Sheep/Goat Personality
It is lucky that the sheep is ranked eighth in the series of Chinese zodiac animals, for the number "eight" in China is an auspicious one, symbolizing peace and prosperity. Generally speaking, people born in the year of sheep are generous, just and kind, and easily touched by other people's misfortu...
2021-08-07, 2080🔥, 0💬

The Chinese Calendar - Introduction
Introduction In the English-speaking world we use the Gregorian calendar, a 1582 modification (named after Pope Gregory XIII) of the "Julian" calendar established by Julius Caesar in ancient Rome. Although many other calendars have existed through history, and others are used in large parts of the w...
2021-10-19, 2068🔥, 0💬

JDBC-ODBC Bridge Driver - Flat Text Files
This chapter provides tutorial notes on using JDBC-ODBC Bridge to access data stored in flat text files. Topics include creating tab delimited data files; creating and configuring DSN for flat data files; running queries on flat files.
2022-10-01, 2067🔥, 0💬

Key Pair Sample Program - JcaKeyPair.java
This section provides a tutorial example on how to write simple program to generate a pair of private key and public key for the RSA or DSA algorithm.
2016-03-01, 2064🔥, 1💬

💬 2016-03-01 Shruti: thanks

Chinese Festivals - Lantern Festival
The Lantern Festival falls on the 15th day of the 1st lunar month, usually in February or March in the Gregorian calendar. As early as the Western Han Dynasty (206 BC-AD 25), it had become a festival with great significance. This day's important activity is watching lanterns. Throughout the Han Dyna...
2021-12-23, 2059🔥, 0💬

Chinese Horoscopes - The Monkey
The Monkey Monkeys can run circles around other people with ease. They are curious and clever people who catch on quickly to most anything. Monkey people generally can accomplish any given task. They appreciate difficult or challenging work as it stimulates them and makes them think. Years of the Mo...
2021-10-30, 2056🔥, 0💬

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, 2054🔥, 4💬

💬 2022-06-18 dirk: Yeah, Herong, you are right. And, The Unicode Consortium gives mappings(mappings between unicode and other character sets) on it...

💬 2022-06-17 Herong: dirk, I think JDK uses a long array to map each GBK character to a Unicode.

💬 2022-06-15 dirk: But, how the decoder map GBK to UTF16 in this statement "cb = gbdc.decode(gbbb);"? In other words, how does "deocde(ByteBuffer b...

💬 2018-01-27 kill_time: hehe,

Chinese New Year and Chinese Calendar
Chinese calendar Chinese calendar has been in continuous use for centuries, which predates the International Calendar (based on the Grigorian Calendar) we use at the present day which goes back only some 425 years. The calendar measures time, from short durations of minutes and hours, to intervals o...
2021-11-01, 2053🔥, 0💬

JVM "-ea" and "-da" Options
This section describes '-ea' and '-da' JVM option, which are used to enable or disable assertion on application classes.
2022-10-01, 2048🔥, 0💬

Sun Implementation of UUEnccode in Java
This section provides a test program for the Java implementation of UUEncode by Sun. Tests of both encoder and decoder are provided.
2016-02-29, 2047🔥, 2💬

💬 2016-02-29 Herong: weller, thanks for pointing out the typo. It will be corrected in the next update.

💬 2016-02-28 weller: ren SunUUEncode.uu SunUUEncode.class should be ren SunUUEncode.cls SunUUEncode.class

<< < 23 24 25 26 27 28 29 30 31 32 33 > >>   ∑:7660  Sort:Date