<< < 143 144 145 146 147 148 149 150 151 152 153 > >>   ∑:9045  Sort:Date

OIDs Used in PKI Certificate
This section introduces OIDs (Object IDentifiers) used in PKI certificates to represent attribute names and predefined reference values.
2024-11-27, ∼373🔥, 0💬

Using HttpURLConnection to Call SOAP 1.2
This section provides a tutorial example on how to use the java.net.HttpURLConnection class to call SOAP 1.2 Web services.
2022-10-06, ∼373🔥, 0💬

Archived: "HelloAndroid" - First Android Project
This section provides a tutorial example on how to create the first Android project, HelloAndroid, using the 'android' command. Java source file and resource files are automatically created.
2022-10-01, ∼373🔥, 0💬

Archived: Downloading Apache HTTP Server 2.4.12 for Windows
This section describes how to download Apache (HTTP Server) 2.4.12 binary distribution for Windows systems.
2022-10-01, ∼373🔥, 0💬

WodenHelloElement.java - Testing WSDL 2.0 Elements
This section provided a tutorial example on how to create a WSDLReader to parse a WSDL 2.0 document into WSDL element objects.
2022-10-01, ∼373🔥, 0💬

Types of Information in XML Files
This section describes 6 types of information in an XML file: Processing Instruction, Comment, XML Element, Mixed Text, XML Entity, and CDATA Section.
2022-10-01, ∼373🔥, 0💬

What Is FTP
This section provides a quick introduction of FTP (File Transfer Protocol) to transfer files between remotely connected computers.
2022-10-01, ∼373🔥, 0💬

System.Diagnostics.FileVersionInfo Class
This chapter provides tutorials and notes on System.Diagnostics.FileVersion Infoclass provided by .NET Framework to retrieve version information on Portable Executable (PE) files, .exe and .dll files. Topics include introduction to FileVersionInfo; creating FileVersionInfo objects; printing out file...
2022-10-01, ∼373🔥, 0💬

Creating a Table with Multiple Character Sets
This section describes how to create a table with multiple character sets in MySQL.
2022-10-01, ∼373🔥, 0💬

Storing Non-ASCII Characters with Encoded Bytes
This section describes a test of storing non-ASCII characters with encoded bytes for columns with different encodings in MySQL server.
2022-10-01, ∼373🔥, 0💬

What Is XSLT (XSL Transformations)
This section describes XSLT (XSL Transformations), which is a language that allows you to write a stylesheet as an XML document to describe rules for transforming a source XML document into a new XML document or a regular text document.
2022-10-01, ∼373🔥, 0💬

"block" Formatting Object Examples
This section provides a tutorial example on how to use 'block' formatting object with some basic attributes.
2022-10-01, ∼373🔥, 0💬

What Is Bitcoin Wallet
This section describes what is Bitcoin Wallet.
2022-10-01, ∼373🔥, 0💬

"Legacy SunEC curve disabled" Error
This section provides a tutorial example on how to resolve the 'Legacy SunEC curve disabled' error and get short and insecure EC private-public key pairs.
2022-10-01, ∼373🔥, 0💬

"xz/unxz" - Compressed *.xz or *.lzma Files
This section provides a tutorial example on how to use 'xz' and 'unxz' commands to compress large files and restore them later. Compressed files will have the *.xz file name extension.
2022-10-01, ∼373🔥, 0💬

updateXXX() - Updating Column Values for Row Update or Insert
This section describes updateXXX() methods used to update column values for the current row for database update or the insert row for inserting a new row.
2022-10-11, ∼372🔥, 0💬

Class Diagram - Realization Notation
This section describes the Realization Notation used in a UML Class Diagram. A Realization Notation presents a relationship between two classes, in which one class (the client) realizes (implements) the behavior that the other class (the supplier) specifies.
2022-10-05, ∼372🔥, 0💬

java.util.Calendar.add() - Calendar Manipulation Method
This section provides a tutorial example on how to use the java.util.Calendar.add() method to manipulate any elements in a calendar object.
2022-10-01, ∼372🔥, 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, ∼372🔥, 0💬

WSDL 1.1 Document Structure and Syntax
This chapter provides tutorial notes and example codes on WSDL 1.1 document structure and syntax. Topics include WSDL document overview, Syntax of definitions, types, message, portType, binding, and service elements.
2022-10-01, ∼372🔥, 0💬

MenuItemTest.java - AWT Menu Item Test Program
This section provides a tutorial example on how to use the java.awt.MenuItem class to create menu items and add them to different menus, sub menus, or the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2022-10-01, ∼372🔥, 0💬

Example of Regular Expression Match and Replacement
This section provides a tutorial example of how to perform a pattern match and replacement with a regular expression using RegExp objects. Examples of sub matches are also included.
2022-10-01, ∼372🔥, 0💬

Quick Introduction to Astrology
This chapter provides a short introduction on Astrology. It helps you understand what is astrology.
2022-10-01, ∼372🔥, 0💬

"if" Statements - Example
This section provides a tutorial example on how to use 'if' statements to calculate income taxes.
2022-10-01, ∼372🔥, 0💬

<< < 143 144 145 146 147 148 149 150 151 152 153 > >>   ∑:9045  Sort:Date