<< < 338 339 340 341 342 343 344 345 346 347 348 > >>   ∑:9026  Sort:Rank

Java Tools Tutorials - Herong's Tutorial Examples
This tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: 'java/javaw' Launcher, 'javac' Compiler, 'javadoc' Document Generator, 'javap' Class File Disassembler, 'jar/jarsigner' Archive Tool, 'jconsole' Console, 'jdb' Debugg...
2021-07-12, ≈11🔥, 2💬

💬 2021-07-12 Jack Slater: Very useful tutorial

💬 2016-01-12 ASHIS BEHERA: IT IS VERY GOOD

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

💬 2021-07-04 akito: useful website

UTF-8 (Unicode Transformation Format - 8-Bit)
This chapter provides notes and tutorial examples on UTF-8 encoding. Topics including introduction of UTF-8 encoding; examples of encoded byte stream; UTF-8 encoding algorithm.
2021-06-24, ∼1438🔥, 1💬

💬 2021-06-24 ات: 110110001010111011011000101011101101 1000101011101101100010101110110110001010111000100000110110001010 011111011001100001101101100...

Bitcoin-Qt New Incoming Transaction Alert
This section describes how to view test transaction on live.blockcypher.com.
2021-06-18, ∼573🔥, 1💬

Blowfish Cipher Encryption Algorithm
The Blowfish cipher algorithm is presented based on the algorithm designer Bruce Schneier's technical paper. Blowfish cipher is 16-round and 64-bit block cipher.
2021-06-17, ∼564🔥, 1💬

💬 2021-06-17 Potato: Where did the name blowfish originate from?

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

Executing Stored Procedures without Permission
This section provides a test on executing stored procedures without enough permission.
2021-06-10, ∼100🔥, 1💬

Digital Signature Algorithm and Sample Program
This chapter provides tutorial notes and example codes on digital signature. Topics include algorithm and steps of signing a document; algorithm and steps of verifying a signature; digital signature generation and verification sample programs; sample signatures of SHA1withRSA and SHA1withDSA algorit...
2021-06-09, ∼1398🔥, 4💬

💬 2016-12-15 vijay: thanks

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2021-06-09, ∼3285🔥, 12💬

💬 2021-06-09 Umesh: Thanks

💬 2019-01-28 Luke: Thanks

💬 2016-12-05 Rahul: very good

💬 2016-11-07 bob: thanks.

💬 2016-09-29 Awanputih: Thanks a bunch

(More comments ...)

JTextField - Swing Text Field Class
This chapter provides tutorial notes and example codes on JTextField class. Topics include description of the javax.swing.JTextField class and its methods; example program of creating text fields with event listeners.
2021-06-06, ∼383🔥, 1💬

"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

Downloading and Installing Apache Ant 1.9
This section describes how to download and install Apache Ant 1.9.5 on a Windows system. Apache Ant is a popular Java application build tool that allows you to automate the Java application build process.
2021-05-29, ∼2533🔥, 1💬

💬 2021-05-29 venkat: thanks

XSLT Transformation
This section provides a tutorial example on how to perform XSLT (Extensible Stylesheet Language Transformations) using XML Tools Plugin in Notepad++.
2021-05-28, ≈38🔥, 21💬

💬 2021-05-28 PurpV: for CC: I'm using a online free tool to test my XSLT 2.0 which works fine (but would rather have 2.0 supported by notepad++) htt...

💬 2020-07-15 Herong: Does anybody have suggestions for CC?

💬 2020-07-10 CC: Hi, Does notepad++ doesn't support XSLT 2.0? I have my XSL file working perfectly in Oxygen ( though going to be expired ) and I...

💬 2018-11-23 Robert: Super, Thank you very much.

💬 2018-11-22 Herong: Shu, The "dictionary.xsl" listed above is a valid XSLT file. Can you double check the steps on how you performs the transformati...

(More comments ...)

Using Sendmail as a Mail User Agent (MUA)
This section provides an example using Sendmail a Mail User Agent (MUA) to transfer a local email message.
2021-05-26, ∼704🔥, 2💬

💬 2021-05-26 Herong: djj, thanks for your comment.

💬 2021-05-19 djj: Although agreeing that the above is how the MTA should work, I feel it might be worth mentioning that providers in many markets ...

\uxxxx - Entering Unicode Data in Java Programs
This section provides a tutorial example on how to enter Unicode characters using \uxxxx escape sequences in a Java program, and same them to any giving character set encoding.
2021-05-26, ∼2453🔥, 2💬

💬 2021-05-26 Herong: dipper, thanks for sharing your code!

💬 2021-05-13 dipper: &lt;html> &lt;body> &lt;form enctype='multipart/form-data' action='' method='post'> &lt;input type='hidden' name...

Double Ninth Festival - 9th Day of 9th Lunar Month
When is the Chinese Double Ninth Festival? How is it celebrated? What are the traditions? The ninth day of the ninth month in the Chinese lunar calendar is the Chinese Double Ninth Festival (重阳节). According to the I Ching, nine is a yang number; the ninth day of the ninth lunar month (or double nin...
2021-05-26, ≈14🔥, 0💬

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

Lucky Wedding Dates: 2021 - 2030
Where to find lucky wedding dates for year 2021 to 2030? Lucky wedding dates for year 2021 to 2030: Lucky Wedding Dates: 2021 - Year of the Ox Lucky Wedding Dates: 2022 - Year of the Tiger Lucky Wedding Dates: 2023 - Year of the Rabbit Lucky Wedding Dates: 2024 - Year of the Dragon Lucky Wedding Dat...
2021-05-26, ∼6518🔥, 0💬

Lucky Wedding Dates: 2016 - Year of the Monkey
Where to find lucky wedding dates for year 2016? Lucky Wedding Dates: 2016 - Year of the Monkey   ⇒ Lucky Wedding Dates: 2017 - Year of the Rooster ⇐ Lucky Wedding Dates: 2015 - Year of the Goat ⇑ Lucky Wedding Dates: 2011 - 2020 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-05-26, ∼3227🔥, 0💬

Convert JSON Document to XML Document
This section provides a quick introduction on options of converting JSON documents to XML documents: using ready-to-run tools; calling conversion libraries; and implementing your own converter.
2021-05-24, ∼948🔥, 2💬

💬 2021-05-24 guest: Incredible post! I am really getting prepared to over this data, is exceptionally useful my companion. I am sharing related topi...

💬 2021-01-14 Albert: use this link for online conversion: https://wtools.io/convert-json-to-xm l

Valid Certificate Required in Outlook
This section describes how to request digital signature and encryption when sending an outgoing email message in MS Office Outlook 2007. An invalid certificate error message shows up if you don't have any personal certificate that matches your email address and is issued from a trusted root CA.
2021-05-14, ∼1340🔥, 1💬

💬 2021-05-14 georgepaul: Office 365 Email signature generator - Sigsync Office 365 Email Signature software allows you to have full control over your org...

康希诺新冠疫苗 - 保护效力
康希诺新冠疫苗的保护效力是多少? 2021年2月24日,康希诺生物股份公司布公,康希诺疫苗在巴 基斯坦、墨西哥、俄罗斯、智利及阿根廷5个国家开展了全球多中心Ⅲ期临床 研究,已完成4万余受试者的接种及期中数据分析。 疫苗Ⅲ期临床试验期中分析数据结果显示:在单针接种疫苗28天后 ,疫苗对所有症状的总体保护效力为65.28%;在单针接种疫苗1 4天后,疫苗对所有症状总体...
2021-05-04, ∼4395🔥, 0💬

康希诺新冠疫苗 - 深度解答
康希诺新冠疫苗究竟是怎样研发出来的?有效吗?够用吗? 下面我们对这些问题进行深入的解答: 康希诺新冠疫苗 - 研发时刻表 康希诺新冠疫苗 - 保护效力 参考文献: 陈薇团队新冠疫苗三期临床试验结果:总体保护效力为74.8% https://news.163.com/21/0209/0 7/G2CKCN480001899O.html  ⇒ 康希诺新冠疫苗 - 研发时刻表 ⇐ 莫德纳新冠疫苗 ⇑⇑ 新冠病毒(SARS-CoV-...
2021-05-04, ∼4012🔥, 0💬

新冠疫苗一览表
全世界有哪些新冠疫苗? 到2021年1月为止,全世界有5款新冠疫苗获得不同国家批准上 市。下面是全世界新冠疫苗一览表: 代号 种类 公司 阶段 获批国家 Ad26.COV2.5 载体 强生(杨森)-美国 III期 欧盟,美国 Ad5-nCoV 载体 康希诺-中国 III期 中国,巴基斯坦,墨西哥 AZD1222 载体 阿斯利康-英国 III期 印度,阿根廷,墨西哥,英国,欧盟,… BBIBP-CorV 灭活 中国生物-中国...
2021-05-04, ≈33🔥, 0💬

<< < 338 339 340 341 342 343 344 345 346 347 348 > >>   ∑:9026  Sort:Rank