<< < 269 270 271 272 273 274 275 276 277 278 279 > >>   ∑:8897  Sort:Rank

mysqli_connect() and Other MySQL Functions
Describes functions supported by the MySQL extension library, php_mysql.dll. mysql_connect() creates a connection to the specified MySQL server.
2022-10-01, ∼221🔥, 0💬

Crypt::CBC Encryption Verification
A tutorial example is provided to verify Crypt::CBC against the Blowfish CBC test vector published at www.schneier.com.
2022-10-01, ∼221🔥, 0💬

Crypt::CBC Encryption with Random Salt
A tutorial Perl example is provided to show how to use Crypt::CBC to perform encryption with a passphrase only. Crypt::CBC will take a random salt and derive the secret key and the IV.
2022-10-01, ∼221🔥, 0💬

GCPerfP99V2.java - Percentile Performance with Load
This section provides a GC test program, GCPerfP99V2.java, that uses percentile performance measurements with extra work loads.
2022-10-01, ∼221🔥, 0💬

Reduced Elliptic Curve Group - E1931(443,1045)
This section provides an example of a reduced Elliptic Curve group E1931(443,1045).
2022-10-01, ∼221🔥, 0💬

"import module" - Two-Step Process
This section describes the two-step process of the 'import module' statement execution.
2022-10-01, ∼221🔥, 0💬

Retrieving Field Values using res.get*() Methods
This section describes how to retrieve field values of the current row in the ResultSet object with the res.get*() methods.
2022-10-01, ∼221🔥, 0💬

JDBC-ODBC - Setting Current Database
This section describes how to select a database on the SQL Server to be the current database.
2022-10-01, ∼221🔥, 0💬

Inserting Rows with JdbcRowSet Objects
This section describes how to insert data rows with a JdbcRowSet object.
2022-10-01, ∼221🔥, 0💬

Process Management
This chapter provides introductions and tutorial on managing processes on Linux systems. Topics include 'ps' to display processes; 'jobs' and other commands to manage background jobs; 'tmux' tool to manage multiple shells and keep them in background.
2022-10-01, ∼221🔥, 0💬

Creating Android Project for Simple Application
This section provides tutorial example on how to create an Android project for a simple Android application using command line tools.
2022-10-01, ∼220🔥, 0💬

"switch" Statement Examples
This section provides a tutorial example on how to use 'switch' statements to select one block of statements based on the equal condition of an expected value.
2022-10-01, ∼220🔥, 0💬

Localization of Web Based Applications
This section describes what are involved in localization of a Web based application, which uses multiple programs: Web browser, Web server, application server, and database server.
2022-10-01, ∼220🔥, 0💬

Request and Response - Get Exchange Rate
This section provides a mock request and a mock response for the Get Exchange Rate Web service that uses SOAP 1.2 over HTTP with rpc/encoded as the message style and the encoding option.
2022-10-01, ∼220🔥, 0💬

Application Data Shared by Multiple Threads - Test Results
This section provides test results of a tutorial example on how to share application data by multiple threads. Data sharing allows multiple threads to work together on a single large task.
2022-10-01, ∼220🔥, 0💬

Converting JSP Pages with Scripting Elements
This section describes general rules on how a JSP page with static data and scripting elements gets converted into a Servlet class source code.
2022-10-01, ∼220🔥, 0💬

TitleCaseWordsWithToken - Usage Description
This section describes the free Web service TitleCaseWordsWithToken provided by DataAccess.com. TitleCaseWordsWithToken allows you to convert words to title case format with an optional delimiter.
2022-10-01, ∼220🔥, 0💬

Java Supports Automatic Garbage Collection
This section provides a quick demonstration of JVM (Java Virtual Machine) garbage collector removing dead objects - objects that have no more references.
2022-10-01, ∼220🔥, 0💬

First Program in C#
This section provides a tutorial example on how to write the first C# program to print out 'Hello world!' on the screen, compile it and run it on with .NET Framework.
2022-10-01, ∼220🔥, 0💬

Accuracy of "decimal" Data Type
This section provides a tutorial example on how to compare the accuracy of 'decimal' data type operations with 'double' data type operations.
2022-10-01, ∼220🔥, 0💬

Heap Sort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Heap Sort algorithm. Topics include introduction of the Heap Sort algorithm, Java implementation and performance of the Heap Sort algorithm.
2022-10-01, ∼220🔥, 0💬

ParNew Collector - Tenuring Age Distribution
This section demonstrates that the ParNew Collector uses Tenuring Age Distribution to perform Young generation GC.
2022-10-01, ∼220🔥, 0💬

Heap Memory Area and Size Control
This chapter provides tutorial notes and example codes on heap memory area. Topics include OutOfMemoryError exception; Heap memory area allocation limits; OutOfMemoryError comparison of HotSpot and JRockit.
2022-10-01, ∼220🔥, 0💬

Install Text Editor - Atom
This section provides a tutorial on how to download and install text editor Atom on macOS.
2022-10-01, ∼220🔥, 0💬

<< < 269 270 271 272 273 274 275 276 277 278 279 > >>   ∑:8897  Sort:Rank