<< < 260 261 262 263 264 265 266 267 268 269 270 > >>   ∑:8897  Sort:Rank

MySqlLoop.php - MySQL Functions Test
A tutorial example is provided on how to use MySQL functions to connect to a MySQL server, and run SQL statements to create a table, insert rows and fetch rows with the MySQL server.
2022-10-01, ∼232🔥, 0💬

Bulk Changes on Large Tables
This chapter provides tutorial notes on bulk changes no large tables. Topics include general general guidelines for bulk changes; deleting records with simple conditions; deleting records that are not referenced.
2022-10-01, ∼232🔥, 0💬

Archived: Sending Text in UTF8 Encoding to MySQL 5
This section provides a test on sending non-ASCII character strings to MySQL 5 server in UTF8 encoding.
2022-10-01, ∼232🔥, 0💬

Performance Test and System Interruptions
This section provides a tutorial showing performance measurement impact of operating system interruptions on JVM.
2022-10-01, ∼232🔥, 0💬

Install VPN Plus
This section provides a tutorial on how to install and use 'VPN Plus' on macOS.
2022-10-01, ∼232🔥, 0💬

Character Set Encoding Maps
This chapter provides tutorial notes and example codes on character set encoding maps. Topics include collection types: encoding map analyzer program; analyzing and print encoding maps for US-ASCII, ISO-8859-1/Latin 1, Windows CP1252, Unicode UTF-8, UTF-16, UTF-16LE, UTF-16BE; sample program to coun...
2022-10-01, ∼231🔥, 0💬

"for" Statements
This section describes how 'for' statements works in PHP. One or more statements are repeatedly executed as long as the specified condition is true. 'for' statements has extra expressions for loop initialization and loop control update.
2022-10-01, ∼231🔥, 0💬

Archived: Get_Temperature_Dump.php - Dumping Debugging Information
This section provides a tutorial example on how to use SOAP client functions to make Web service call on the target SOAP node and print detailed debug information.
2022-10-01, ∼231🔥, 0💬

Storing Personal Certificate with Its Keys
This section provides a tutorial example on how to merge a personal certificate with its private-public key pair in a KeyStore file, which needs to be converted in a PKCS12 file, because most PKI applications can only import PKCS12 files.
2022-10-01, ∼231🔥, 0💬

What Is WSDL 1.1 SOAP Extension
This section describes the SOAP extension added in 2006 to the original 2001 WSDL 1.1 specification to support SOAP 1.2 binding. 7 language components introduced in WSDL 1.1 binding extension for SOAP 1.2.
2022-10-01, ∼231🔥, 0💬

elementFormDefault="qualified" - Refill Order
This section provides a tutorial example on how to write a WSDL 1.1 example that uses SOAP 1.2 over HTTP with style='document' and elementFormDefault='qualified' in the schema to use qualified names for sub elements in SOAP Body.
2022-10-01, ∼231🔥, 0💬

"Function" Statement and Function Call
This section describes how to define and invoke a function procedure. Assigning a value to the procedure name in the function procedure sets the return value.
2022-10-01, ∼231🔥, 0💬

GetInteger() - Crash-Free Integer Conversion
This section provides a tutorial example of writing a crash-free code logic to convert a user entered string into a Long integer value. The built-in function CLng() will crash with a string like '3.3e200'.
2022-10-01, ∼231🔥, 0💬

Tim Berners-Lee - Father of the Web
This section provides a quick introduction of the original Macintosh, the first commercial personal computer with GUI (Graphical User Interface) developed by Apple Inc. in 1984.
2022-10-01, ∼231🔥, 0💬

Steps and Application Components Involved
This section describes steps and application components involved in saving Chinese text into MySQL database through Web forms and retrieved it back to Web pages.
2022-10-01, ∼231🔥, 0💬

Bubble Sort - Algorithm Introduction
This section describes the Bubble Sort algorithm - A simple and slow sorting algorithm that repeatedly steps through the collection, compares each pair of adjacent elements and swaps them if they are in the wrong order.
2022-10-01, ∼231🔥, 0💬

Algebraic Solution for Distinct Points
This section provides an algebraic solution for calculating the addition operation of two distinct points on an elliptic curve.
2022-10-01, ∼231🔥, 0💬

Collector Combinations: Serial, Parallel, Concurrent, G1
This section describes different garbage collector combinations supported by Java 8 HotSpot: Serial, Parallel, Concurrent, and G1.
2022-10-01, ∼231🔥, 0💬

Archived: 1076/800/80MB Test on HotSpot Client 1.7
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.7.0_45 with 1076MB memory limit and a 800MB base plus 80MB fluctuating memory usage with object size of 1.25MB. It crashed almost immediately.
2022-10-01, ∼231🔥, 0💬

System Users and Groups
This section provides a tutorial example on how to add and manage system users and groups on Linux computers.
2022-10-01, ∼231🔥, 0💬

Creating CallableStatement Objects with Parameters
This section describes how to create CallableStatement objects with IN and OUT parameters.
2022-10-01, ∼231🔥, 0💬

ActivityLog Test - Activity Stopped and Restarted
This section provides a tutorial example on how to test activity lifecycle with the ActivityLog application in case user stops the activity by clicking the home icon and restart it again by clicking its name in the application list.
2022-10-01, ∼230🔥, 0💬

Archived: Running the Debug Binary Package
This section provides a tutorial example on how to run the debug binary package that has been installed on the Android emulator.
2022-10-01, ∼230🔥, 0💬

Key Pair Sample Program - JcaKeyPair.java
This section provides a tutorial example on how to write simple program to generate a pair of private key and public key for the RSA or DSA algorithm.
2022-10-01, ∼230🔥, 0💬

<< < 260 261 262 263 264 265 266 267 268 269 270 > >>   ∑:8897  Sort:Rank