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

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, ∼8268🔥, 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

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

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

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

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, ∼8163🔥, 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 ...)

Laba Festival - 8th Day of 12th Lunar Month
When is the Chinese Laba Festival? How is it celebrated? What are the traditions? The 8th day of the 12th lunar month is the Laba Festival (Chinese: 腊八节, 臘八節). The 12th lunar month is the last of month of the year and time for sending out the old year and preparing for the new year. So ancient Chi...
2021-05-26, ∼8117🔥, 0💬

2030-2040 Lunar Calendar
I've created Chinese Lunar calendars for my Chinese partner for ten years but your website calendars end at 2029 (http://www.herongyang.com/202 9/2029_chinese_calendar_v3.pdf )Can you please create more for me? marvin@metrocast.net Sure, just give me a few days. - Herong
2018-06-01, ∼8108🔥, 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, ∼8015🔥, 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...

What Is Lorentz Factor
This section introduces Lorentz Factor, which is the factor used in the time dilation and other formulas in special relativity.
2023-12-10, ∼7969🔥, 7💬

💬 2023-08-03 Victor: You switched which time is proper time and which is dilated time. T' should be the elapsed time of the person at rest.

💬 2022-04-20 Tom: Thankd

💬 2019-08-29 Carl Burrnett: This was immensely helpful in my pursuit of trying to understand theoretical physics.

💬 2017-09-24 Shuvojit khan: There is anothere equation ΔE=PΔT

💬 2017-04-30 Abhishek Dogra: Thanks

"oShell.Exec(cmd)" - Running System Command with a Script
This section provides a tutorial example on how to run a system command with a VBScript code. Command output and status can be monitored with WshScriptExec properties.
2021-06-02, ∼7916🔥, 3💬

💬 2021-06-02 BensonLEI: Hi, all, Could you please help if any recommendation of saving the output into the local text file? Dim objShell, objExec, sLine...

💬 2016-12-14 Herong: Hari, Yes, you can try this: host = "herongyang.com" Set oExec = oShell.Exec("ping " & host)

💬 2016-12-12 hari: how can i pass a variable to the command

My First JSP Page - hello.jsp
This section provides a tutorial example on how to create the first JSP page with JSP code to test the JSP support of the Tomcat Web server.
2023-09-08, ∼7908🔥, 4💬

💬 2021-11-21 Cyp: &lt;html>&lt;body> &lt;% out.println("Hello world! -- From JSP"); %> &lt;/body>&lt;/html>

💬 2019-07-10 s: hello

French Characters in HTML Documents - ISO-8859-1 Encoding
This section provides a tutorial example on how enter and use French characters in HTML documents using Unicode ISO-8859-1 encoding. The HTML document should include a meta tag with charset=ISO-8859-1 and be stored in ANSI format.
2021-06-13, ∼7892🔥, 6💬

💬 2021-06-13 Heronng: Merci beaucoup!

💬 2021-06-13 asd: Je vous souhaite d'être heureux très longtemps, comme vous l'êtes à présent.

💬 2021-05-25 Numéro: Numéro

💬 2019-01-21 Herong: etwt, Which number is invalid?

💬 2019-01-10 etwt: Numéro invalide

Chinese Calendar - History, Rules and Holidays
The Chinese calendar is a lunisolar calendar formed by combining a purely lunar calendar with a solar calendar. Among Chinese, the calendar is not used for most day to day activities, but is used for the dating of holidays such as Chinese New Year (Spring Festival) and the Mid-Autumn Festival and fo...
2021-11-01, ∼7856🔥, 0💬

Chinese Wedding Traditions
I. The Proper Procedures: Three Letters and Six Etiquette This is the elaborate process on the groom's parents' part to look for the right kind of bride for their family. Rich families will look for a bride who can take care of household finances and most importantly, give birth to sons to inherit t...
2021-10-07, ∼7837🔥, 0💬

Bin2Hex.pl - Converting Binary Data to Hex Numbers
This section provides a tutorial example on how to convert binary data file to hex numbers - Bin2Hex.pl.
2016-08-08, ∼7835🔥, 1💬

💬 2016-08-08 HEX: 831BE6B18E7006372069545885A80F786C33 D064904732D39EFBE0EC7019B5D4

Creating Procedures with Multiple Queries
This section describes how to create a procedure with multiple queries.
2022-10-01, ∼7812🔥, 0💬

The Mathematics of the Chinese Calendar
Why This Page? Chinese New Year is the main holiday of the year for more than one quarter of the world's population; very few people, however, know how to compute its date. For many years I kept asking people about the rules for the Chinese calendar, but I wasn't able to find anybody who could help ...
2025-08-16, ∼7811🔥, 2💬

💬 2025-08-16 gabriela: this is not at all usefull

"adb install" and "adb uninstall" Commands
This section describes 'adb install' and 'adb uninstall' commands that allows you to install an application APK package and uninstall it on the connected emulator or device.
2019-02-12, ∼7797🔥, 4💬

💬 2019-02-12 jack: thanks.

💬 2017-04-15 Herong: Joy, If you want to close the command prompt window, just click the "x" on the top right corner of the window. Did you successfu...

💬 2017-04-13 Joy Walter: I have tried the above but the Command Prompt window opened by Android SDK still exists. I am trying to uninstall, can you help?

💬 2016-03-11 Unknown: Thanks

Escaping 'script' Tags in String Literals
This section provides a tutorial example on how to use escape character in 'script' tags to prevent browser prematurely end embedded JavaScript code.
2022-09-08, ∼7742🔥, 13💬

💬 2021-05-05 2: alert("hola");

💬 2021-04-27 dasdasddad: alert("geiaa");

💬 2021-01-19 111: &lt;script>alert("hola");&lt ;/script>

💬 2021-01-04 ddd: &lt;script>hi()&lt;/script>

💬 2020-12-17 sasds: &lt;script>alert("hola");&lt ;/script>

(More comments ...)

非洲绿猴肾细胞(Vero细胞)
什么是非洲绿猴肾细胞? 非洲绿猴肾细胞(Vero细胞)是从非洲绿猴的肾脏上皮细胞中分 离培养出来的一种细胞系。该细胞系取“Verda Reno”(世界语意为‘绿色的肾脏’)的简写而命名为"Ver o",而"Vero"本身在世界语中也有“真相”的意思。 非洲绿猴肾细胞用于疫苗生产中的病毒培养基质细胞,是在限定代次 内不致癌的异倍体细胞,世界卫生组织批准可以用...
2021-07-19, ∼7723🔥, 0💬

HTTP Request and Response Raw Data
This section provides a tutorial example on how to view HTTP request and response raw data which includes HTTP header lines.
2025-08-20, ∼7674🔥, 8💬

💬 2023-04-22 NLExecutor: meaningful comments. Thanks! ☺

💬 2023-02-07 myselfs: hello

💬 2020-06-28 Rozak: Hello

Complete Guide to Chinese Wedding
Chinese wedding culture is a vital part of Chinese tradition. Many rituals and customs have been lost in course of history, but many are observed even today. It is practiced in honor of family value and respect to committed relationship, the holly marriage. We offer this printer-friendly version of ...
2022-01-23, ∼7490🔥, 1💬

Usage Examples of Public Key Infrastructure
This section provides some usage examples of PKI (Public Key Infrastructure), like HTTPS (Hypertext Transfer Protocol Secure) protocol, digital signature, encryption of documents, digital identification.
2021-12-27, ∼7453🔥, 6💬

💬 2021-09-23 Kuro: nice

💬 2019-05-14 dsdsdasd: Naaaaa

💬 2017-11-30 naveed: nice!!

💬 2017-09-28 Irtza: ok

Create Tables with CLOB Columns
This section describes how to create tables with CLOB (VARCHAR(MAX)) columns in SQL Server server.
2022-10-01, ∼7437🔥, 0💬

中文电视连续剧 - 经典, 热门
这本电视剧精选收录了各个时期中文热门电视连续剧, 其中包括许多荣获各项电视艺术大奖的经典电视连续剧, 同时还收录了免费播放和免费下载相关链接.
2021-07-04, ∼7379🔥, 1💬

💬 2021-07-04 akito: useful website

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