<< < 188 189 190 191 192 193 194 195 196 197 198 > >>   ∑:8894  Sort:Date

Types of Method Parameters
This section describes types of method parameters: value parameter, reference parameter, and output parameter.
2022-10-01, ∼239🔥, 0💬

Processing Web Form Input in Latin1
This section describes how to display a Web form and process form input data in Latin1. header() function must be called to override the HTTP response header 'Content-type' setting to Latin1 in PHP 7.
2022-10-01, ∼239🔥, 0💬

GCPerfP99.java - 99th Percentile Performance
This section provides a GC test program, GCPerfP99.java, that uses 99th percentile performance measurements.
2022-10-01, ∼239🔥, 0💬

Archived: 640/400/40MB Test on HotSpot Client 1.6
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.6.0_45 with 640MB memory limit and a 400MB base plus 40MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, ∼239🔥, 0💬

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

Retrieving BLOB Values with getBinaryStream() Method
This section describes how to retrieve BLOB values with the ResultSet.getBinaryStream() method.
2022-10-01, ∼239🔥, 0💬

Handling Date and Timestamp Values
This section describes how to handle Date and Timestamp Values.
2022-10-05, ∼238🔥, 0💬

Measuring Speed of Light - Foucault's Method
This section describes the method used by Léon Foucault to measure the speed of light using using a rotating mirror and a fixed mirror.
2022-10-04, ∼238🔥, 0💬

DOMValidator.java - XML DTD Validation with DOM
This section provides a tutorial example on how to write a DTD validator using DOM classes in JDK. The validator can validate an XML file against the specified DTD statements.
2022-10-01, ∼238🔥, 0💬

SAXValidator.java - XML DTD Validation with SAX
This section provides a tutorial example on how to write a DTD validator using SAX classes in JDK. The validator can validate an XML file against the specified DTD statements.
2022-10-01, ∼238🔥, 0💬

"php -i" - PHP Engine Information
This section provides a tutorial example on how to get more information about the PHP engine and its execution environment: php -i
2022-10-01, ∼238🔥, 0💬

php.ini - PHP Runtime Configuration
This section describes the PHP runtime configuration file, php.ini.
2022-10-01, ∼238🔥, 0💬

Conditional Statements - "if" and "switch"
This chapter provides tutorial examples and notes about conditional statements. Topics include 4 forms of 'if' statements, 'switch' statements, examples of controlling code executions with conditional statements.
2022-10-01, ∼238🔥, 0💬

Running Session Test Script Pages
This section provides a tutorial example on how to run multiple script pages that are connected by the session concept. Page outputs prove that the session concept is working.
2022-10-01, ∼238🔥, 0💬

Automatic Semicolon Insertion to End Statements
This section provides the automatic semicolon insertion rule supported by the ECMAScript specification. A tutorial example is provided to show you a problem when writing 'return' in a line by itself.
2022-10-01, ∼238🔥, 0💬

Example - Passing Arguments by Reference
This section provides a tutorial example on how to pass arguments by reference to swap values passed through procedure arguments.
2022-10-01, ∼238🔥, 0💬

"TextStream" Objects Representing File Input and Output
This section describes TextStream object and its properties and methods. A tutorial example is provided on how to open a new file, write some text lines, and read them back.
2022-10-01, ∼238🔥, 0💬

Simple Content Element Types
This section describes the simple content element type which can be used to define an XML element with text content and at least one attribute.
2022-10-01, ∼238🔥, 0💬

Bitwise Operations on "byte" Values - Example Program
This section provides a tutorial example on how 4 types of bitwise operations, 'And', 'Or', 'Exclusive Or', and 'Complement' works on 'int' values.
2022-10-01, ∼238🔥, 0💬

Using XML Schema Built-in Datatypes Incorrectly
This section describes a tutorial example of using built-in datatypes incorrectly.
2022-10-01, ∼238🔥, 0💬

Floating-Point Data Types
This chapter provides tutorial examples and notes on floating-point data types. Topics include precisions and performances of 'float', 'double' and 'decimal' values; IEEE 754 standards on binary representation of 'float' and 'double'; Microsoft binary presentation of 'decimal'.
2022-10-01, ∼238🔥, 0💬

Data Literal Evaluation
Describes how data literals will be evaluated into values of particular datatypes based on the expression context.
2022-10-01, ∼238🔥, 0💬

Column Options When Creating Tables
A tutorial example is provided on how to use different column options like, NULL, UNIQUE, DEFAULT, PRIMARY KEY, when creating new tables.
2022-10-01, ∼238🔥, 0💬

SELECT Statements
A tutorial example is provided on how to use SELECT statements to retrieve from database as multiple rows and multiple fields in each row.
2022-10-01, ∼238🔥, 0💬

<< < 188 189 190 191 192 193 194 195 196 197 198 > >>   ∑:8894  Sort:Date