<< < 292 293 294 295 296 297 298 299 300 301 302 > >>   ∑:9086  Sort:Rank

Character String Literal Evaluation Examples
This section provides tutorial examples on how character string literals are evaluated to values of different datatypes.
2022-10-01, ∼276🔥, 0💬

Crypt::CBC Blowfish Encryption Summary
Some guidelines are provided on which Crypt::CBC option to use when performing Blowfish encryption. Literal Key option has less issues when sending ciphertext to other non Crypt::CBC users.
2022-10-01, ∼276🔥, 0💬

GCPerfP99V2.java - Work Load Level
This section provides tutorials to find the work load level for the GCPerfP99V2.java program to the impact of execution environment interruptions to a very level. Work load of 1000 gives me a coefficient variation of 1.22% on my computer used in 2019.
2022-10-01, ∼276🔥, 0💬

Performance Tests on Parallel collector
This chapter provides tutorial notes and example codes on performance impact of Parallel collector, Topics include heap footprint; heap size impact; running minor GC only, running more major GC.
2022-10-01, ∼276🔥, 0💬

macOS Operating System
This chapter provides quick introductions of the macOS operating system.
2022-10-01, ∼276🔥, 0💬

Install Apache Maven on macOS
This section provides a tutorial on how to install Apache Maven as a tool to build Java applications on macOS.
2022-10-01, ∼276🔥, 0💬

Add Users and Groups Manually
This section provides a tutorial example on how to add users and groups manually on Linux computers.
2022-10-01, ∼276🔥, 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, ∼276🔥, 0💬

Common Features of All Data Types
This section describes some common features of all data types: unique identifiers, id(object) and type(object) functions, data type categories, casting to Boolean values, etc.
2022-10-01, ∼276🔥, 0💬

"try" Statement to Catch Execution
This section provides a quick introduction of 'try' statement, which allows you to manage exceptions raised from a block of sub-statements.
2022-10-01, ∼276🔥, 0💬

"with" Statement for Context Manager
This section provides a quick introduction of 'with' statement, which wraps a standard 'try' statement with a context manager object.
2022-10-01, ∼276🔥, 0💬

JDBC-ODBC - Missing Flat Data Files
This section describes what will happen if a flat data file is missing and you are trying to use it in a query.
2022-10-01, ∼276🔥, 0💬

Common Errors with CallableStatement Parameters
This section provides some error conditions on CallableStatement place holder parameters.
2022-10-01, ∼276🔥, 0💬

Installing "AboutAndroid" to LG-P925g Phone
This section provides a tutorial example on how to install my 'AboutAndroid' application to my LG-P925g phone. 'HelloAndroid' needs to be uninstalled first, because both applications share the same Java package name 'com.herongyang'.
2022-10-01, ∼275🔥, 0💬

"if" Statement Examples
This section provides a tutorial example on how to use different types of 'if' statements to control code executions.
2022-10-01, ∼275🔥, 0💬

What Is an Abstract Class
This section describes what is an abstract class - a class whose definition is considered to be not fully completed and is required to be extended into subclasses to complete the definition. No objects are allowed to be created from an abstract class directly.
2022-10-01, ∼275🔥, 0💬

Memory Footprint of JRockit R28.2.7
This section provides a tutorial example on how to check memory footprint of JRockit 6 R28.2.7 on Windows systems. JRockit has a much higher footprint than HotSpot.
2022-10-01, ∼275🔥, 0💬

LatLonListZipCode - Usage Description
This section describes the free Web service LatLonListZipCode provided by weather.gov. LatLonListZipCode allows you to retrieve the latitude and longitude pairs for a given list of zip codes in US.
2022-10-01, ∼275🔥, 0💬

Archived: Commonly Used php_mysql.dll Functions
This section provides a list of commonly used MySQL functions provided by the php_mysql.dll extension.
2022-10-01, ∼275🔥, 0💬

Most Popular Operating Systems
The most popular operating systems based on browser signature strings in log files for year 2011 with no log files missing.
2022-10-01, ∼275🔥, 0💬

Bubble Sort - Implementation Improvements
This section provides discussion on how to improve the performance of the Bubble Sort implementation. There is no easy way to improve the Java implementation.
2022-10-01, ∼275🔥, 0💬

Merge Sort - Algorithm Introduction
This section describes the Merge Sort algorithm - A complex and fast sorting algorithm that repeatedly divides an un-sorted section into two equal sub-sections, sorts them separately and merges them correctly.
2022-10-01, ∼275🔥, 0💬

Create My Own Root CA on macOS
This section provides a tutorial example on how to create self-signed root CA for yourself on macOS using Keychain Access.
2022-10-01, ∼275🔥, 0💬

What Is Expression
This section provides a quick introduction of expressions. An expression is a sequence of lexical tokens in Python source code that expresses a single object, a single operation, or multiple operations executed sequentially.
2022-10-01, ∼275🔥, 0💬

<< < 292 293 294 295 296 297 298 299 300 301 302 > >>   ∑:9086  Sort:Rank