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

HelloCLR.cs - Sample Application in C#
This section provides a tutorial example on compiling a sample program written in C# and executing it on the CLR (Common Language Runtime) of the .NET Framework.
2022-10-01, ∼238🔥, 0💬

What Is The Internet
This section provides a quick introduction of the history of the Internet and its communication protocols.
2022-10-01, ∼238🔥, 0💬

Most Popular Operating Systems
The most popular operating systems based on browser signature strings in log files for 252 days of year 2007.
2022-10-01, ∼238🔥, 0💬

Generational Garbage Collection in HotSpot
This section describes the generational garbage collection architecture used in the HotSpot JVM. Young Generation stores objects with shorter lives and Tenured Generation stores objects with longer lives.
2022-10-01, ∼238🔥, 0💬

Tenured Generation Collection - Major GC
This section describes basic steps of a Tenured Generation Collection, also called a Major GC, which uses a simple 3-step Mark-Sweep-Compact algorithm on the entire Tenured Generation.
2022-10-01, ∼238🔥, 0💬

Add New Users on macOS
This section provides a tutorial on how to add new users and give them system administration permission on macOS.
2022-10-01, ∼238🔥, 0💬

Postfix - Mail Transport Agent (MTA)
This chapter provides introductions and tutorial examples about Postfix - Mail Transport Agent (MTA). Topics include installing, configuring, and starting Postfix; testing Postfix using STMP commands with 'telnet'; turn on 'SMTP Submission' and 'SMTPS' services; using 'postconf' command.
2022-10-01, ∼238🔥, 0💬

JDK (Java SE) Installation
This chapter provides tutorial notes on installing Java SE (JDK) on your own Windows system to allow to run sample JDBC Java programs. Topics include downloading and installing JDK on Windows, Linux and macOS system; compiling and executing Java programs; installing Java documentation.
2022-10-01, ∼238🔥, 0💬

About This Book
This section provides some detailed information about this book - JDBC for MySQL - Herong's Tutorial Examples.
2022-10-01, ∼238🔥, 0💬

Connecting JdbcRowSet with a Predefined Connection Object
This section describes how to connect a JdbcRowSet object to a database server with a predefined connection object.
2022-10-01, ∼238🔥, 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, ∼237🔥, 0💬

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

GetWeatherByZipCode - Response Message Sample
This section provides a response message sample of GetWeatherByZipCode Web service.
2022-10-01, ∼237🔥, 0💬

The Moon Sign and Horoscope
This section provides an quick introduction of the Moon sign in horoscope.
2022-10-01, ∼237🔥, 0💬

Example of Uploading Files
This section provides an example FTP session of uploading files.
2022-10-01, ∼237🔥, 0💬

Archived: mysql_connect() - Creating MySQL Connections
This section describes how to create an object to represent the connection to a MySQL server.
2022-10-01, ∼237🔥, 0💬

HyObject.java - Data Element Class
This section describes a sample data element class, HyObject.java, which can be used to represent the data objects that you want to put them in a collection and sort them.
2022-10-01, ∼237🔥, 0💬

Selection Sort - Java Implementation
This section provides a tutorial on how to implement the Selection Sort algorithm in Java. An implementation diagram is also provided.
2022-10-01, ∼237🔥, 0💬

Efficient Form of the Blowfish Algorithm
A more efficient form of the Blowfish Algorithm is presented with the 16-round loop expanded inline to avoid the 'Swap' step.
2022-10-01, ∼237🔥, 0💬

Perl Crypt::CFB Perl Module
Tutorial notes and example codes are provided on Crypt::CFB Perl module. Topics include introduction and installation of Crypt::CFB; Partial plaintext block handling; CFB operation mode simulation.
2022-10-01, ∼237🔥, 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, ∼237🔥, 0💬

What Is Statement
This section provides a quick introduction of statement, which is the smallest unit of code that can be sent to the Python system to execute.
2022-10-01, ∼237🔥, 0💬

"match" Statement for Pattern Match
This section provides a quick introduction of 'match' statement, which selects a block of sub-statements to execute based on pattern match algorithms.
2022-10-01, ∼237🔥, 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, ∼237🔥, 0💬

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