<< < 219 220 221 222 223 224 225 226 227 228 229 > >>   ∑:7662  Sort:Rank

Conditional Expression - Ternary Operation
This section provides a quick introduction on conditional expression, which tests a Boolean object and returns one of two given objects.
2022-10-01, 164🔥, 0💬

Classes and Instances
This chapter provides introductions and tutorial examples about classes and instances. Topics include introduction of class, instance, attribute and method; using 'class' statement; using __init__() method; differences between class attributes and instance attributes.
2022-10-01, 164🔥, 0💬

JDBC-ODBC - Creating DSN for Flat Test File
This section describes how to create a DSN that connected to a flat text file.
2022-10-01, 164🔥, 0💬

JDBC-ODBC - Connecting to SQL Server 2005
This section describes how to connect to a SQL Server 2005 through DSN with JDBC-ODBC Bridge.
2022-10-01, 164🔥, 0💬

Archived: Downloading and Installing JDK on Windows
This section provides a tutorial example on how to download and install JDK 12 on a Windows system.
2022-10-01, 164🔥, 0💬

MySQL Installation on Windows
This chapter provides tutorial notes on MySQL installation on Windows systems. Topics include downloading, installing and starting MySQL database server; using mysqladmin tool; using command line tool; creating new database and new user.
2022-10-01, 164🔥, 0💬

Character Set Encoding Comparison
This section provides a tutorial example on how to compare some commonly used character set encodings in number of characters, byte sequence sizes and ASCII compatibilities.
2022-10-01, 163🔥, 0💬

PHP Version Pre-Installed on macOS
This section provides notes to verify PHP version supported on macOS and run a simple PHP interactive scripting session.
2022-10-01, 163🔥, 0💬

Verify Certificate Signed by My CA on macOS
This section provides a tutorial example on how to verify certificate signed with my private key and my root CA certificate on macOS using Keychain Access.
2022-10-01, 163🔥, 0💬

"while" Loop Statement Example
This section provides a JavaScript tutorial example showing how to write a 'while' loop statement.
2022-10-01, 163🔥, 0💬

Defining Your Own Functions
This section provides a quick description of how to define your own functions and some basic features of a JavaScript function.
2022-10-01, 163🔥, 0💬

The "RegExp" Object Type - Regular Expression Patterns
This section provides a quick description and a tutorial example script on the 'RegExp' built-in object type, which is used to create 'RegExp' objects for pattern matching operations.
2022-10-01, 163🔥, 0💬

"service" - Service Definition Element
This section describes 'service', a definition element that defines a service as one or multiple ports. A port defines a binding to a communication address.
2022-10-01, 163🔥, 0💬

"Do ... Loop" Statements
This section describes how 'Do ... Loop' statements work in VBScript. A block of statements is repeated based on the specified condition.
2022-10-01, 163🔥, 0💬

Interface Type Variables
This section describes how to use an interface type variable to store references to objects of classes that implemented this interface.
2022-10-01, 163🔥, 0💬

Thread Test on JRockit 28.7
This section provides a tutorial example to see how many running threads can be supported on JRockit R28.2.7 JVMs.
2022-10-01, 163🔥, 0💬

"include" Directive and Action Elements
This section provides a tutorial example on how to 'declaration' element, 'include' directive element and 'include' action elements.
2022-10-01, 163🔥, 0💬

TagSupport Class - Dummy Implementation of IterationTag
This section describes the javax.servlet.jsp.tagext.TagSu pportclass, which is a dummy implementation of the javax.servlet.jsp.tagext.Itera tionTaginterface. Extending from TagSupport class to write your own tag class saves some coding time.
2022-10-01, 163🔥, 0💬

Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country
This chapter provides a quick introduction of the free Web service, GetGMTbyCountry, returning the GMT time zone range of a given country.. Topics include usage description of GetGMTbyCountry; request message sample; response message sample.
2022-10-01, 163🔥, 0💬

NDFDgen - US-Weather Forecast for a Single Location
This chapter provides a quick introduction of the free Web service, NDFDgen. Topics include usage description of NDFDgen; request message sample; response message sample.
2022-10-01, 163🔥, 0💬

What Is Telnet
This section provides a quick introduction of Telnet application that allows you to log into a remote computer over the Internet as a text based terminal.
2022-10-01, 163🔥, 0💬

Logical Expressions
This section describes logical expressions - expressions resulting a Boolean value with comparison operations and logical operations.
2022-10-01, 163🔥, 0💬

mysql - The Client Tool for End Users
This section provides a quick introduction of mysql, the client tool for end users to manage their data on MySQL servers. You can run mysql on a remote system to create new databases and new tables, to insert, update or delete data from tables.
2022-10-01, 163🔥, 0💬

"SHOW" - Show Server Information
This section provides a tutorial on how to use 'show' statements to display MySQL server information.
2022-10-01, 163🔥, 0💬

<< < 219 220 221 222 223 224 225 226 227 228 229 > >>   ∑:7662  Sort:Rank