<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:9107  Sort:Date

loadClass() Method - Loading Classes Explicitly
This section provides a tutorial example on how to load classes into JVM in 3 ways: loadClass() method, Class.forName() method, and 'new' operator.
2022-10-01, ∼1327🔥, 0💬

"bf-cbc" Cipher with Literal Key
A tutorial example is provided to show you how to use the 'bf-cbc' (Blowfish in CBC mode) cipher with Literal Key to encrypt and decrypt binary data files.
2022-10-01, ∼1327🔥, 0💬

The Precession - Rotation of Earth's Axis
This section describes the precession, rotation of Earth's axis.
2019-06-30, ∼1326🔥, 2💬

💬 2019-06-30 Herong: Prof. Karwasz, this picture is not copyrighted by me. It was published by an anonymous author.

💬 2019-06-29 Grzegorz Karwasz: Dear Dr Herong Yang, I kindly ask permission to use your picture of Earh's axis precession in my book "Science and Faith". Prof....

XSD Schema XML Validator - Final Version
This section describes the final version of the XML Schema (XSD) validator using the JAXP API.
2022-10-01, ∼1322🔥, 0💬

Adding MP3 Folder to Windows Media Player Library
This section describes how to add MP3 folder album to Windows Media Player's library.
2022-01-19, ∼1322🔥, 4💬

💬 2022-01-16 Herong: Paul, "Add to Library" is located on the left bottom corner of the window as shown in the picture.

💬 2022-01-15 Paul: There is no 'Add to Library' menu, unfortunately.

💬 2021-09-14 Herong: Alison, "ID3v2 Album tag" in MP3 file provides additional information about the song. It's an optional step. You can burn a song...

💬 2021-09-13 Alison M: What is the "ID3v2 Album tag"? I just want to tell WMP where I've put the mp3 files I want to burn to CD.

"-XX:CMSInitiatingOccupancyFraction=20" - Initiate CMS
This section demonstrates that the '-XX:+UseCMSInitiatingOccupanc yOnly'and '-XX:CMSInitiatingOccupancyFra ction=20'JVM options can initiate CMS collector when Tenured generation occupancy reaches 20%.
2022-10-01, ∼1321🔥, 0💬

13000: Egyptian Hieroglyphs
This section provides a quick summary of the Unicode code point block: 'Egyptian Hieroglyphs', which contains 1072 code points to represent Egyptian hieroglyphs used in the Egyptian language.
2024-01-23, ∼1318🔥, 0💬

Android File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 5.1.1 emulator file systems.
2015-12-12, ∼1312🔥, 1💬

💬 2015-12-12 Bob: Thanks very much for your work!

Delete/Untrust Certificates from macOS
This section provides a tutorial example on how to untrust (if delete is not possible) a certificate from macOS using Keychain Access.
2022-10-01, ∼1308🔥, 0💬

Website Statistics - HerongYang.com
This is a collection of statistics reports and notes on the author's Website https://www.herongyang.com. Topics include weekly Web page requests summary; number of page views for different tutorial books; yearly statistics of most popular books, search engines, search terms, Web browsers and client ...
2022-10-01, ∼1308🔥, 0💬

Parallel Collector Adaptive Size Policy
This section describes the Adaptive Size Policy supported by the Parallel Collector to dynamically change heap generation sizes to latency, throughput and footprint goals sequentially.
2022-10-01, ∼1308🔥, 0💬

Manage Security Certificates on Thunderbird
This section provides a tutorial example on how to access and use Mozilla Thunderbird Certificate Manager, which stores certificates for different application purposes.
2024-04-06, ∼1304🔥, 0💬

Opening UTF-16 Text Files
This section provides a tutorial example on how to open a UTF-16 (Little-Endian with BOM) text file with Excel correctly by selecting the 'Windows (ANSI)' encoding option on the Text Import Wizard dialog box.
2016-01-19, ∼1300🔥, 2💬

Retrieving and Setting HTTP Cookies
This section provides a tutorial example on how to retrieve cookies from the HTTP request header and set cookies to the HTTP response header. Cookie objects are created with the CGI::Cookie class.
2021-01-08, ∼1299🔥, 6💬

💬 2021-01-02 Herong: Rajat, show us your request dump, including headers. Maybe something wrong in your request.

💬 2020-12-22 Rajat: Thank you sir for your response. Actually issue is when i m trying to do a post using mechanize object i guess its blocking the ...

💬 2020-11-22 Herong: Rajat, LWP-UserAgent-Request.pl script only fires a single HTTP request to single Web server. To get 3rd party cookies, you need...

💬 2020-11-12 Rajat: Thanks sir i have tried out ` "LWP-UserAgent-Request.pl - GET, POST and Cookies" tutorial` but that didn't work. The cookie is a...

💬 2020-11-11 Herong: Rajat, you can follow "LWP-UserAgent-Request.pl - GET, POST and Cookies" tutorial to download cookies from Website.

(More comments ...)

JMenuItemTest.java - Menu Item Test Program
This section provides a tutorial example on how to use the javax.swing.JMenuItem class to create menu items and add them to different menus, sub menus, or the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2016-11-22, ∼1298🔥, 2💬

💬 2016-11-22 Herong: Nuk, have you looked at the exec() - Executing Operating System Commands tutorial?

💬 2016-11-14 NUK: Thanks for your support to Java beginners. I also want to call external program (.EXEs etc) Java command for that pls: nukhanid@...

Install OpenJ9 JVM with OpenJDK on CentOS Systems
This section provides a tutorial example on how to download and install a binary combination of different OpenJDK and OpenJ9 JVM releases for CentOS systems.
2022-10-01, ∼1297🔥, 0💬

Validating and Inspecting WSDL Documents
This section provides a tutorial example on loading a WSDL 2.0 document in SoapUI and getting an error message.
2021-01-14, ∼1296🔥, 1💬

Introduction to WSDL 2.0
This chapter provides a quick introduction of WSDL 2.0. Topics include introduction components used in WSDL 2.0 to define a Web service; a sample WSDL 2.0 document defines a helloService Web service with one method, Hello.
2016-09-13, ∼1295🔥, 1💬

💬 2016-09-13 naqi: Good

"bitcoin-cli walletpassphrase" - Unlock Wallet
This section describes how to unlock with 'bitcoin-cli walletpassphrase' command.
2024-10-26, ∼1293🔥, 2💬

💬 2023-07-25 Elizabeth Ruth: There are many cases of cryptocurrency theft currently on circulation which I also fell victim last week but I was fortunate to ...

SMILES (Simplified Molecular-Input Line-Entry System)
This chapter provides introductions and tutorial examples on SMILES (Simplified Molecular-Input Line-Entry System). Topics include SMILES representations for atoms, bonds, rings, disconnected structures, charges, directional bonds, isotopes, chiral centers.
2022-10-01, ∼1293🔥, 0💬

DES Encryption Operation Modes
This chapter provides tutorial examples and notes about DES encryption operation modes. Topics include how different blocks of plaintext can be coupled together to improve the strength of the DES encryption algorithm; ECB (Electronic CodeBook), CBC (Cipher Block Chaining), CFB (Cipher FeedBack), and...
2016-11-12, ∼1293🔥, 1💬

💬 2016-11-12 kazim: very good webpage

Downloading and Installing FileZilla 3.1.5
This section provides a tutorial example on how to download and install the free FTP client program, FileZilla 3.1.5 on a Windows system.
2016-01-31, ∼1293🔥, 1💬

💬 2016-01-31 ganes: good

"nonNegativeInteger", "positiveInteger", "nonPositiveInteger", "negativeInteger" Datatypes
This section describes the built-in primitive datatypes, 'nonNegativeInteger', 'positiveInteger', 'nonPositiveInteger' and 'negativeInteger', that represents integer numbers according signs and the zero value. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼1288🔥, 0💬

2A00: Supplemental Mathematical Operators
This section provides a quick summary of the Unicode code point block: 'Supplemental Mathematical Operators', which contains 256 code points to represent additional mathematical operators
2024-01-23, ∼1285🔥, 0💬

<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:9107  Sort:Date