<< < 223 224 225 226 227 228 229 230 231 232 233 > >>   ∑:9022  Sort:Rank

Control and Generate XML Element in the Result
This chapter provides tutorial notes and example codes on output XML elements. Topics include controlling output format with the 'output' element; generating XML elements with literal XML elements, 'element' elements and/or 'copy' elements; copying everything from source to result.
2022-10-01, ∼320🔥, 0💬

Reference Data Types and Variables
This chapter provides tutorial notes and example codes on reference data types and variables. Topics include 5 reference data types; reference data type variables store references to objects; multiple variables referring to a single object; superclass-subclass relation; superinterface-subinterface r...
2022-10-01, ∼320🔥, 0💬

My First Servlet Page on CentOS
This section provides a tutorial example on how to create the first Servlet Java class to test the Servlet support of the Tomcat Web server on CentOS systems.
2022-10-01, ∼320🔥, 0💬

Perl Implementation of Base64URL Encoding
This section provides a tutorial example on how to perform Base64URL encoding on binary files using my own implementation in Perl.
2022-10-01, ∼320🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼320🔥, 0💬

Data Type - 'bytes' for Byte Sequence
This section describes the 'bytes' data type, which stores a sequence of bytes.
2022-10-01, ∼320🔥, 0💬

Data Literal Examples
This section provides a tutorial example on how to write data literals for different subtypes of Integer, Long, Double, String, Boolean, Date, Empty and Null.
2022-10-01, ∼319🔥, 0💬

"StringBuffer" - A Class Example
This section provides a tutorial example of simple class, StringBuffer, which allows you to build long strings with an internal array as the storage.
2022-10-01, ∼319🔥, 0💬

What Are Bits and Bytes
This section describes bits and bytes as data storage units and as data types.
2022-10-01, ∼319🔥, 0💬

Archived: GC Test - Releasing Old vs. New Objects
This section provides a tutorial example on testing garbage collection by comparing performances between release old objects and new objects.
2022-10-01, ∼319🔥, 0💬

REST Web Service and SoapUI
This chapter provides tutorial notes and example codes on REST Web service. Topics include what is REST (Representational State Transfer) Web service; using WADL (Web Application Description Language) to describe REST Web services; using SoapUI 3.6.1 to perform tests for REST Web services.
2022-10-01, ∼319🔥, 0💬

NDFDgenByDay - US Weather Forecast by Day
This chapter provides a quick introduction of the free Web service, NDFDgenByDay. Topics include usage description of NDFDgenByDay; request message sample; response message sample.
2022-10-01, ∼319🔥, 0💬

Introduction of C# (C Sharp)
This chapter provides a quick introduction of C# (C Sharp) language. Topics include C# history; installing .NET Framework 1.0 SDK; writing the first C# program to print 'Hello world!'.
2022-10-01, ∼319🔥, 0💬

Archived: Installing MySQL 5.0.2 (Alpha)
This section provides a tutorial example on how to install MySQL 5.0.2 (Alpha) on a Windows system.
2022-10-01, ∼319🔥, 0💬

Set Subgroup Order to Higher Value
This section provides a tutorial example on how to set the subgroup order a value greater than the order of the entire group, like 2 times of the modulo, to ensure correct result of scalar multiplications.
2022-10-01, ∼319🔥, 0💬

"tar -c" and "tar -x" - Create and Extract Archive Files
This section provides a tutorial example on how to use 'tar -c' command to compress multiple file and sub-directories into an archive file and use 'tar -x' command to extract files out of an archive file.
2022-10-01, ∼319🔥, 0💬

SQL Server BLOB (Binary Large Object) - BLOB
This chapter provides tutorial notes on BLOB (Binary Large Object) data types, BLOB, with SQL Server JDBC Driver. Topics include creating tables to store BLOB values in SQL Server server; inserting BLOB values with direct SQL INSERT statements, or PreparedStatement with setBytes(), setBinaryStream()...
2022-10-01, ∼319🔥, 0💬

Dump PHP/Apache Environment Information
This section provides a tutorial example on how to dump Apache/PHP environment information on CentOS Linux systems.
2022-10-01, ∼319🔥, 0💬

Archived: Verifying Android Platform Installation
This section provides a tutorial example on how to verify Android platform installation using the 'android' tool provided in the Android SDK starter package.
2022-10-01, ∼318🔥, 0💬

DOMParser.java - Parsing XML Files with DOM
This section provides a tutorial example on how to write an XML file parser, DOMParser.java, with the org.w3c.dom.Document class included in JDK.
2022-10-01, ∼318🔥, 0💬

What Is an Array
This section describes what is an array - an ordered pairs of keys and values. If sequential integer keys are used, an array is a simple indexed list. If string keys are used, an array is a map.
2022-10-01, ∼318🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼318🔥, 0💬

"jcmd 0 VM.*" - Running VM Diagnostic Commands
This section provides a tutorial example on how to use 'jcmd 0 VM.*' commands to get lot of information of a given JVM.
2022-10-01, ∼318🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼318🔥, 0💬

<< < 223 224 225 226 227 228 229 230 231 232 233 > >>   ∑:9022  Sort:Rank