<< < 67 68 69 70 71 72 73 74 75 76 77 > >>   ∑:8897  Sort:Date

Declaring Empty Elements
This section describes a tutorial example on how to declare an empty element by defining a special complexType datatype.
2024-02-28, ∼642🔥, 1💬

ITERATE and LEAVE - Statements to Break Loops
This section describes ITERATE and LEAVE Statements used in stored procedures to break execution loops.
2016-07-20, ∼642🔥, 1💬

SSL Socket Communication Testing Programs
This chapter provides tutorial notes and example codes on the SSL socket communication. Topics include SSL socket communication test requirements and programs; using trusted key store to fix self-signed certificates issue; using debug option to see SSL communication handshake details.
2018-08-01, ∼641🔥, 7💬

💬 2017-11-27 Herong: Sandeep, not sure. It uses TCP protocol, lower than HTTP post. But you can try it.

💬 2017-11-22 Sandeep: Can this also read post request from cleint

💬 2017-03-02 Herong: hemanth, you can follow SSL Client Authentication tutorials to see how to enable client authentication.

💬 2017-03-01 hemanth: How do i enable client authentication. I know that i have to set server to need client auth which i did but what about the clien...

💬 2016-06-10 Herong: Algérian, did you find what you were looking for here?

(More comments ...)

Lucky Wedding Dates: 2011 - Year of the Rabbit
Where to find lucky wedding dates for year 2011? Lucky Wedding Dates: 2011 - Year of the Rabbit   ⇒ Lucky Wedding Dates: 2012 - Year of the Dragon ⇐ Lucky Wedding Dates: 2011 - 2020 ⇑ Lucky Wedding Dates: 2011 - 2020 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2025-12-01, ∼640🔥, 0💬

SSL Client Authentication Test Result
This section provides the test result of running the SSL server program and the SSL client program. The result shows that the server and the client authenticated each other's identity correctly.
2016-05-11, ∼640🔥, 2💬

Turn on SSL/TLS Support on Tomcat
This section provides a tutorial example on how to configure Tomcat to support SSL/TLS for the HTTPS service.
2024-04-12, ∼639🔥, 0💬

XPath Query with XML Tools on Atom
This section provides a tutorial example on how to use XML Tools package in Atom to run XPath query on any XML documents.
2022-10-01, ∼639🔥, 0💬

Archived: Downloading and Installing JDK 1.7
This section describes how to download and install Java SE 7 Update 7 (JDK 7u7) on a Windows system.
2022-10-01, ∼638🔥, 0💬

Tomcat Installation on Windows Systems
This chapter provides tutorial notes and example codes on Tomcat installation on Windows systems. Topics include downloading and installing Tomcat for Windows systems; setting up environment variables to launch Tomcat server; setting up user access for server admin Web pages; Web application manager...
2022-10-01, ∼638🔥, 0💬

Creating Schema Documents - "schema" Element
This section describes a tutorial example on how to write the root element of the XML representation of a schema.
2022-10-01, ∼638🔥, 0💬

AB30: Latin Extended-E
This section provides a quick summary of the Unicode code point block: 'Latin Extended-E', which contains 54 code points to represent a number of Latin letters and modifier letters for phonetic transcription systems.
2024-01-23, ∼637🔥, 0💬

"QName" Datatype Values and Representations
This section describes the built-in primitive datatype, 'QName' that represents XML element and attribute names with or without namespaces. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼637🔥, 0💬

Viewing Character Set Variables
This section describes how to view the current settings of MySQL session variables involved in character set conversions with client programs.
2022-10-01, ∼637🔥, 0💬

ECDSA (Elliptic Curve Digital Signature Algorithm)
This chapter provides tutorial notes on ECDSA (Elliptic Curve Digital Signature Algorithm). Topics includes ECDSA digital signature generation process and verification process; security issue of the private key with same random number k is used; find possible public keys from a digital signature; in...
2022-10-01, ∼637🔥, 0💬

android.view.View Class - Base of User Interface Components
This section describes the android.view.View class which is the basic building block for all user interface components. Android SDK provides over 50 different specific views based on the android.view.View class to help you develop GUI (Graphical User Interface) applications.
2016-05-26, ∼637🔥, 1💬

💬 2016-05-26 Buckstabue: Thank you so much! I have not known most of listed classes although I'm not a novice in android developing

FB50: Arabic Presentation Forms-A
This section provides a quick summary of the Unicode code point block: 'Arabic Presentation Forms-A', which contains 688 code points to represent Arabic presentation forms.
2024-01-23, ∼636🔥, 0💬

What Is WSDL Document
This section describes WSDL Documents, which are XML files that uses WSDL (Web Services Definition Language) to define Web services.
2017-01-08, ∼636🔥, 2💬

💬 2017-01-08 Herong: Bessie, the missing picture is added now. Thanks.

💬 2017-01-07 Bessie: On this page: http://www.herongyang.com/Free-Web-S ervice/SOAP-What-Is-WSDL-Document.ht mlthe WSDL-2-0-Document-Structure.jpg fil...

Hello REST Web Service
This section describes a simple REST Web services - my Hello REST Web service.
2016-04-19, ∼636🔥, 0💬

BlowfishJ - Java Implementation by Markus Hahn
This section describes BlowfishJ - Java implementation of Blowfish by Markus Hahn.
2022-08-24, ∼634🔥, 1💬

💬 2022-08-24 hiywot: please sent the source code of blowfish including initialization of p and s boxe

ECES (Elliptic Curve Encryption Scheme)
This chapter provides tutorial notes on ECES (Elliptic Curve Encryption Schema). Topics includes ECES plaintext encryption and ciphertext decryption processes; using Crypto.Cipher.AES module to test ECES.
2022-05-06, ∼634🔥, 1💬

💬 2022-05-06 Mk: Hello how r you?

Using MD5 Message Digest in Java
This section provides a tutorial example on how to use MD5 message digest algorithm in Java. The JDK JCE package offers the MD5 algorithm through a generic message digest class, javax.security.MessageDigest.
2017-01-27, ∼634🔥, 2💬

Java Secure Socket Extension (JSSE)
This section describes the Java Secure Socket Extension (JSSE) that allows you to write Java programs to communicate with HTTPS Web servers.
2022-10-01, ∼633🔥, 0💬

Global and Local Variables - Scope Rules
This section provides a quick description of global variables and local variables. Basic rules about variable scopes are provided.
2016-08-30, ∼633🔥, 2💬

💬 2016-08-30 Herong: Jammy, There is a typo in the consequence. It should read as "Rule #4 helps us to avoid the bad impact of rule #3, if you declar...

💬 2016-08-29 jammy: third consequence is not clear to me.

Introduction of .NET Framework
This section provides a quick introduction of the .NET Framework, which was first released in 2002. The .NET Framework provides virtual machine on Windows system to run applications written in different languages.
2016-06-12, ∼633🔥, 1💬

💬 2016-06-12 Satish: Thanku

<< < 67 68 69 70 71 72 73 74 75 76 77 > >>   ∑:8897  Sort:Date