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

Inserting BLOB Values with setBytes() Method
This section describes how to insert BLOB values with the PreparedStatement.setBytes() method.
2022-10-01, ∼280🔥, 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, ∼279🔥, 0💬

Constant and define() Function
This section describes what is a constant, define() function defines a constant name to a value, constant value can retrieved by the name directly or by the constant() function, any string can be used as constant name.
2022-10-01, ∼279🔥, 0💬

Array Related Built-in Functions
This section provides a summary of built-in functions related arrays and some examples of how to use them.
2022-10-01, ∼279🔥, 0💬

Interface with Operating System
This chapter provides tutorial notes and example codes on PHP interface with the operating system. Topics include $argv[] for command line arguments; `command`, shell_exec(), exec(), and system() for external program executions; popen() and proc_open() to map external program input/output as file ha...
2022-10-01, ∼279🔥, 0💬

Performance of Calculating Prime Numbers
This section provides a tutorial example on how to measure the execution performance of a JSP page that does prime number calculation.
2022-10-01, ∼279🔥, 0💬

Specifying Element Datatype - "type" Attribute
This section describes a tutorial example on how to specify a datatype in an Element Declaration Component.
2022-10-01, ∼279🔥, 0💬

ADT - Apple Disk Transfer
This section provides an example of Apple II applications - ADT (Apple Disk Transfer), which can be used to transfer physical diskettes and logical disk images.
2022-10-01, ∼279🔥, 0💬

Examples of Different Types of Operation
This section provides tutorial examples of different types of operations: numeric, predicate, date and time.
2022-10-01, ∼279🔥, 0💬

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

Steps and Components Involved
This section describes steps and application components involved in inputting non-ASCII characters through Web forms.
2022-10-01, ∼279🔥, 0💬

Non-ASCII Test Result Analysis
This section provides a detailed analysis of the test results of a PHP script storing non-ASCII characters.
2022-10-01, ∼279🔥, 0💬

Archived: Character Set Variables on MySQL 5
This section describes how to view the current settings of MySQL session variables involved in character set conversions with client programs on MySQL 5.
2022-10-01, ∼279🔥, 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, ∼279🔥, 0💬

Performance Jumps Not Related to GC
This section provides a tutorial showing that Performance jumps are not related garbage collections.
2022-10-01, ∼279🔥, 0💬

GCPerfP99.java - 99th Percentile Performance
This section provides a GC test program, GCPerfP99.java, that uses 99th percentile performance measurements.
2022-10-01, ∼279🔥, 0💬

Archived: Installing Microsoft JDBC Driver 4.2
This section describes how to download and install Microsoft JDBC Driver 4.2 for SQL Server 2014.
2022-10-01, ∼279🔥, 0💬

AndroidView v1.0 - Creating a Layout in Java Class
This section provides a tutorial example on how to create a LinearLayout object with 2 Button objects in the activity Java class. Layout resource XML file is not used in this example.
2022-10-01, ∼278🔥, 0💬

Connecting to HttpsHello.java with IE
This section provides a tutorial example on how to test my HTTPS server program, HttpsHello.java with the IE (Internet Explorer) browser. IE requires the HTTPS certificate's owner name matching the server host name.
2022-10-01, ∼278🔥, 0💬

mail() - Launch Default Email Program
This section provides a tutorial example on how to use Desktop.mail() method to launch the default email program on the desktop of the operating system.
2022-10-01, ∼278🔥, 0💬

Example - Passing Arguments by Reference
This section provides a tutorial example on how to pass arguments by reference to swap values passed through procedure arguments.
2022-10-01, ∼278🔥, 0💬

JSON-to-XML Conversion Tool at onlinexmltools.com
This section provides a tutorial example on how to use an online JSON-to-XML conversion tool at onlinexmltools.com. The output XML document is good, only if input JSON document contains well structured data.
2022-10-01, ∼278🔥, 0💬

The "session" Implicit Object
This section describes the 'session' implicit object - a javax.servlet.http.HttpSession object provided by the JSP server to hold information and methods common to all JSP pages running under one session.
2022-10-01, ∼278🔥, 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, ∼278🔥, 0💬

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