<< < 82 83 84 85 86 87 88 89 90 91 92 > >>   ∑:7836

Oracle - PreparedStatement
This chapter provides tutorial notes on JDBC PreparedStatement with Oracle JDBC Driver. Topics include creating PreparedStatement objects; setting PreparedStatement parameters; running PreparedStatement in batch mode; comparing PreparedStatement performance.
2022-10-08, 110🔥, 0💬

References
List of reference materials used in this book.
2022-10-08, 107🔥, 0💬

DES Cipher Algorithm Illustration Program Output
This section provides the execution output of the tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works.
2022-10-08, 128🔥, 0💬

Oracle CLOB (Character Large Object) - TEXT
This chapter provides tutorial notes on CLOB (Character Large Object) data types, TEXT, with Oracle JDBC Driver. Topics include creating tables to store CLOB values in Oracle server; inserting CLOB values with direct SQL INSERT statements, or PreparedStatement with setString(), setCharacterStream() ...
2022-10-08, 118🔥, 0💬

Downloading and Installing JDK on Mac
This section describes how to download and install JDK on a macOS computer.
2022-10-08, 101🔥, 0💬

Apache Activemq as a broker to communicate with esp32 via MQTT
'keytool Exporting Certificates in DER and PEM' tutorial was cited in a a github.com issue discussion in 2019.
2022-10-08, 119🔥, 0💬

First WSDL Test Failed with SOAP::Lite
This section provides a tutorial example on how to use the service() function to WSDL to call a Web service. Test failed with incorrect Envelope namespace.
2022-10-08, 116🔥, 0💬

Deployment Diagram and Notations in Visio
This section lists UML Deployment Diagram notations supported in MS Visio 2010.
2022-10-08, 141🔥, 0💬

Cloning Certificates with New Identities
This section provides a tutorial example on how to use the 'keytool -keyclone' and 'keytool -selfcert' commands to clone an existing key entry and self-sign it with a new identity.
2022-10-08, 145🔥, 0💬

Reading DSA Private and Public Key Files
This section provides a tutorial example on running the test program JcaKeyFactoryTest.java to generate, write, read and convert DSA private and public keys.
2022-10-08, 139🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-08, 105🔥, 0💬

Archived Tutorials
This chapter contains some archived tutorial notes and example codes from previous versions of this book.
2022-10-08, 101🔥, 0💬

NumberToWords_localhost.pl - Testing on Local Host
This section provides a tutorial example on how to generate the NumberToWords request without using the real Web service server - Letting the connection fail with a localhost proxy URL.
2022-10-08, 118🔥, 0💬

DBM Database Example - English French Dictionary
This section provides a tutorial example of using DBM database files to build an English to French dictionary with insert, update, delete and print functions.
2022-10-08, 101🔥, 0💬

Using DBM Database Files
This chapter provides tutorial examples and notes on DBM database files. Topics include using dbmopen() to connect a hash variable to a DBM database; example scripts of storing two and multiple columns in DBM database files.
2022-10-08, 102🔥, 0💬

CalendarModule.pm - A Sample Perl Module
This section provides a tutorial sample Perl module, CalendarModule.pm, which hold some calendar elements of the current date and time. It also provides a subroutine, isLeapYear().
2022-10-08, 102🔥, 0💬

JCE DES Stream Ciphers Testing Program
This section provides a tutorial example on how to use DES stream ciphers provided in the JDK JCE package.
2022-10-07, 131🔥, 0💬

Objects (or References) and Classes (or Packages)
This chapter provides tutorial examples and notes about objects and classes. Topics include converting references to objects by bless(); using packages as classes; invoking package subroutines as class or object methods; creating objects within a package by new(); Example of a simple Perl class, Cal...
2022-10-07, 100🔥, 0💬

About This Book
This section provides some detailed information about this book - Perl Tutorials - Herong's Tutorial Examples.
2022-10-07, 100🔥, 0💬

LWP::UserAgent and Web Site Testing
This chapter provides tutorial examples and notes about using LWP::UserAgent Perl class. Topics include introduction of LWP::UserAgent, HTTP::Request, HTTP:Response, and HTTP::Cookies classes; using get(), post() and request() methods to send HTTP requests with GET or POST; following HTTP redirects;...
2022-10-07, 100🔥, 0💬

SQL*Plus - Oracle Command Line Interface
This section describes how to use Oracle command line interface, SQL*Plus.
2022-10-07, 113🔥, 0💬

PreparedStatement with Parameters
This section describes how to create PreparedStatement objects with Parameters.
2022-10-07, 118🔥, 0💬

What Is Common Gateway Interface (CGI)?
This section describes what is CGI (Common Gateway Interface) - a protocol defines how a Web server program interacts with application programs.
2022-10-07, 101🔥, 0💬

MapGuide Manual - Active selections
'Base64 Encoding' tutorial book was cited in a GIS application, MapGuide, manual in 2008.
2022-10-07, 106🔥, 0💬

<< < 82 83 84 85 86 87 88 89 90 91 92 > >>   ∑:7836