<< < 196 197 198 199 200 201 202 203 204 205 206 > >>   ∑:9026  Sort:Date

Introduction of Activity Lifecycle
This section describes the android.app.Activity class which represents an activity you allow the user to interact with on the screen. An activity has 4 states: Active, Paused, Stopped and Destroyed.
2022-10-01, ∼294🔥, 0💬

java.security.cert.Certificate - The Certificate Class
This section describes the certificate class: java.security.cert.Certificate ,which represents a signed certificate of a public key.
2022-10-01, ∼294🔥, 0💬

Calling Your Own Functions - Example
This section provides a quick description of how to call your own JavaScript functions and a tutorial example of calling temperature conversion function.
2022-10-01, ∼294🔥, 0💬

What Is JSON (JavaScript Object Notation)
This section provides a quick introduction of JSON (JavaScript Object Notation) - a text string format, similar to XML, that uses human-readable text to record data objects consisting of attribute–value pairs and array structures.
2022-10-01, ∼294🔥, 0💬

Runtime.getRuntime() - Getting the Runtime Object
This section describes the system Runtime object and the Runtime.getRuntime() method to get it from the JVM.
2022-10-01, ∼294🔥, 0💬

What Are Processes and Threads
This section describes processes of multi-tasking operating systems and threads of multi-threading applications. Java is a programming language that allows you write multi-threading applications.
2022-10-01, ∼294🔥, 0💬

Zodiac Signs and Zodiac Constellations
This section describes what are zodiac signs and zodiac constellations.
2022-10-01, ∼294🔥, 0💬

What Is vi Text Editor
This section provides a quick introduction of 'vi' text editor, a display screen oriented editor, that allows files to be displayed on the screen and edited anywhere on the screen.
2022-10-01, ∼294🔥, 0💬

1978 - Bash (Bourne-Again Shell) Developed by Brian Fox
This chapter provides some history of Bash (Bourne-Again Shell) developed by Brian Fox in 1978 for Unix systems by extending Bourne shell with many new features.
2022-10-01, ∼294🔥, 0💬

Data Binary Representations
Describes how data of each datatype is represented in binary forms. SQL supports multiple binary representations of the same datatype using different storage sizes.
2022-10-01, ∼294🔥, 0💬

Table Column Types for Approximate Numbers
Describes 3 types of table columns to store approximate numbers: FLOAT, REAL and DOUBLE PRECISION.
2022-10-01, ∼294🔥, 0💬

Performance Summary of All Implementations
This chapter provides a performance summary of my implementations of different sorting algorithms in different languages: Java, PHP, Perl, and Python.
2022-10-01, ∼294🔥, 0💬

What Is Ether Account
This section describes what is an Ether account on an Ethereum network.
2022-10-01, ∼294🔥, 0💬

Serial Collector Stops Application for Minor/Major GC
This section provides log messages showing that the Serial Collector stops the application for both Minor GC and Major GC.
2022-10-01, ∼294🔥, 0💬

Installing Microsoft SQL Server 2014 Express Edition
This section describes how to download and install Microsoft SQL Server 21014 Express Edition.
2022-10-01, ∼294🔥, 0💬

JdbcRowSet Query Statement with Parameters
This section describes how to define parameters in the query statement of a JdbcRowSet object.
2022-10-01, ∼294🔥, 0💬

Conda - Environment and Package Manager
This chapter provides introductions and tutorial examples about Conda environments. Topics include installing Conda from the Miniconda package; starting/ending Conda 'base' environment; installing Conda packages.
2022-10-01, ∼294🔥, 0💬

LatLonListCityNames - Request Message Sample
This section provides a request message sample of LatLonListCityNames Web service.
2018-03-14, ∼294🔥, 1💬

Retrieving Information from HTTP Requests
This chapter provides tutorial examples and notes about HTTP request. Topics include retrieving information from $_GET, $_POST, $_COOKIE, $_REQUEST, $_SERVER; promoting and registering $_REQUEST keys and values as global variables.
2016-03-29, ∼294🔥, 1💬

2083 年年历 - 兔年
中国年历 - 2083 年年历 - 兔年
2022-10-10, ∼293🔥, 0💬

Time Dilation - Moving Clock Is Slower
This section provides a quick introduction on time dilation, a phenomenon of difference of elapsed time between two events as measured by observers in different inertial frames that are moving relative to each other.
2022-10-06, ∼293🔥, 0💬

1912 年年历 - 鼠年
中国年历 - 1912 年年历 - 鼠年
2022-10-05, ∼293🔥, 0💬

SAX Content Handler Interface
This section describes the SAX content handler interface, org.xml.sax.ContentHandler, which allows you write your own SAX handler by implementing its event handler methods like startElement() and endElement().
2022-10-01, ∼293🔥, 0💬

Function Parameters Are Passed as Local Copies - Example
This section provides a tutorial example on swapping original primitive and object variables in a function.
2022-10-01, ∼293🔥, 0💬

<< < 196 197 198 199 200 201 202 203 204 205 206 > >>   ∑:9026  Sort:Date