<< < 57 58 59 60 61 62 63 64 65 66 67 > >>   ∑:9086  Sort:Date

Creating and Deploying a Servlet on Tomcat
This section provides a tutorial example on how to create a simple Servlet class, compile it and deploy it on the Tomcat server.
2022-10-01, ∼936🔥, 0💬

Viewing Components of Certificate Signing Request
This section provides a tutorial example on how to view different components of a CSR (Certificate Signing Request) for your public key with OpenSSL.
2023-12-17, ∼935🔥, 5💬

💬 2023-12-17 Herong: NB, Thanks for your comments. I see the value of signing the CSR now and will update the book accordingly.

💬 2023-12-15 NB: Your CSR does not contain your private key. It contains your public key and information about the domain(s) for which it should ...

💬 2014-03-29 Herong: Hi Mike, Sorry for the inconvenience. HTML tags are supported, but they are limited to admin users only to reduce spamming and h...

💬 2014-03-23 Mike: Wow. What a waste of time trying to make a legible comment post. No instructions on how to get a paragraph break, include a angl...

💬 2014-03-23 Mike: You made a note in "Viewing Components of Certificate Signing Request" where you said, "The request is signed with my private ke...

forName() Method - Loading Classes
This section provides a tutorial example on how to load a given class explicitly using the forName() method and create a new object using the newInstance() method.
2022-03-24, ∼935🔥, 1💬

💬 2022-03-24 Catc: Very Good!!!

Installing Apache 2.4.37 on Windows Systems
This section describes how to install Apache 2.4.37 binary distribution on Windows systems. The server root directory setting needs to be changed to match the installation directory.
2016-05-28, ∼932🔥, 2💬

💬 2016-05-28 Herong: Сергей, you are welcome!

💬 2016-05-23 Сергей: Спасибо!

"Web console" Login Welcome Message
This section provides a tutorial example on how to remove the 'Web console' Cockpit message displayed after logging in to a CentOS 8 system.
2022-10-01, ∼931🔥, 0💬

Creating Connections with DataSource Class
This section describes how to create connection objects with the DataSource class.
2022-10-01, ∼929🔥, 0💬

A640: Cyrillic Extended-B
This section provides a quick summary of the Unicode code point block: 'Cyrillic Extended-B', which contains 96 code points to represent additional Cyrillic alphabets used in the Cyrillic language.
2024-01-23, ∼927🔥, 0💬

Merge Sort - Implementation in PHP
This section provides a tutorial on how to implement the Merge Sort algorithm in PHP.
2021-04-24, ∼927🔥, 2💬

💬 2021-04-24 Herong: Hubert, good point. Thanks!

💬 2021-04-20 Hubert Christiaen: The argument called toIndex is not the highest index of the array as the name suggests, but the number of elements. Hence the fo...

1F680: Transport and Map Symbols
This section provides a quick summary of the Unicode code point block: 'Transport And Map Symbols', which contains 128 code points to represent symbols used in transportion maps.
2024-01-23, ∼926🔥, 0💬

Aries, The Ram, The First Zodiac Sign
This section describes the first zodiac sign, Aries, the Ram.
2022-10-01, ∼926🔥, 0💬

"-XX:+PrintFlagsFinal" - Print JVM Options
This section describes the '-XX:+PrintFlagsFinal' JVM option, which prints all options and their values used by the JVM.
2022-10-01, ∼925🔥, 0💬

Built-in String Functions
This section provides a list of commonly used built-in string functions.
2015-10-01, ∼925🔥, 1💬

💬 2015-10-01 Kalu khan: Very nice

Maximum Number of Threads in a Program
This section provides a tutorial example to try to find out how many threads can be launched in a single application.
2022-10-01, ∼923🔥, 0💬

Creating SOAP Project with WSDL
This section provides a tutorial example on how to create SOAP project automatically by loading a WSDL document URL.
2020-01-02, ∼923🔥, 1💬

💬 2020-01-02 Yusmani: Hello World!!

AAE0: Meetei Mayek Extensions
This section provides a quick summary of the Unicode code point block: 'Meetei Mayek Extensions', which contains 32 code points to represent additional Meetei Mayek alphabets used in the Meitei language.
2024-01-23, ∼922🔥, 0💬

HTTPS Server Authentication Process
This section describes the HTTPS server authentication process - 1. CA root certificate installed in the browser; 2. Web server certificate signed by the CA; 3. Web server certificate validated by the browser.
2022-10-01, ∼921🔥, 0💬

Explicit and Implicit Type Casting
This section describes type casting supported in Java: up casting (widening reference conversion) and down casting (narrowing reference conversion). Cast operation can be written explicitly with the cast operator (T), or implicitly with no operator.
2022-10-01, ∼921🔥, 0💬

3200: Enclosed CJK Letters and Months
This section provides a quick summary of the Unicode code point block: 'Enclosed CJK Letters and Months', which contains 256 code points to represent characters enclosed in circles used in CJK (Chinese, Japanese, and Korean) languages.
2024-01-23, ∼919🔥, 0💬

String.length() Is Not Number of Characters
This section provides tutorial example on showing the difference between length() and codePointCount() methods. The difference between charAt(int index) and codePointAt(int index) is also demonstrated.
2022-10-01, ∼919🔥, 0💬

Looking Up Method Signature with javap Command
This section provides a tutorial example of how to lookup method signatures in a class file or JAR file with the 'javap' command.
2022-10-01, ∼919🔥, 0💬

RDKFingerprint() Method in RDKit
This section provides a tutorial example on understanding the fingerprint generation algorithm used in the rdkit.Chem.rdmolops.RDKFingerp rint()function.
2023-04-04, ∼918🔥, 0💬

JavaScript Console in Apple Safari
This section provides tutorial example on how to use the JavaScript Console in Apple Safari to view execution errors and log messages resulted from JavaScript execution. You can also use it to run any JavaScript statements to interact with the HTML document.
2022-10-01, ∼918🔥, 0💬

Concurrent Mark-Sweep (CMS) Collector - "+XX:+UseConcMarkSweepGC"
This chapter provides tutorial notes and example codes on the Concurrent Mark-Sweep Collector specified by the '+XX:+UseConcMarkSweepGC' JVM option. Topics include introduction to Concurrent Mark-Sweep (CMS) Collector; CMS Collector log message format; demonstration of reduction of stop-the-world by...
2022-10-01, ∼916🔥, 0💬

ConversionRate - Usage Description
This section describes the free Web service ConversionRate provided by WebserviceX.NET. ConversionRate allows you to obtain the current exchange rate between two given currencies.
2015-12-23, ∼912🔥, 2💬

💬 2015-12-23 Herong: Marie, I don't know what happened to the webservicex.net server. Hope they will fix the issue soon.

💬 2015-12-22 Marie: Hi, I have been using http://www.webservicex.net/CurrencyC onvertor.asmx?WSDLfor a long time to convert currencies on my web sit...

<< < 57 58 59 60 61 62 63 64 65 66 67 > >>   ∑:9086  Sort:Date