<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   ∑:8894  Sort:Date

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, ∼8663🔥, 0💬

Tutorial Books on Programming Technologies
Tutorial Books on Programming Technologies Android Tutorials - Herong's Tutorial Examples This book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include AAPT, Android, ADB, API, Dalvik, emulator, Java, layout, logcat, shell, SDK, USB, v...
2021-02-14, ∼8652🔥, 0💬

Table of Contents
This free book is a collection of notes and sample codes written by the author while he was learning Flash. Topics include ActionScript, ActiveX, classid, Flash, FFmpeg, OBJECT, Player, Plugin, Shockwave, SWF, SWFTools, Web.
2021-08-27, ∼8579🔥, 169💬

💬 2018-04-01 Herong: Citing pressure from HTML5, WebGL, and WebAssembly, Adobe has announced in July, 2017 that it will end development and distribut...

💬 2015-07-17 Joe: Is Flash dead?

Table Row Borders and Column Borders
This section provides a tutorial example on how to create tables with row borders and column borders. Border attributes can be specified at table-row and table-column formatting objects.
2020-02-26, ∼8563🔥, 1💬

💬 2020-02-26 Steamless: meaningful comments. Thanks! ☺

How come the Chinese calendar seems off by one day?
http://herongyang.com/2016/ - the printable calendar seems off by one day for the 2nd lunar month in 2016. Should start on March 9th, but yours starts on March 8th? Which version is giving the wrong date? I have checked all printable versions and they all show that the 2nd lunar month starts on Marc...
2016-03-10, ∼8560🔥, 0💬

Removing IE Addon "Skype Browser Helper"
This section provides a tutorial example on how to disable and remove 'Skype Browser Helper' addon from Internet Explorer.
2019-05-27, ∼8521🔥, 7💬

💬 2019-05-27 Daniel Parker: Hi Herongyang.com, How are you doing today? I'm sure you have been reached regarding this before but our value proposition is ve...

💬 2018-05-07 Daniel Parker: Hi Herongyang.com, How are you doing today? I'm sure you have been contacted regarding this before but our value proposition is ...

💬 2017-07-15 Herong: Thomas, "Skype Browser Helper" add-on is part of the "Skype Click to Call" installed program. So uninstall "Skype Click to Call"...

💬 2017-07-14 Thomas: I also notice that these programs DO NOT APPEAR under Windows Programs and Features. Thus, your suggestion to go there and remov...

💬 2017-07-14 Thomas: Firstly, you mention how to disable the add-on, NOT how to REMOVE IT. Secondly, why are you talking about PDF Link Helper at all...

(More comments ...)

Main Features of XML
This section provides a quick description of XML features and advantages. The power of XML comes from its simplicity and extensibility.
2017-11-26, ∼8410🔥, 2💬

💬 2017-11-26 Abhishek: Thanks!

META-INF Files - Digests, Signature and Certificate
This section describes META-INF files in an .apk package file: MANIFEST.MF - manifest file, CERT.SF - signature file and CERT.RSA - the real signature file with certificate.
2015-09-04, ∼8376🔥, 2💬

💬 2015-09-04 Herong: KariK, thanks for sharing your comments.

💬 2015-08-28 KariK: Step 5. CERT.RSA is not the only file type. There can also be CERT.DSA and CERT.EC files.

Windows 8: Modify UEFI Boot Order in BIOS
This section provides a tutorial example on how to modify UEFI boot order in BIOS in order to boot from Windows 8 repair disc directly.
2017-03-24, ∼8334🔥, 2💬

💬 2017-03-24 pros: I've been looking for this. thanks,

💬 2016-04-23 dan: Finally someone explained this so i can understand it. Thank you so much for getting me where i needed to go.

Using "Process" Class to Show Memory Usages
This section provides a tutorial example on how to retrieve memory usage statistics of your application using methods and properties of the System.Diagnostics.Process class.
2022-12-31, ∼8312🔥, 2💬

Wedding Dates to Avoid
Advice on Picking a Wedding Date and Avoiding Dates that Will be a Problem Later Most of the wedding articles you'll read will tell advice on the best wedding dates to have the best weather and the biggest discounts. What they don't tell you is what the WORST wedding dates are. Here are wedding date...
2021-09-12, ∼8303🔥, 0💬

HttpsClient.java - HTTPS Client Test Program
This section provides a tutorial example on how to write a HTTPS client test program, HttpsClient.java. It sends a simple HTTP request page using the HTTPS protocol.
2015-11-20, ∼8296🔥, 6💬

💬 2015-11-20 Herong: Philip, can you run HttpsHello server with SSL debug turned on? My test programs do have issues with newer build of JDK 1.7 and ...

💬 2015-11-19 Philip: java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11,...

💬 2015-11-19 Herong: Philip, which JDK version are you using?

💬 2015-11-18 Philip: I changed the code, but then reset back to the example. I recreated the jks a few times. The JVM and OS had not changed. It stop...

💬 2015-11-18 Herong: Philip, Was anything changed? Certificates, code, JVM or operating system...

(More comments ...)

Connect MetaMask to Local "geth" Node
This section describes how to connect MetaMask to the 'geth' on the local host.
2019-10-05, ∼8276🔥, 2💬

💬 2019-10-05 Herong: I am in the process of rebuild my local Ethereum node. Can anyone provide help to kbhar?

💬 2019-09-30 kbhar: I am not able to connect to metamask after selecting the localhost 8545 network. I am getting "something went wrong" error. Can ...

Using Numeric Character References
This section describes how numeric character references can be used in HTML documents. Numeric character references allow you to represent any Unicode code points in HTML documents.
2025-07-29, ∼8268🔥, 3💬

💬 2025-07-29 sad: Para este trayecto s&#195;&#175;&#194;& #191;&#194;&#189;lohay disponibilidad de plazas H.

💬 2023-06-30 Frederick Nathan: please convert 300,000 into numeric chareters

💬 2022-03-24 xp44mm: For example, "&60;" -> "&#60;" For example, "&x3c;" -> "&#x3c;"

First 8336 Hex Digits of PI
This section provides first 8336 hex digits of constant PI, 3.1415927..., needed for Blowfish encryption algorithm.
2025-04-28, ∼8250🔥, 13💬

💬 2019-04-28 Herong: 8336 Hex Digits. Thanks.

💬 2019-04-26 Harry: Do you mean 8336 digits

💬 2016-10-31 Andres: cool

💬 2016-04-07 Tamas Losonczi: This is great

💬 2016-03-15 Bogdan: Thanks!

(More comments ...)

2017 年年歷 - 雞年
中國年歷 - 2017 年年歷 - 雞年
2016-03-11, ∼8143🔥, 1💬

💬 2016-03-11 福仔: 大雞大利﹗

PHP Tutorials - Herong's Tutorial Examples
This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include PHP script syntax; data types, variables, array, expressions, statements and functions; Web server integration; HTTP requests and controlling HTTP responses; sessi...
2017-07-22, ∼8138🔥, 2💬

💬 2017-07-22 templaeonweb: Hi, i have visited the site and found that this is a good template for making science and research related web sites. Free Scien...

💬 2017-03-04 sheila okakwu: web base designer, needs the tutorial book to be stronger in web design

Running WinRAR in a Command Line Window
This section provides a tutorial example on how to run WinRAR in a command line window.
2020-10-08, ∼8105🔥, 2💬

💬 2020-10-08 Herong: CJ, by default the root folder will not be included in the archive. Try the "winrar a -afzip -r root.zip \*.*" command.

💬 2020-10-01 CJ: Hi, how can I zip the files inside the root folder without adding the root folder into archive? Thank You

What Is SHA1 Message Digest Algorithm?
This section describes what is SHA1 (Secure Hash Algorithm 1) - a message digest algorithm which takes as input a message of arbitrary length and produces as output a 160-bit 'fingerprint'.
2017-12-09, ∼8100🔥, 6💬

💬 2017-12-09 Herong: See the next tutorial: SHA1 Message Digest Algorithm Overview .

💬 2017-12-04 V: where can we find sha-1 formula ?

💬 2016-01-16 raza: i am raza see you latter

💬 2015-10-10 Herong: Ash, the next tutorial may help you understand better: SHA1 Message Digest Algorithm Overview

💬 2015-10-09 Ash: Please can u explain clearly..I dint understood

(More comments ...)

Passing Arrays as Arguments
This section provides a tutorial example on how to pass an array as an arguments by reference to reverse positions of all elements in an array given as the argument.
2016-02-01, ∼8073🔥, 0💬

Mid Autumn (Mooncake Festival) - 15th Day of 8th Lunar Month
When is the Chinese Mid Autumn Festival? How is it celebrated? What are the traditions? Mooncake Festival ('Zhong Qiu Jie' 中秋节) The mooncake festival (Zhong Qiu Jie) falls on the 15th day of the eighth lunar month. It is an occasion for family members to get together over mooncakes, fruits and fine...
2021-08-26, ∼8067🔥, 0💬

Chinese Calendar Article Archive
Want to know more about Chinese calendar related cultures? Read these archived articles: Chinese Calendar - History and Traditions The Chinese Calendar - Introduction The Chinese Calendar - A Short Introduction Historical Developments in Chinese Calendar / Astronomy The Mathematics of the Chinese Ca...
2021-01-14, ∼7976🔥, 0💬

UserInit - Winlogon Registry Key
This section provides a tutorial example on how to undo changes done by the PWS Trojan on the UserInit registry value under the HKLM\Software\Microsoft\Window sNT\CurrentVersion\Winlogon registry key.
2016-02-25, ∼7965🔥, 2💬

💬 2015-10-22 Herong: Hi John, you are right that we need keep the comma at the end. Tutorial will be updated in the next version. Thanks.

💬 2015-10-21 John: You have left the comma off!! It is important you do not forget the comma or your computer will not boot. Userinit=C:\WINDOWS\sy...

Notes and Tools on Chinese Language and Culture
Notes and Tools on Chinese Language and Culture Are you interested in learning Chinese language and culture? These notes and tools may help you: Online Chinese Calendar - Mobile Version This is the first mobile version of Online Chinese Calendar in Chinese. It offers a monthly Chinese calendar well ...
2022-11-22, ∼7942🔥, 1💬

<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   ∑:8894  Sort:Date