<< < 185 186 187 188 189 190 191 192 193 194 195 > >>   ∑:9067  Sort:Date

What Is a Sequence Diagram?
This section describes the UML Sequence Diagram, which presents interaction behaviors of multiple objects by showing communication message interchange sequences between them.
2022-10-12, ∼341🔥, 0💬

Open Directories and Read File Names
This chapter provides tutorial examples and notes about opening directories. Topics include using opendir() to open a directory handle for a given path name; using readdir() to read file names and sub directory names; using recursive methods to process all files of a directory tree.
2022-10-06, ∼341🔥, 0💬

Defining a Remote Method Call in XML
This section describes how a remote method call can be defined in XML format. The root element name is 'methodCall'.
2022-10-05, ∼341🔥, 0💬

2022 年年历 - 虎年
中国年历 - 2022 年年历 - 虎年
2022-10-04, ∼341🔥, 0💬

Importing Classes from Unnamed to Named Packages
This section provides a tutorial example on how to import classes defined in an unnamed package to a named package. The imported class must be defined as 'public'.
2022-10-01, ∼341🔥, 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, ∼341🔥, 0💬

Defining Object Constructor Functions
This section provides a quick description on defining object constructor functions. A tutorial example is provided on creating a 'Book' constructor with 3 properties and 1 method.
2022-10-01, ∼341🔥, 0💬

Request and Response - Get Exchange Rate
This section provides a mock request and a mock response for the Get Exchange Rate Web service that uses SOAP 1.1 over HTTP with rpc/encoded as the message style and the encoding option.
2022-10-01, ∼341🔥, 0💬

Validating and Inspecting WSDL 1.1 Documents
This section provides a tutorial example on validating and inspecting a WSDL 1.1 document using SoapUI
2022-10-01, ∼341🔥, 0💬

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

Table Column Types for Bit Strings
Describes 2 types of table columns to store bit strings: BIT and BIT VARYING.
2022-10-01, ∼341🔥, 0💬

CREATE INDEX - Statement to Create Indexes
A tutorial example is provided on how to create indexes as part of CREATE TABLE statements or using CREATE INDEX standalone statements.
2022-10-01, ∼341🔥, 0💬

String Data Type, Literals and Functions
This section providing information on string data type, literals, and functions.
2022-10-01, ∼341🔥, 0💬

Bitcoin Mining Pool
This section describes what is Bitcoin mining pool.
2022-10-01, ∼341🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 AC 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 AC 行。
2024-01-31, ∼340🔥, 0💬

Unicode > Big5 轉換: 第 50 部分 - U+9A15 到 U+9BDB
本節列出了 Unicode 到 Big5 代碼轉換表的第 50 部分 - Unicode U+9A15 到 U+9BDB。
2024-01-31, ∼340🔥, 0💬

31350: CJK Unified Ideographs Extension H
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs Extension H', which contains 4192 code points to represent CJK Unified Ideographs Extension H alphabets used in the CJK Unified Ideographs Extension H language.
2024-01-23, ∼340🔥, 0💬

Submitting SOAP Test Requests to Server
This section provides a tutorial example on how to submit a test request to the server represented by the port location defined in the WSDL document using SoapUI.
2022-10-10, ∼340🔥, 0💬

Unicode 5.0 Character Samples
Some samples of characters added in Unicode 5.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, ∼340🔥, 0💬

'int' and 'String' - Basic Data Types for Unicode
This section provides an introduction on basic data types for storing Unicode characters in the full range of U+0000 to U+10FFFF: 'int' for a single Unicode character; 'String' for a sequence of Unicode characters.
2022-10-01, ∼340🔥, 0💬

Overview of WSDL 1.1 Document Structure
This section describes the high level structure of a WSDL 1.1 document, an XML document with 'definitions' as the root element, and 'types', 'message', 'portType', 'binding', 'service' as top level elements.
2022-10-01, ∼340🔥, 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, ∼340🔥, 0💬

Generic Methods and Type Inference
This chapter provides tutorial notes and example codes on generic methods and type inference. Topics include what is a generic method; declaring type parameters; specifying type arguments; compiler performing type argument inference; using type parameter in parameterized types.
2022-10-01, ∼340🔥, 0💬

What Is Bash (Bourne-Again Shell)
This section provides a quick introduction of Bash (Bourne-Again Shell) which extended Bourne shell with features based on ideas from other Unix shells.
2022-10-01, ∼340🔥, 0💬

<< < 185 186 187 188 189 190 191 192 193 194 195 > >>   ∑:9067  Sort:Date