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

"New" Operator and "Nothing" Object
This section provides a tutorial example on how to define the Class_Initialize procedure to be called by the 'New' operator, and the Class_Terminate procedure to be called when the object lost its last reference.
2022-10-01, ∼276🔥, 0💬

"stylesheet" - The Stylesheet Declaration Element
This section describes the 'stylesheet' element, which is the root element of any XSLT stylesheet document. It serves as the stylesheet declaration statement.
2022-10-01, ∼276🔥, 0💬

Archived: Using DOM Implementation Provided in JDK 1.4
This section provides a tutorial example on how to use the DOM interface included in JDK 1.4, which actually uses DOM implementation provided in the org.apache.crimson package.
2022-10-01, ∼276🔥, 0💬

What Is Annotation
This section describes the annotation programming facility that allows you to associates additional information with a program construct.
2022-10-01, ∼276🔥, 0💬

JSP Application Session
This chapter provides tutorial notes and example codes on JSP application session. Topics include what is a session; what is the 'session' implicit object; how to pass values between JSP requests and pages; examples of pass values in different ways; using Perl LWP package for debugging.
2022-10-01, ∼276🔥, 0💬

Static HTML Text in JSP Page in XML Syntax
This section provides a tutorial example to test how non-ASCII characters entered as static text in JSP pages in XML syntax are handled by the JSP server and returned to Web browsers.
2022-10-01, ∼276🔥, 0💬

Download and Install Tomcat on CentOS
This section provides a tutorial example on how to install Tomcat server on a local CentOS system. It requires OpenJDK.
2022-10-01, ∼276🔥, 0💬

Using XML Schema Built-in Datatypes
This section describes what is a built-in datatype and how to use a built-in datatype.
2022-10-01, ∼276🔥, 0💬

"string" Datatype Values and Representations
This section describes the most commonly used built-in datatype, 'string'. Whitespace characters are preserved in 'string' values. But XML entity references are parsed in 'string' lexical representations.
2022-10-01, ∼276🔥, 0💬

ConvertWeight - Usage Description
This section describes the free Web service ConvertWeight provided by WebserviceX.NET. ConvertWeight allows you to convert weight values in Grams, Ounces, Pounds, Kilograms, Tons, and more.
2022-10-01, ∼276🔥, 0💬

NDFDgen - Request Message Sample
This section provides a request message sample of NDFDgen Web service.
2022-10-01, ∼276🔥, 0💬

Performance of Floating-Point Data Types
This section provides a tutorial example on how to compare performance of floating-point data types: 'float', 'double', and 'decimal'
2022-10-01, ∼276🔥, 0💬

Multithreading in C#
This chapter provides tutorial examples and notes on multithreading in C# programs. Topics include multithreading introduction; .NET System.Threading.Thread class; multiple threads on multi-CPU systems.
2022-10-01, ∼276🔥, 0💬

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

PHP Mcrypt Extension for Blowfish
Tutorial notes and example codes on PHP Mcrypt Extension. Topics include introduction of PHP Mcrypt Extension; Running Blowfish a block cipher (ECB mode); Running Blowfish in block chaining cipher (CBC, CFB and OFB modes).
2022-10-01, ∼276🔥, 0💬

What is PHP Mcrypt Extension
This section describes the PHP Mcrypt Extension - a built-in PHP extension that allows to access the mcrypt library, which supports Blowfish and a number of other cipher encryption algorithms.
2022-10-01, ∼276🔥, 0💬

Data Architectures of Bitcoin Wallet
This section describes Data Architectures of a Bitcoin Wallet.
2022-10-01, ∼276🔥, 0💬

Elliptic Curves in Integer Space
This section describes the fact that elliptic equations in 2-dimensional integer space can not be used to construct Abelian groups.
2022-10-01, ∼276🔥, 0💬

Cheminformatics Related Terminologies
This section provides a list of commonly used terminologies related to molecule study.
2022-10-01, ∼276🔥, 0💬

Data Type - 'list' for Mutable List
This section describes the 'list' data type, which stores a sequence of references to data objects of any data types. 'list' data objects are mutable.
2022-10-01, ∼276🔥, 0💬

Loading Driver Class with Class.forName()
This section provides a tutorial program on how to load Microsoft JDBC Driver 1.0 class explicitly using the Class.forName() method.
2022-10-01, ∼276🔥, 0💬

Running MySQL Database Server on Linux Systems
This chapter provides introductions and tutorial examples about MySQL database server on CentOS systems. Topics include installing MySQL 8.0 on CentOS 8; starting and stoping 'mysqld' as a system service; setting MySQL 'root' password; MySQL file and data locations; MySQL log files; backing up MySQL...
2022-10-01, ∼276🔥, 0💬

Archived: Get Bitcoin Block Data
This section provides a tutorial example on how to use the Get Bitcoin Block Data operation provided by blockexplorer.com.
2023-09-17, ∼275🔥, 1💬

Examples of HTTP 1.0 Requests and Responses
This section provides some tutorial examples of HTTP 1.0 requests and responses. Google and Wikipedia are still supporting HTTP 1.0 protocols.
2022-10-05, ∼275🔥, 0💬

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