<< < 175 176 177 178 179 180 181 182 183 184 185 > >>   ∑:9020  Sort:Date

LatLonListCityNames - Request Message Sample
This section provides a request message sample of LatLonListCityNames Web service.
2018-03-14, ∼278🔥, 1💬

Introduction of RSA Algorithm
This chapter provides tutorial notes and example codes on RSA public key encryption algorithm. Topics include illustration of public key algorithm; proof of RSA encryption algorithm; security of public key; efficient way of calculating exponentiation and modulus; generating large prime numbers.
2022-10-13, ∼277🔥, 0💬

What is CBC (Cipher Block Chaining) Operation Mode?
This section describes what is CBC (Cipher Block Chaining) Operation Mode - each plaintext block is XORed with the ciphertext of the previous block before encryption.
2022-10-08, ∼277🔥, 0💬

Activity Diagram - Decision Notation
This section describes the Decision Notation used in a UML Activity Diagram. A Decision Notation represents a decision action that decides which action path to take next based on certain conditions.
2022-10-05, ∼277🔥, 0💬

LWP-UserAgent-GET-Redirect.pl - Following HTTP Redirects
This section provides a tutorial example on how to send a GET request to a Web server, follow up with redirects, and dump request and response messages of all redirects.
2022-10-04, ∼277🔥, 0💬

Archived: Running Android SDK Manager
This section provides a tutorial example on how to run Android SDK Manager to see what additional tools and libraries that are available from the Android developer center.
2022-10-01, ∼277🔥, 0💬

One Class in an Unnamed Package - Hello.java
This section provides a tutorial example on how to place one Java class in an unnamed package and how to compile and run the class in an unnamed package.
2022-10-01, ∼277🔥, 0💬

Unicode 4.0 Character Samples
Some samples of characters added in Unicode 4.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, ∼277🔥, 0💬

popen() - Execute External Programs
This section provides a tutorial example on how to the popen() function to invoke an external program. The program's standard output, stdout, or input, stdin, is mapped to a file handle to reading or writing.
2022-10-01, ∼277🔥, 0💬

Viewing Server Certificate Path with Chrome on Android Phone
This section provides a tutorial example on how to view server certificate path when visiting a 'https' Website with Chrome on Android phone. The top certificate in a certificate path is the root CA certificate, which is trusted by browser settings.
2022-10-01, ∼277🔥, 0💬

Installing Website Server Certificate on Android Phone
This section provides a tutorial example on how to install Website server certificate on Android phone by receiving certificate an email attachment.
2022-10-01, ∼277🔥, 0💬

Methods on the SoapClient Class
This section provides all methods that are available on the SoapClient class. The Web service operation (function) can be called directly as a regular function on the client object.
2022-10-01, ∼277🔥, 0💬

ENTITY - Entity Declaration Statement
This section describes syntax formats of the ENTITY statement, which is used to declare an XML entity. The ENTITY statement specifies what is the name of the entity and what is the replacement value.
2022-10-01, ∼277🔥, 0💬

ThreadGroup Class and "system" ThreadGroup Tree
This chapter provides tutorial notes and tutorial examples on the ThreadGroup class and the 'system' ThreadGroup tree. Topics include main methods of the ThreadGroup class, displaying the 'system' ThreadGroup tree, adding threads and thread groups, testing the reported JDK 1.3 bug - memory leak of u...
2022-10-01, ∼277🔥, 0💬

Archived: JDK 1.3 Bug - Memory Leak With Unstarted Threads
This section describes a reported bug for JDK 1.3 that unstarted thread objects cause memory leak.
2022-10-01, ∼277🔥, 0💬

Syntax of JSP Pages and JSP Documents
This chapter provides tutorial notes and example codes on syntax of JSP Pages and JSP Documents. Topics include what is a JSP Page; what is a JSP Document; writing JSP elements in XML format; generating response in XML format; differences of directive and action 'include' elements.
2022-10-01, ∼277🔥, 0💬

getProperty() Error on Tomcat 7
This section provides a tutorial example on how Tomcat 7 refuses to convert 'getProperty' elements if the JavaBean is not initiated by a 'useBean' element.
2022-10-01, ∼277🔥, 0💬

Performance of JSP Pages
This chapter provides tutorial notes and example codes on performance of JSP pages. Topics include execution performance of calculating prime numbers; performance of loading a JSP page.
2022-10-01, ∼277🔥, 0💬

The Dragon - Chinese Zodiac Animal Sign
This section discuss about the Dragon, the fifth Chinese zodiac animal sign.
2022-10-01, ∼277🔥, 0💬

The Snake - Chinese Zodiac Animal Sign
This section discuss about the Snake, the sixth Chinese zodiac animal sign.
2022-10-01, ∼277🔥, 0💬

System.Environment - Execution Environment Class
This section describes the execution environment class, System.Environment, which allows you to retrieve information about and manipulate the current environment and platform.
2022-10-01, ∼277🔥, 0💬

JOIN - Operation to Join Two Tables
Describes JOIN operations to join two tables in different ways: CROSS JOIN, INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN.
2022-10-01, ∼277🔥, 0💬

Scopes of System Variables: Global and Session
This section describes global and session scopes of system variables. GLOBAL and SESSION keywords can be used to separate system variable scopes.
2022-10-01, ∼277🔥, 0💬

Detect System Default Encoding
This section provides a tutorial example on how to detect the system default encoding with a PHP script that displays the same Chinese text in 4 different encodings.
2022-10-01, ∼277🔥, 0💬

<< < 175 176 177 178 179 180 181 182 183 184 185 > >>   ∑:9020  Sort:Date