<< < 139 140 141 142 143 144 145 146 147 148 149 > >>   ∑:9020  Sort:Date

Running EncodingSampler.java with ISO-8859-1 and US-ASCII
This section provides a tutorial example on how to run the character encoding sample program with ISO-8859-1 and US-ASCII encodings. Character encoding US-ASCII is a subset of ISO-8859-1.
2022-10-01, ∼332🔥, 0💬

Importing a Root CA Certificate from a File
This section provides a tutorial example on how to import a root CA certificate from a certificate file into a certificate store using the certificates console on a Windows system.
2022-10-01, ∼332🔥, 0💬

Applying Free Personal Certificate at Comodo
This section provides a tutorial example on how to apply for a free personal email certificate at Comodo.
2022-10-01, ∼332🔥, 0💬

Java API for WSDL 2.0 Component Model
This section describes the Component Model used by Woden to represent a WSDL 2.0 document. org.apache.woden.wsdl20.Descri ptionclass represents the top component, Description.
2022-10-01, ∼332🔥, 0💬

Java Servlet Introduction
This chapter provides an overview of Java Servlet. Topics include what is Servlet; creating and deploying Servlets on Tomcat; relationship between Servlet and JSP; modifying the Servlet class converted from a JSP page by Tomcat.
2022-10-01, ∼332🔥, 0💬

What Is the Bourne Shell
This section provides a quick introduction of the Bourne shell that became the default shell on Unix systems.
2022-10-01, ∼332🔥, 0💬

"if" Statements - Example
This section provides a tutorial example on how to use 'if' statements to calculate income taxes.
2022-10-01, ∼332🔥, 0💬

MySQL - Character Set and Encoding
This chapter provides tutorial notes on character set and encoding in MySQL. Topics include defining text columns with specific character set encodings; encoding conversions performed by MySQL on SQL statements and result sets; fetching non-ASCII characters in UTF-8 encoding.
2022-10-01, ∼332🔥, 0💬

Writing My First Java Program
This section provides a tutorial example on how to write, compile, and execute the first Java program with JDK 1.8.
2022-10-01, ∼331🔥, 0💬

Asking Crypt::SSLeay to Verify Server's Certificate
This section provides a tutorial example on how to ask Crypt::SSLeay to verify HTTPS server's certificate using the HTTPS_CA_FILE environment variable.
2022-10-01, ∼331🔥, 0💬

"java --module" - Launching Program from Module
This section provides a tutorial example on how to use 'java --module' command to launch a program that is packaged in a Java module.
2022-10-01, ∼331🔥, 0💬

Miscellaneous Tools
This chapter provides tutorial notes on some miscellaneous tools. Topics include using 'jaotc' to produce native code; using 'serialver' to generate unique value for 'serialVersionUID'.
2022-10-01, ∼331🔥, 0💬

WSDL 1.1 Binding Extension for SOAP 1.2
This chapter provides tutorial notes and example codes on WSDL 1.1 Binding Extension for SOAP 1.2. Topics include 7 extension elements: binding, operation, body, fault, header, headerfault, and address with descriptions and examples.
2022-10-01, ∼331🔥, 0💬

Inspecting Variables Received in Procedures
This chapter provides tutorial examples and notes on inspecting variables received in procedures. Topics include why variables received must be inspected before using them, guidelines on how to inspect variables, crash-free code example to convert anything into a Long integer.
2022-10-01, ∼331🔥, 0💬

XML File Syntax Rules
This section describes 6 syntax rules of an XML file. A valid and simple XML file is also provided.
2022-10-01, ∼331🔥, 0💬

Execution Process, Entry Point, Input and Output
This chapter provides tutorial notes and tutorial examples on Java program execution process. Topics include Java program creation, compilation and execution; the main() method - execution entry point; execution console, input and output data streams.
2022-10-01, ∼331🔥, 0💬

JSP Scripting Elements
This chapter provides tutorial notes and example codes on JSP Scripting Elements. Topics include what are scripting elements; writing scriptlets, scripting expressions and declarations; converting scripting elements into implementing Java code fragments; example Java class converted from a JSP page;...
2022-10-01, ∼331🔥, 0💬

Archived: Hijacking Servlet Converted from JSP
This section provides a tutorial example on how to hijack the JSP-to-Servlet conversion process on Tomcat 4.1.18 by placing your own Servlet class in the 'work' folder.
2022-10-01, ∼331🔥, 0💬

Archived: Installing Tomcat 5.5.7
This section provides a tutorial example on how to download and install Apache Tomcat 5.5.4 on a Windows computer. Testing of HTML document and JPS page on the Tomcat server is also provided.
2022-10-01, ∼331🔥, 0💬

Selection Sort - Implementation in Perl
This section provides a tutorial on how to implement the Selection Sort algorithm in Perl.
2022-10-01, ∼331🔥, 0💬

"--Xlog:gc+task+time=debug" - Print GC Threads
This section describes how to use the '-Xlog:gc+task+time=debug' JVM option to show multiple GC threads used by the Parallel Collector.
2022-10-01, ∼331🔥, 0💬

Algebraic Description of Elliptic Curve Addition
This section provides an algebraic description of the problem of calculating the addition operation defined on an elliptic curve.
2022-10-01, ∼331🔥, 0💬

JVM Garbage Collection Logging
This chapter provides tutorial notes and example codes on JVM options for garbage collection logging. Topics include a summary of logging options; examples of log messages for '-XX:+PrintGCDetails', '-XX:+PrintGCDateStamps', '-XX:+PrintGCDateStamps', 'PrintGCApplicationStoppedTime ',etc.
2022-10-01, ∼331🔥, 0💬

Atom Represenations in SMILES
This section provides a quick introduction on atom represenations in SMILES. Each non-hydrogen atom is represented by its atomic symbol followed by H or Hn for bonded hydrogens in square brackets [].
2022-10-01, ∼331🔥, 0💬

<< < 139 140 141 142 143 144 145 146 147 148 149 > >>   ∑:9020  Sort:Date