<< < 3 4 5 6 7 8 9 10 11 12 13 > >>   ∑:7660  Sort:Date

"java --list-modules" - Listing Modules in JDK
This section provides a tutorial example on how to use 'java --list-modules' command to list all modules included in the JDK installation.
2019-06-01, 9396🔥, 4💬

💬 2019-06-01 Herong: Klaus, it's probably getting them from the C:\Program Files\Java\jdk-10.0.1\lib\modules file. But you can also see a list of mod...

💬 2019-05-24 Klaus: Hi, where does this command get the modules? What is the file they lie in? I'm using CentOS

💬 2019-02-19 Herong: Felix, Thanks for pointing out the typo! It will corrected in the next update.

💬 2019-02-14 felix lee: The line "C:\herong>javac --list-modules" should be "C:\herong>java --list-modules". s/javac/java/

Downloading and Running Flash Player Projector
This section describes a tutorial example on how to download and run Adobe Flash Player Projector to play Flash applications stored in SWF files without using Web browsers.
2023-03-12, 9340🔥, 4💬

💬 2023-03-12 Pedro: thanks

💬 2020-12-02 acef: merci infiniment

java.util.Locale - Localization and Internationalization
This section provides a tutorial example on how to use java.util.Locale class to verify the default locale and list all supported locales. A locale is an identification of a combination of human language and country.
2018-08-01, 9320🔥, 4💬

💬 2016-12-25 Herong: jfseb, thanks for pointing out this difference.

💬 2016-12-19 jfseb: Note that java locales do not correspond in all versions to ISO 639. e.g. hebrew is now he, not iw. https://en.wikipedia.org/wik...

💬 2016-05-06 Scrijna: P.S. It's also useful for Java, iOS and Windows localization, as it supports most popular localization formats.

💬 2016-05-06 Scrijna: For Android app localization, you could try using the localization tool https://poeditor.com It's useful for collaborative trans...

Inserting BLOB Values with SQL INSERT Statements
This section describes how to insert BLOB values as normal strings using INSERT statements.
2022-11-23, 9083🔥, 0💬

Inserting BLOB Values with setBinaryStream() Method
This section describes how to insert BLOB values with the PreparedStatement.setBinaryStr eam()method.
2016-04-08, 9024🔥, 2💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2024-03-13, 9022🔥, 37💬

💬 2024-03-13 aridj: thanks

💬 2021-07-27 attila: thanks

💬 2019-07-04 aladdin: thanks

💬 2018-10-20 Herong: bachi, thanks for sharing your comment.

💬 2018-10-13 bachi: I like how you composed your content. I like how you explain the DES algorithm

(More comments ...)

Perl Tutorials - Herong's Tutorial Examples
This Perl tutorial book is a collection of notes and sample codes written by the author while he was learning Perl language himself. Topics include ActivePerl, data types, subroutines, debug, references, objects, open, binary, file, directory, DBM, MySQL, regular expression, RPC::XML, XML::Simple, S...
2020-11-12, 8986🔥, 6💬

💬 2020-11-12 Rajat: Hi Herong sir, I am getting error while doing $mech->post for a request every time.Error looks like this `read timeout at /usr/s...

💬 2017-10-23 guru: That's an issue with the Perl script, not with running the script itself, and it deserves another question (not here, on Stack O...

💬 2017-10-06 drhvr: mysql I added root as user and password.in singlequotes. It works great

💬 2014-03-17 Steven Klotz: Hi Herong, I found this web site while looking for PERL examples. Your knowledge and the amount of work you done (docu, tutorial...

💬 2010-11-22 Herong: Kim, Yes, you can prompt the user for a path name, open directory with opendir(), loop through each files, use the -s operator t...

(More comments ...)

Best Chinese Music - 中国经典音乐
This is a collection of best and well-known Chinese music works selected by the author. Key words include Chinese, Music, Classic, Best, Well-known, Song, Traditional, Modern, Download, Listen, 中国, 音乐, 歌曲, 经典, 传统, 现代, 下载, 收听.
2021-10-07, 8983🔥, 4💬

💬 2021-10-07 Herong: Thomas, I will try. ☺

💬 2021-10-05 Thomas Tien: Dr. Yang, please recommend more songs between 2000 - 2099: Best 21st Century Music. Thanks!

💬 2017-02-11 Herong: Deyi, which ones are you interested? You can listen to most of them online for free.

💬 2017-02-07 Deyi Hu: Dr. Yang: Is there a way for me to purchase the pieces of music that you have collected here on this page?

Illustration of RSA Algorithm: p,q=5,7
This section provides a tutorial example to illustrate how RSA public key encryption algorithm works with 2 small prime numbers 5 and 7.
2023-06-08, 8970🔥, 11💬

💬 2022-12-11 Racheal mweemba: This was helpful

💬 2022-12-11 Racheal Mweemba: ❤️❤️❤️❤️

💬 2022-04-23 Shivam: Please provide the code for the same

💬 2021-12-23 x: 5

💬 2020-11-22 Herong: fab, as shown in the tutorial, the modulus is 35. The encryption key (public key) is 5, and the decryption key (private key) is ...

(More comments ...)

Free Chinese Calendar 2030 - Year of the Dog
Want to know when is the 2030 Chinese New Year day? Look for free Chinese calendars for 2030? Chinese New Year Date for Year 2030 The Dog 2030 February 3 Sunday Chinese New Year   ⇒ Free Chinese Calendar 2031 - Year of the Boar ⇐ Free Chinese Calendar 2029 - Year of the Rooster ⇑ Chinese New Year D...
2021-10-30, 8923🔥, 0💬

Lantern Festival - 15th Day of 1st Lunar Month
When is the Chinese Lantern Festival? How is it celebrated? What are the traditions? The 15th day of the 1st lunar month is the Chinese Lantern Festival because the first lunar month is called yuan-month and in the ancient times people called night Xiao. The 15th day is the first night to see a full...
2021-08-13, 8856🔥, 0💬

Loading JDBC Driver Class - ojdbc16.jar
This section describes how to load the Oracle JDBC driver class - ojdbc14.jar.
2022-11-21, 8832🔥, 0💬

Declaring Root Elements - "element" Element
This section describes a tutorial example on how to use the Element Declaration Component to declare the root element for a conforming XML document.
2018-08-29, 8816🔥, 6💬

💬 2018-08-29 google: &lt;a href="http://google.com">Google& lt;/a>

💬 2018-08-29 rock: Great

💬 2017-03-19 Jay: Thanks dude...

💬 2016-02-02 Herong: Shashi, XML schema does not support unbounded root elements. Only one single root element is allowed. So your schema example is ...

💬 2016-02-01 Shashi: Can you have a root element, which is unbound? Like as follows? Can you please let me know if it valid?

VBScript Tutorials - Herong's Tutorial Examples
This VBScript tutorial book is a collection of notes and code samples written by the author while he was learning VBScript (Visual Basic Scripting Edition) himself. Topics include: The Variant Data Type with Subtypes; Fixed-Size and Dynamic-Size Arrays; Function Arguments Passed by References and by...
2020-04-25, 8805🔥, 2💬

💬 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.

Inputting Chinese Text to MySQL Database in UTF-8
This section describes how to take Chinese text from Web form and store it in MySQL database in UTF-8 encoding.
2021-11-23, 8732🔥, 10💬

💬 2021-11-23 所有色块平均色度值: 所有色块平均色度值

💬 2017-01-03 wade: 你好

💬 2016-07-22 正繁體字 ñ Jú: 正繁體字 ñ Jú

2020 年年历 - 鼠年
中国年历 - 2020 年年历 - 鼠年
2019-11-08, 8682🔥, 2💬

💬 2019-09-09 robby: yooo

XSD Validation and Error List
This section provides a tutorial example on how to perform XSD validation and view error list using XML Tools Plugin in Notepad++.
2017-05-27, 8647🔥, 7💬

💬 2017-05-27 Herong: No problem. Have a good weekend!

💬 2017-05-27 Greg: Me again - false alarm, the error message I saw was caused by xsi:schemaLocation that was specified in the file. Sorry to troubl...

💬 2017-05-26 Greg: Hi, this was working fine, but now when I click Validate Now, I get an error message: Following error occurred during schema ...

💬 2015-12-23 Herong: Mat2001uk, That is better than the version I was testing. Thanks for sharing this information with us.

💬 2015-12-22 Mat2001uk: In v6.8.6 I see only one error:"XML Parsing error at line 16: StartTag: invalid element name" ...just FYI.

(More comments ...)

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-09-08, 8629🔥, 8💬

💬 2023-07-22 Ian Brooke: If you're going to include pseudo code like that you need to define exactly what the different symbols do as they mean different...

💬 2023-02-01 Abdelrahman: Thank you very much!

💬 2023-01-31 Herong: Abdelrahman, you can read the " UTF-8 Encoding " section. It contains UTF-8 encoding requirements and example. The 6-bit shiftin...

💬 2023-01-29 Abdelrahman: Thank you for this, Herong! The algorithm is simple and clear to understand. The one part that I don't understand is why it uses...

💬 2019-09-27 Andrew Dillon: This was very useful. It really helped clarify the explanation in the Unicode Specification. Thank you!

(More comments ...)

Opening UTF-16LE Text Files
This section provides a tutorial example on how to open a UTF-16LE text file with Nodepad correctly by selecting the Unicode encoding option on the open file dialog box.
2023-08-23, 8586🔥, 7💬

💬 2023-08-23 yop: Notepad--

💬 2022-08-08 Herong: Gregg, I am using Notepad, not Notepad++.

💬 2022-08-03 Gregg: I am running v*.2.1 (64 bit) of Notepad++ and I do not see ANYTHING relating to Unicode. My File->Open popup is totally differen...

💬 2018-09-09 Nit: GIF89a��������!�, T;

💬 2018-02-12 Herong: Krishna, dates should have nothing to do with UTF-16 LE format. Can you provide some examples?

(More comments ...)

"OpenSSL" Generating CA's Private Key
This section provides a tutorial example on how to use OpenSSL to generate a RSA private key of 2048 bit long with OpenSSL. This key will be used as the CA's private key and must stored securely in a file with password protection.
2021-09-24, 8553🔥, 2💬

💬 2021-09-24 samiam: Proc-Type: 4,ENCRYPTED DEK-Info: DES-CBC,65D5EB070215060E 85d+v8K1kPwCgFarsMD+5FpVs6doCZPeCjMr rWzyym5wIKHKqV8tfAjO...Z2JBXMGxAV...

💬 2018-02-03 atomic.kidd: most Excellent Herong for this sharing of excellent Informations. Even the openssh documentation is not up to date nor as accura...

Illustration of DSA Algorithm: p,q=7,3
This section provides a tutorial example to illustrate how DSA digital signature algorithm works with small prime modulus p=7 and prime divisor q=3.
2023-05-03, 8476🔥, 7💬

💬 2023-05-03 Zavala: Greetings from the Tower

💬 2023-03-27 Davide: Greetings from Italy

💬 2016-03-22 Herong: Peter, I see the issue now. This example needs to be reviewed and updated. Thanks for the feedback.

💬 2016-03-21 peter winzell: x is not selected according to 0 < x < q

💬 2015-10-19 Herong: Hi Marian, do you have a question about this tutorial?

(More comments ...)

MySQL CLOB (Character Large Object) - TEXT
This chapter provides tutorial notes on CLOB (Character Large Object) data types, TEXT, with MySQL JDBC Driver. Topics include creating tables to store CLOB values in MySQL server; inserting CLOB values with direct SQL INSERT statements, or PreparedStatement with setString(), setCharacterStream() or...
2022-10-01, 8420🔥, 0💬

Lucky Wedding Dates: 2028 - Year of the Monkey
Where to find lucky wedding dates for year 2028? Lucky Wedding Dates: 2028 - Year of the Monkey   ⇒ Lucky Wedding Dates: 2029 - Year of the Rooster ⇐ Lucky Wedding Dates: 2027 - Year of the Goat ⇑ Lucky Wedding Dates: 2020 to 2031 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-11-24, 8407🔥, 0💬

Manage DNF Package Repositories
This section provides a tutorial example on how to manage DNF Package Repositories on CentOS systems.
2022-10-01, 8397🔥, 0💬

<< < 3 4 5 6 7 8 9 10 11 12 13 > >>   ∑:7660  Sort:Date