<< < 185 186 187 188 189 190 191 192 193 194 195 > >>   ∑:8894  Sort:Date

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, ∼242🔥, 0💬

What Is XAML?
A quick introduction is provided on XAML (eXtensible Application Markup Language) which is an XML-based markup language developed by Microsoft to separate UI look and feel design from implementation of application behaviors.
2022-10-01, ∼242🔥, 0💬

What Is Async Feature?
A quick introduction is provided on the Async feature introduced in C# 5. Async feature is designed to help asynchronous programming to make applications more responsive in activities that are potentially slow or delayed.
2022-10-01, ∼242🔥, 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, ∼242🔥, 0💬

Table Column Types for JSON Documents
Describes 1 type of table column to store JSON documents: JSON.
2022-10-01, ∼242🔥, 0💬

Storage Engines in MySQL Server
This chapter provides tutorial notes on MySQL storage engines. Topics include listing of pluggable storage engines; cluster index data structure used on InnoDB storage engine; system variables, status variables and statistical information on InnoDB engine.
2022-10-01, ∼242🔥, 0💬

Bulk Delete with a Simple Condition
This section provides a tutorial example on bulk deletion with a simple condition on a large table.
2022-10-01, ∼242🔥, 0💬

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

Elliptic Curves Reduced by Modular Arithmetic
This section describes elliptic curves reduced by modular arithmetic of prime numbers. We can find lots of more integer points on those reduced elliptic curves.
2022-10-01, ∼242🔥, 0💬

Python Program for Reduced Elliptic Curves
This section provides a Python program that finds all points on a reduced elliptic curve group, Ep(a,b).
2022-10-01, ∼242🔥, 0💬

Serial GC Tracing - Plenty of Heap
This section provides a tutorial of tracing how Serial GC works with a huge heap size, plenty of memory in 'new' generation.
2022-10-01, ∼242🔥, 0💬

Install Python 2 Environment on CentOS
This section provides a tutorial example on how to install Python 2 environment to run old Python scripts and applications on CentOS computers.
2022-10-01, ∼242🔥, 0💬

Archived: MySQL Connector/J 5.0 - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver).
2022-10-01, ∼242🔥, 0💬

Introduction to Conda Environment
This section provides a quick introduction about the Conda environment, its file directories and command programs. Steps to verify its Python version, and install new packages.
2022-10-01, ∼242🔥, 0💬

Big5 > Unicode 轉換: 特殊符號 - 第 A2 行
本節列出了 Big5 到 Unicode 代碼轉換表中「特殊符號」的第 A2 行。
2024-01-31, ∼241🔥, 0💬

Unicode > Big5 轉換: 第 19 部分 - U+68FB 到 U+6A8C
本節列出了 Unicode 到 Big5 代碼轉換表的第 19 部分 - Unicode U+68FB 到 U+6A8C。
2024-01-31, ∼241🔥, 0💬

Phase Portraits of 2-D Homogeneous Linear Systems
This section provides a quick introduction on classifications of phase portraits of 2-D homogeneous linear systems based on characteristic polynomials of their linear coefficient matrixes.
2022-10-09, ∼241🔥, 0💬

UML State Machine Diagram and Notations
This chapter provides tutorial examples on UML state machine diagram and notations. Topics include introduction to UML state machine diagram; graphical notations to describe state, pseudostate, transition, transition sequence, etc.
2022-10-04, ∼241🔥, 0💬

Implementing Activity Callback Methods
This section provides a tutorial example on how to implement activity callback methods using ActivityLog application as an example to log a short message from each callback method in a log file.
2022-10-01, ∼241🔥, 0💬

DOMToXML.java - Converting DOM Documents to XML Files
This section provides a tutorial example on how to write a program to convert a DOM document object into an XML file using the default XML transformer, org.apache.xalan.transformer, provided in the JDK.
2022-10-01, ∼241🔥, 0💬

Unicode 6.0 Character Samples
Some samples of characters added in Unicode 6.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, ∼241🔥, 0💬

"do ... while" Statements
This section describes how 'do ... while' statements works in PHP. One or more statements are repeatedly executed as long as the specified condition is true.
2022-10-01, ∼241🔥, 0💬

Generate API Document for Java Package
This section provides a tutorial example of how to add javadoc-style comments in Java classes in a packag, add package.html, and generate the API document for the package.
2022-10-01, ∼241🔥, 0💬

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

<< < 185 186 187 188 189 190 191 192 193 194 195 > >>   ∑:8894  Sort:Date