<< < 245 246 247 248 249 250 251 252 253 254 255 > >>   ∑:9022  Sort:Rank

Iterators and Generators
This chapter provides introductions and tutorial examples about iterators and generators. Topics include introduction on iterable objects, iterators and generators; list of built-in iterable data types; using 'yield' statements and generator functions; using generator expressions.
2022-10-01, ∼287🔥, 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, ∼287🔥, 0💬

Install and Manage Python Engine on CentOS
This section provides a tutorial example on how to install Python 3.6 on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼287🔥, 0💬

android.app.Activity Class and Activity Lifecycle
This chapter provides tutorial notes on android.app.Activity class and activity lifecycle. Topics include introduction of activity states, lifetime periods and activity callback methods; creating log file in the application's private file folder; implementing activity callback methods; writing examp...
2022-10-01, ∼286🔥, 0💬

DTD (Document Type Definition) - XML Validation
This chapter provides tutorial notes and example codes on DTD (Document Type Definition). Topics include writing an XML DTD validator using DOM and SAP interfaces; overriding error handler methods to print validation errors.
2022-10-01, ∼286🔥, 0💬

Using Local Windows System as a Mail Server
This section provides a tutorial example on how to setup your local Windows system to use IIS (Internet Information Services) as a SMTP mail server.
2022-10-01, ∼286🔥, 0💬

"typeof" Operator and Data Types
This section provides a quick description of the 'typeof' operator and data types supported in JavaScript. A tutorial example is provided to list all data types number, string, boolean, object, function, and undefined.
2022-10-01, ∼286🔥, 0💬

ENTITY - Entity Declaration Statement
This section describes syntax formats of the ENTITY statement, which is used to declare an XML entity. The ENTITY statement specifies what is the name of the entity and what is the replacement value.
2022-10-01, ∼286🔥, 0💬

Archived: Testing with LongWhile.java
This section provides a tutorial example on how to run LongWhile.java with JRockit 8.0 and compare it with HotSpot.
2022-10-01, ∼286🔥, 0💬

c:forTokens Action Tag
This section describes the c:forTokens action tag in the JSTL Core library. c:forTokens allows you to specify a section of JSP code that will be processed repeatedly by iterating through a list of tokens.
2022-10-01, ∼286🔥, 0💬

'vi' Commands to Insert and Change Text
This section provides a list of commands to insert, delete, replace and move text.
2022-10-01, ∼286🔥, 0💬

Detect System Default Encoding
This section provides a tutorial example on how to detect the system default encoding with a PHP script that displays the same Chinese text in 4 different encodings.
2022-10-01, ∼286🔥, 0💬

Insertion Sort - Performance
This section provides a tutorial on how to measure the performance of the Insertion Sort algorithm. My first Java implementation of Insert Sort is performing at the O(N*N) order level.
2022-10-01, ∼286🔥, 0💬

Reduced Elliptic Curve Group - E97(-1,1)
This section provides an example of a reduced Elliptic Curve group E97(-1,1). Some example points on the curve are is also provided.
2022-10-01, ∼286🔥, 0💬

Using Keychain Access as Certificate Manager
This section provides a quick introduction on Keychain Access as an certificate manager to store private keys and PKI certificates.
2022-10-01, ∼286🔥, 0💬

What Is Python Online IDE
This section provides a quick introduction Python Online IDE (Integrated Development Environment), which allows you to run Python code online without installing the Python system on your local computer.
2022-10-01, ∼286🔥, 0💬

Archived: Downloading Microsoft SQL Server 2005 Express Edition
This section describes how to download Microsoft SQL Server 2005 Express Edition.
2022-10-01, ∼286🔥, 0💬

PreparedStatement in Batch Mode
This section describes how to use PreparedStatement objects in batch mode.
2022-10-01, ∼286🔥, 0💬

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

What Is a Socket?
This section describes what is a socket - An concept represents one end-point of a two-way communication link between two programs running on the Internet network.
2022-10-01, ∼285🔥, 0💬

XSL (Extensible Stylesheet Language)
This chapter provides tutorial notes and example codes on XSL (Extensible Stylesheet Language). Topics include default XSL implementation classes in JDK; writing an XML transformer program using XSL (Extensible Stylesheet Language).
2022-10-01, ∼285🔥, 0💬

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

What Is Object Cloning
This section describes what is object cloning - An easy way of creating a new object and copying all properties from an old object. PHP also allows you to implement __clone() method to modify properties of the newly created object.
2022-10-01, ∼285🔥, 0💬

JDK Documentation Installation
This section describes how to install JDK Documentation on your own machine.
2022-10-01, ∼285🔥, 0💬

<< < 245 246 247 248 249 250 251 252 253 254 255 > >>   ∑:9022  Sort:Rank