<< < 175 176 177 178 179 180 181 182 183 184 185 > >>   ∑:8894  Sort:Date

OpenSSL Generating and Signing CSR
This chapter provides tutorial notes and example codes on CSR (Certificate Signing Request) handling with OpenSSL. Topics include introduction of certificate signing process; generating CSR; signing CSR.
2022-10-05, ∼251🔥, 0💬

Archived: Installing Android Platform 4.0.3 and Libraries
This section provides a tutorial example on how to install Android platform libraries and tools using Android SDK Manager.
2022-10-01, ∼251🔥, 0💬

Supported Character Encodings in JDK
This section provides a tutorial example on how to display a list character encodings supported by JDK with the java.nio.charset.Charset.avail ableCharsets()method.
2022-10-01, ∼251🔥, 0💬

What Is Object Cloning
This section describes what is object cloning - An easy way of creating a new object and copying all properties from an old object. PHP also allows you to implement __clone() method to modify properties of the newly created object.
2022-10-01, ∼251🔥, 0💬

Saving Server Certificate to File with IE
This section provides a tutorial example on how to save an HTTPS server certificate to a certificate file with IE by installing it to a certificate store and then exporting it to a file.
2022-10-01, ∼251🔥, 0💬

Objects of "Object" Data Type
This section provides a quick description of the 'Object' data type, its properties and methods. A tutorial example is provided on how to create and test an object of the 'Object' data type.
2022-10-01, ∼251🔥, 0💬

Introduction to Numeric Comparison Operations
This section provides a quick introduction of numeric comparison operations supported by VBScript: Equal to, Not equal to, Greater than, Less than, Greater than or equal to, Less than or equal to.
2022-10-01, ∼251🔥, 0💬

GetVarInfo() - Variable Inspection Example
This section provides a tutorial example of writing a code, GetVarInfo(), to print out data type information of a given variable.
2022-10-01, ∼251🔥, 0💬

XML File DOM Parser - XmlDomFileParser.java
This section describes a tutorial example on how to create an XML file DOM parser using JAXP DocumentBuilder and DocumentBuilderFactory classes.
2022-10-01, ∼251🔥, 0💬

Date/Time Seven-Property Model
This section describes the seven-property model used in XSD 1.1 to represent a moment of time in the Gregorian calendar system: year, month, day, hour, minute, second and timezoneOffset.
2022-10-01, ∼251🔥, 0💬

Java Built-In Implementation of Base64
This section provides a test program for the default Java implementation of the Base64 encoding algorithm java.util.Base64.Encoder.encod e()and java.util.Base64.Decoder.decod e()methods.
2022-10-01, ∼251🔥, 0💬

Archived: Installing MySQL 5.0.2 (Alpha)
This section provides a tutorial example on how to install MySQL 5.0.2 (Alpha) on a Windows system.
2022-10-01, ∼251🔥, 0💬

Publishing PHP Scripts as Web Pages
This section describes how to publish PHP scripts as Web pages on the Apache server.
2022-10-01, ∼251🔥, 0💬

List of Multibyte String Functions
This section provides a quick list of multibyte string functions related to Chinese characters.
2022-10-01, ∼251🔥, 0💬

Testing Latin1 Alt Keycodes with IE
This section provides a test on Latin1 Alt keycodes with Internet Explorer (IE).
2022-10-01, ∼251🔥, 0💬

Confirm Outgoing Transaction
This section describes how to confirm an outgoing transaction by looking at the confirmation # in the transaction report.
2022-10-01, ∼251🔥, 0💬

Log Message Types from Serial Collector
This section describes 4 types of log messages generated from the Serial Collector with the '-XX:+PrintGCDetails'.
2022-10-01, ∼251🔥, 0💬

Loading Driver Class with Class.forName()
This section provides a tutorial program on how to load Microsoft JDBC Driver 1.0 class explicitly using the Class.forName() method.
2022-10-01, ∼251🔥, 0💬

Discontinued: GetISD - Get ISD Phone Code of a Given Country
This chapter provides a quick introduction of the free Web service, GetISD, returning the phone code of a given country. Topics include usage description of GetISD; request message sample; response message sample.
2017-01-17, ∼251🔥, 1💬

Compile error... what's wrong?
'Bitwise Operations on byte Values' tutorial was cited in a forum post in 2009.
2022-12-27, ∼250🔥, 0💬

Activity Diagram - Join Notation
This section describes the Join Notation used in a UML Activity Diagram. A Join Notation represents a join action that waits for multiple concurrent execution flows to finish.
2022-10-12, ∼250🔥, 0💬

What Is a Socket?
This section describes what is a socket - An concept represents one end-point of a two-way communication link between two programs running on the Internet network.
2022-10-01, ∼250🔥, 0💬

DTD (Document Type Definition) - XML Validation
This chapter provides tutorial notes and example codes on DTD (Document Type Definition). Topics include writing an XML DTD validator using DOM and SAP interfaces; overriding error handler methods to print validation errors.
2022-10-01, ∼250🔥, 0💬

Transmitting Non-ASCII Characters with Database
This section describes some basic settings and rules on how to transmit non-ASCII characters from PHP scripts to MySQL database server, and from MySQL database server back to PHP scripts.
2022-10-01, ∼250🔥, 0💬

<< < 175 176 177 178 179 180 181 182 183 184 185 > >>   ∑:8894  Sort:Date