<< < 94 95 96 97 98 99 100 101 102 103 104 > >>   ∑:7836

Examples of HTTP 1.1 Requests and Responses
This section provides some tutorial examples of HTTP 1.1 requests and responses. Real examples from perl.org and w3.org Web sites are included.
2022-10-04, 227🔥, 0💬

Class Diagram - Class Notation
This section describes the Class Notation used in a UML Class Diagram. A Class Notation presents a class of objects which share the same set of properties and behaviors.
2022-10-04, 138🔥, 0💬

Installing ActivePerl Latest Version on Windows
This section provides a tutorial example on installing ActivePerl latest version on a Windows system..
2022-10-04, 143🔥, 0💬

"INSERT INTO" Statements with INDENTITY Columns
This section describes what will happen if you try to insert rows with values for GENERATED ALWAYS AS IDENTITY columns.
2022-10-04, 139🔥, 0💬

"keytool -importkeystore" Importing PKCS#12 Files
This section provides a tutorial example on how to import a private key stored in a PKCS#12 file into a JKS (Java KeyStore) file with the 'keytool -importkeystore' command.
2022-10-04, 432🔥, 0💬

"sysinfo" - Checking Derby (Java DB) Installation
This section describes how to use 'sysinfo' to verify Derby (Java DB) installation.
2022-10-04, 120🔥, 0💬

ResultSet Objects with Update Capability
This section describes how to create ResultSet objects with update capability.
2022-10-04, 119🔥, 0💬

Using MD5 Message Digest in Perl
This section provides a tutorial example on how to use MD5 message digest algorithm in Perl. John Allen implemented the entire MD5 algorithm in 8 lines of Perl 5 code.
2022-10-04, 126🔥, 0💬

MySQL prepared statement in Java not returning a value
'Using ResultSetMetaData Objects to List All Fields' tutorial was cited in a stackoverflow.com forum post in 2014.
2022-10-04, 106🔥, 0💬

Symbolic (or Soft) References
This chapter provides tutorial examples and notes about symbolic (or soft) references. Topics include replacing variable or function identifiers with string expressions in curly brackets {}; using scalar variables without {}; using the dereference operator -&gt; with array, hash, or function sub...
2022-10-04, 100🔥, 0💬

"keytool" Viewing Certificates in DER and PEM
This section provides a tutorial example on how to use 'keytool' to view certificates in DER and PEM formats generated by 'OpenSSL'.
2022-10-04, 385🔥, 0💬

Java Server Accepts TLS 1.2 Only
'HttpsEchoer.java - A Better HTTPS Server' tutorial was cited in an IT怪 blog in 2016.
2022-10-04, 108🔥, 0💬

"g++ -shared" to Build Dynamic Library
This section provides a tutorial example on how to use 'g++ -shared' commands to compile your code and to build dynamic library file on Linux systems.
2022-10-02, 3618🔥, 2💬

"native2ascii -encoding" - UTF-8 to uXXXX Conversion
This section provides a tutorial example on how to convert UTF-8 character strings to \uXXXX Unicode code sequences with the 'native2ascii -encoding' command.
2022-10-01, 2043🔥, 4💬

JDBC-ODBC - Loading sun.jdbc.odbc.JdbcOdbcDriver
This section describes how to load the JDBC-ODBC Bridge driver class with the Class.forName() method.
2022-10-01, 31872🔥, 0💬

JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver
This chapter provides tutorial notes on the JDBC-ODBC Bridge driver produced by Sun and DataDirect. Topics include loading JDBC-ODBC Bridge driver; creating a DSN (Data Source Name) with a ODBC driver; Connecting to SQL Server with JDBC-ODBC Bridge.
2022-10-01, 30003🔥, 0💬

Installing Microsoft JDBC Driver for SQL Server
This section describes how to download and install Microsoft JDBC Driver for SQL Server.
2022-10-01, 28522🔥, 0💬

Microsoft JDBC Driver for SQL Server
This chapter provides tutorial notes on JDBC Driver produced by Microsoft for SQL Server. Topics include downloading and installing Microsoft JDBC Driver; loading driver JAR file; creating a connection to SQL Server with port number, instance name and database name; closing a connection.
2022-10-01, 20774🔥, 0💬

Create Tables with CLOB Columns
This section describes how to create tables with CLOB (LONGTEXT) columns in MySQL server.
2022-10-01, 18111🔥, 0💬

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

JDBC-ODBC - Connecting to a DSN
This section describes how to connect to a DSN (Data Source Name) with JDBC-ODBC Bridge.
2022-10-01, 14999🔥, 0💬

Loading JDBC Driver for MySQL Server
This section describes how to load the MySQL JDBC driver class - mysql-connector-java-xxx-bin.j ar.
2022-10-01, 14643🔥, 0💬

MySQL Connector/J - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver).
2022-10-01, 14007🔥, 0💬

JDBC-ODBC - Inserting Data Rows to MS Access Database
This section describes how to insert new data rows into MS Access database through the JDBC-ODBC driver.
2022-10-01, 13916🔥, 0💬

<< < 94 95 96 97 98 99 100 101 102 103 104 > >>   ∑:7836