<< < 16 17 18 19 20 21 22 23 24 25 26 > >>   ∑:9107  Sort:Date

Open Firewall for MySQL Server on CentOS
This section provides a tutorial example on how to setup MySQL server and firewall to client computers to use TCP/IP connections on CentOS 8 systems.
2022-10-01, ∼4345🔥, 0💬

"Hello_REST" - REST Web Service
"Hello_REST" is an REST Web service for test purpose only. High level information about this "Hello_REST" Web service: WADL Document: Hello_REST.wadl . Web service endpoint: http://www.herongyang.com/Serv iceRepresentations of resources: Hello_REST.php Operations: GET and POST Operation parameters: ...
2021-02-18, ∼4331🔥, 0💬

RDP Server Certificate Location
This section provides a tutorial example on how to locate the RDP server certificate in the 'Remote Desktop' certificate store under the 'Computer Account' using the 'certlm.msc' command.
2022-10-01, ∼4317🔥, 0💬

"g++ -I..." and CPATH Environment Variable
This section provides a tutorial example on how to use 'g++ -I...' option and/or CPATH environment variable to specify paths of include header files for GCC compiler.
2023-04-01, ∼4306🔥, 1💬

Chinese Calendar Program in java
This section provides a Chinese calendar program in Java language using using astronomical data obtained from eleworld.com.
2019-10-25, ∼4304🔥, 6💬

💬 2019-10-25 Herong: Gary, You need take two bytes from the array to be used for a single year. In you example, you need take 0xad and 0x08 to genera...

💬 2019-10-24 Gary: I'm trying to understand the Chinese Months array, but I still have not figured it out. Using the hex value 0xad as an example, ...

💬 2017-11-05 Herong: Steven, good to know. Thanks.

💬 2017-11-05 Steven: Thanks for the sharing. I've implemented in R https://github.com/stchau4work/chine seCalendar

💬 2017-05-27 Herong: Matthew, do you want to implement the whole thing in Microsoft Access, or just the data part?

(More comments ...)

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2020-02-25, ∼4299🔥, 9💬

💬 2020-02-25 Herong: Yes, share knowledge!

💬 2020-02-19 vicky: share knowledge

💬 2016-01-08 Abhijeet: HI

💬 2015-12-22 Sunil: Thanks

💬 2015-12-18 pakki: to know about webservice with soap

(More comments ...)

Chinese Horoscopes - The Goat/Sheep
The Goat/Sheep Sheep simply want a bit of peace. They enjoy carrying on with life in their own quiet, individual way, content to be in the middle of it all rather than to be leading it. Sheep are quiet and calm people. They enjoy cultural things and focus much of their energy on artistic hobbies. Sh...
2021-10-30, ∼4298🔥, 0💬

Creating a Digital ID and Sign Word Documents
This section provides a tutorial example on how to create a your own digital ID and use it to add a digital signature to a MS Word 2007 document.
2018-03-25, ∼4269🔥, 2💬

💬 2018-03-15 Herong: Laurenson, Word 2013 has removed the function to create your own test digital ID. You can go to Comodo to get real digital ID fo...

💬 2018-03-13 Laurenson: this is very helpful but I want to know how to create my own digital ID using Microsoft Office 2013

RSA Implementation using java.math.BigInteger Class
This chapter provides tutorial notes and example codes on RSA implementation using Java BigInteger class. Topics include introduction of the java.math.BigInteger class; generating large probable prime numbers; generating RSA public key and private key; validating RSA keys; determining cleartext and ...
2016-02-29, ∼4242🔥, 3💬

💬 2016-02-29 Herong: sah, is that an encoded comment?

💬 2016-02-28 sah: 7C4A8D09CA3762AF61E59520943DC26494F8 941B

💬 2014-02-06 Chinmayee: Searching for a book on RSAKey generation and got your link. Have not gone through the pdf yet. If find it good, will go for the...

HTML Tutorials - Herong's Tutorial Examples
This tutorial book is a collection of notes and sample codes written by the author while he was learning HTML himself. Topics include HTML5 and HTML 4.01 standards; HTML document structure; HTML element and attribute syntax; embedding SVG to generate graphics; embedding JavaScript code; adding (CSS ...
2021-08-26, ∼4230🔥, 168💬

💬 2021-08-26 pHqghUme: 1

💬 2020-04-26 rookiemonkey: meaningful comment here

What Is Key Encoding?
This section describes private and public key encoding standards: PKCS#8 is used for encoding private keys and X.509 is used for encoding public keys.
2022-12-07, ∼4217🔥, 8💬

💬 2021-04-15 omg: nice

💬 2019-07-24 Vivek: yo sup

"Multiple files found for the same tablespace ID" Error
This section provides a tutorial example on the 'Multiple files found for the same tablespace ID' error caused by an outdated database file left from an external MySQL server.
2022-10-01, ∼4205🔥, 0💬

Chinese Festivals - Mid-Autumn Festival
The Mid-Autumn Festival falls on the 15th day of the 8th lunar month, usually in October in Gregorian calendar. The festival has a long history. In ancient China, emperors followed the rite of offering sacrifices to the sun in spring and to the moon in autumn. Historical books of the Zhou Dynasty ha...
2022-01-09, ∼4197🔥, 0💬

"instanceof" Operator - Determining Object Type
This section provides a quick description of the 'instanceof' operator. A tutorial example is provided on how to use the 'instanceof' operator to determine what is the type of an object, and its parent types.
2021-12-06, ∼4193🔥, 2💬

💬 2018-08-06 esor: nice

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

Moon Festival in Mid-Autumn
On the 15th day of the 8th month of the lunar calendar, the moon is round and the Chinese people mark their Moon (or Mid-autumn) Festival. The round shape to a Chinese means family reunion. Therefore the Moon Festival is a holiday for members of a family to get together wherever it is possible. On t...
2021-11-24, ∼4191🔥, 0💬

Commands and Options Supported by "adb"
This section describes commands and options supported by the 'adb' tool. The 'adb help' command can give you details on how to use other 'adb' commands and options.
2017-08-05, ∼4189🔥, 2💬

💬 2017-08-05 Herong: What is the -obb you are referring to?

💬 2017-08-03 AndroidUser: -obb doesn't work 1.0.31,32

"g++ -shared" to Build Dynamic Library
This section provides a tutorial example on how to use 'g++ -shared' commands to compile your code and to build dynamic library file on Linux systems.
2022-10-02, ∼4179🔥, 2💬

💬 2022-10-02 Herong: Bergshoeff, you are welcome!

💬 2022-10-01 Bergshoeff: Thank you for including alternative methods and showing some common error messages and their fixes.

SoapUI Configuration for Messaging Encryption
This section provides a tutorial example on how to create a configuration entry to support SOAP messag encryption with an X.509 certificate in a JKS (Java KeyStore) file.
2020-02-29, ∼4175🔥, 5💬

💬 2020-02-29 Herong: Phil, hope this will resolve your issue.

💬 2020-02-28 Phil Barr: I'm struggling with the same issue. Thanks for the steps you provided. I'll try and let you know.

💬 2019-06-01 Herong: Bishop, what type of c# script you want to generate?

💬 2019-05-27 bishop: how to generate c# script

💬 2017-04-26 hayley williams: Luisa Fernanda Moya Perez te amo!!

android.webkit.WebView - Web Browser Base Class
This section provides a tutorial example on how to create an Android project to build your own Web browser using the android.webkit.WebView class. The first version failed with 'Webpage not available' error.
2015-08-05, ∼4174🔥, 2💬

💬 2015-08-04 Herong: Amanda, What type of device are you using?

💬 2015-08-04 amanda elizabeth kiely putri: i did try to login into facebok but the problem always say cache miss. pls let me know what to do with this problem accure

Chinese Festivals - Mid Autumn (Mooncake) Festival
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 tea and have "moon appreciation" (赏月) sessions. With its association with mooncakes an...
2021-11-24, ∼4144🔥, 0💬

"Head State Missing" Error on Restarting "geth"
This section describes the issue with 'Head State Missing' error on restarting 'geth' on a private network.
2020-07-22, ∼4137🔥, 5💬

💬 2020-07-15 Herong: lhq, it might be resolved in newer versions. But I haven't get any chance to verify this.

💬 2020-07-11 lhq: How was it resolved? consult

💬 2020-07-11 lhq: 最后怎么解决的?请教

💬 2019-03-23 Herong: Zach, Thanks for your explanation. I will setup a two-peer network to try it later.

💬 2019-03-14 Zach S: From my project understanding: From interrupted exit. The node can't sync and must restart a full boot up from block 1. If you c...

What Is Astrology?
I thought I'd share something that came from a talk I gave not long ago when I was asked just what astrology is. While I could not possibly explore the full implications of that question, this is a part of what I had to say. I'll post the text as well, but for those of you who want to hear what I sa...
2021-10-30, ∼4120🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2016-04-25, ∼4120🔥, 6💬

💬 2016-04-25 Vigneshwaran: This will going to be very helpful to me. Thanks in advance

💬 2015-12-02 davod: thanks for your help

💬 2015-11-30 Michael Collins: Thanks

💬 2015-11-30 Kipkorir Gideon (gdnchrt@gmail.c: It's A Nice Tutorial,

💬 2015-10-19 om: hi all thanks for providing such things

(More comments ...)

<< < 16 17 18 19 20 21 22 23 24 25 26 > >>   ∑:9107  Sort:Date