<< < 23 24 25 26 27 28 29 30 31 32 33 > >>   ∑:9067  Sort:Date

SOAPAction - Not Needed, But No Way to Remove It
This section describes why the SOAPAction header line is not needed in SOAP 1.2 - SOAPAction is replaced by the 'action' parameter of the application/soap-xml media type in SOAP 1.2.
2016-12-24, ∼2905🔥, 2💬

💬 2016-12-24 Herong: Palik, Thanks. I will try it out.

💬 2016-12-21 palik: > No Way to Remove SOAPAction indeed the is a way: Soap::Lite->new()...->on_action( sub {} )... removes SOAPAction header

"javac -classpath" - Specifying Class Path
This section provides a tutorial example on how to use the '-classpath' option to specify the class path for the 'javac' tool to load any classes required during the compilation.
2022-03-03, ∼2892🔥, 1💬

"g++ --verbose" - GCC Compiler Steps and Settings
This section provides a tutorial example on how to dump GCC compiler steps and settings using the 'g++ --verbose' command option.
2022-10-01, ∼2891🔥, 0💬

Bitpedia Implementation of Base32 in Java
This section provides a Java implementation of the Base32 encoding algorithm by the Bitcollider project.
2022-01-27, ∼2888🔥, 3💬

💬 2016-05-21 Herong: Phil, byte[i] is actually a signed integer stored in 8-bit format. Statement like below is to convert byte[i] back as a unsigned...

💬 2016-05-18 phil.o: Thanks a lot for this implementation. I just wonder something: as byte is unsigned, would not (bytes[i] >= 0) ? always evaluate ...

OpenSSL "enc" Blowfish Ciphers
A tutorial example is provided to show how to use OpenSSL 'enc' command to invoke cipher functions for Blowfish algorithm. 4 Blowfish cipher functions are supported: bf-cbc, bf-cfb, bf-ecb, and bf-ofb.
2022-10-01, ∼2881🔥, 0💬

'jstat -gcutil' - Garbage Collection Statistics
This section provides a tutorial example on how to use the 'jstat -gcutil' command to get garbage collection statistics against a specified JVM process ID.
2018-09-22, ∼2880🔥, 2💬

💬 2018-09-22 Herong: Jagan, "jstat" is for Windows system only. You need to use vmstat or iostat on Oracle Solaris or Linux operating system.

💬 2018-09-22 jagan: cd /usr/java/jdk1.8.0_172/bin/j jar jarsigner java javac java-rmi.cgi jcmd jdeps jjs jps jrunscript jstat is not there.. what we...

UUEnccode Algorithm
This section describes the UUEncode algorithm with some simple encoding examples.
2023-05-17, ∼2877🔥, 6💬

💬 2016-06-08 Herong: Neel, can you post an example of the uuencoded string that failed? May be we can figure the root cause of the issue.

💬 2016-06-01 Neel: Hi, we are using this uudecoder since long time in our code but recently we are facing issue like "Index out of range" and that ...

💬 2015-09-16 Mark Sitkowski: Excellent! Just what I was looking for

1935 - Yu Zhou Chang Wan (渔舟唱晚) -- Fishman Sung in Evening
Yu Zhou Chang Wan (渔舟唱晚) - Fishman Sung in Evening, Guzheng (古筝) Solo, Composed by Lou Shu-hua (娄树华) in mid 1930s.
2016-02-25, ∼2874🔥, 1💬

💬 2016-02-25 Herong: First time using HTML5 &lt;audio> to play .mp3 files. It works nicely on my Firefox 35! ☺

isoinfo - ISO 9660 Command Line Tools
This section describes a tutorial on how to get summary information of a CD-ROM with 'isoinfo' tool.
2022-07-25, ∼2858🔥, 5💬

💬 2017-01-14 Herong: Anonim and others, I don't have any computer that has a CD drive now. So I am not able to help with your questions. Sorry.

💬 2017-01-10 Anonymous: Anonim, yes the -l parameter do that, but will list all files, not only the ones that has multiple TOC index. I am also looking ...

💬 2017-01-10 Anonim: Is there a way to list the files position? I want to list what files are stored on the same position (ISOs created with link Dup...

💬 2017-01-10 Anonymous: Is there a way to list duplicated files inside the ISO? I mean for that ISOs that have multiple entries on the TOC that point to...

Windows Automatic Root Update Mechanism
This section describes the automated process used by Windows to communicate to Windows Update Website to fetch a trusted root certificate and install it on the local computer, whenever the root certificate is needed.
2020-06-08, ∼2852🔥, 2💬

💬 2020-06-08 Herong: Onur, the question at the end of your comment was not very clear. Can you rephrase it in a different way?

💬 2020-06-05 Onur: Actually, this auto update mechanism is present on older Windows versions as low as XP. See the article here on this site: Outda...

Playing Movie VCD with Windows Media Player
This section describes a tutorial on how to play VCD with Windows Media Player.
2021-08-15, ∼2829🔥, 1💬

💬 2021-08-15 Nick: This is very nice! No other download needed. Thanks!

PHP 5.6 and PHPMailer 5.2
This section provides a tutorial example on how to install PHPMailer 5.2 in CentOS 8 for PHP 5.6 to send out emails to remote STMPS server.
2023-08-24, ∼2828🔥, 2💬

Loading WADL Documents into SoapUI
This section provides a tutorial example on loading a WADL document for a REST Web service into SoapUI to create a REST project and populated the service, resource, and method from the WADL document.
2017-02-22, ∼2826🔥, 3💬

💬 2017-02-22 sr: hello

💬 2015-12-08 sinu: thanks

Closing Frame and Terminating Application
This section provides 3 solutions and sample programs on how to close the main frame and terminate the application.
2022-11-08, ∼2809🔥, 1💬

💬 2022-11-08 Ishraga Allam: Mice Work

"jar --list" - Listing Files in JAR File
This section provides a tutorial example on how to list files stored in a JAR file with the 'jar --list' command.
2022-10-01, ∼2796🔥, 0💬

"obabel -h/-d" - Add/Remove Hydrogens in Molecule Data
This section provides a tutorial example on how to add or remove implicit hydrogen atoms in molecule data using Open Babel 'obabel' command.
2022-10-01, ∼2795🔥, 0💬

UTF-32, UTF-32BE and UTF-32LE Encodings
This chapter provides notes and tutorial examples on UTF-32, UTF-32BE and UTF-32LE encodings. Topics including encoding and decoding logics of UTF-32, UTF-32BE and UTF-32LE encodings; explanation of the use of BOM (Byte Order Mark).
2023-01-01, ∼2793🔥, 2💬

JSP Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning JSP (JavaServer Pages). Topics include Tomcat installation and configuration to support JSP; JSP execution context, JSP elements, and sessions; Using JavaBean Classes; Cookie management; Controlling HTTP ...
2015-07-21, ∼2793🔥, 0💬

中国生物新冠疫苗 - 接种年龄
老人小孩何时能接种新冠疫苗? 到2021年1月14日为止,中国接种人群年龄限制在18至60 岁之间。中国新冠疫苗接种工作分三步走,第一步针对18至59岁重点人群 、感染风险较高的人群;第二步根据疫苗供应保障能力的提升情况, 将逐步扩大到高危人群接种,也就是感染新冠病毒后容易发生重症的 人群,主要包括老年人和有基础疾病的人群;第三步再扩大到全人群接.. .
2021-07-19, ∼2792🔥, 0💬

Downloading Apache 2.4.37 Binary for Windows
This section describes how to download Apache 2.4.37 binary distribution for Windows. You should select the VC15 and 64-bit build to match the PHP engine build.
2019-11-07, ∼2776🔥, 1💬

💬 2019-11-04 Thainá Rodrigues: This worked out really nicely. Thank you very much for the info.

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2017-09-29, ∼2771🔥, 5💬

💬 2017-09-29 gloax29: merci

💬 2015-11-20 sameer: good going

💬 2015-09-02 Herong: Dharshan, you can follow tutorials presented at JSSE - Java Implementation of SSL and TLS .

💬 2015-09-01 Dharshan: I want to learn JSSE

"-XX:+PrintGCDetails" - Garbage Collection Logging
This section describes HotSpot JVM options to generate garbage collection logging messages. It also describes log message format to help us understand what the JVM is telling us.
2018-04-23, ∼2767🔥, 1💬

Downloading and Installing SoapUI
This section provides a tutorial example on downloading and installing SoapUI 5.0.0 on Windows system.
2018-08-30, ∼2758🔥, 5💬

💬 2018-08-30 Tom: thank u

💬 2018-07-11 annie: hello

💬 2016-04-16 Edo: Thank you

2016 年年歷 - 猴年
中國年歷 - 2016 年年歷 - 猴年
2016-03-11, ∼2740🔥, 1💬

💬 2016-03-11 發哥: 猴年大吉﹗

<< < 23 24 25 26 27 28 29 30 31 32 33 > >>   ∑:9067  Sort:Date