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

"return" Statement and Return Value
This section provides a quick description on 'return' statements and return values. A tutorial example on how return values are passed back to calling expressions is provided.
2016-11-19, ∼279🔥, 1💬

Unicode > Big5 轉換: 第 24 部分 - U+7044 到 U+71E7
本節列出了 Unicode 到 Big5 代碼轉換表的第 24 部分 - Unicode U+7044 到 U+71E7。
2024-01-31, ∼278🔥, 0💬

DataFlex Web Service for Country Information
This chapter provides a quick introduction of free Web services 'DataFlex' provided by oorsprong.org with 21 operations to retrieve country information.
2024-01-21, ∼278🔥, 0💬

DEFAULT_HTTP_CONTENT_TYPE='application/soap+xml'
This section provides a tutorial example on how to override the constant DEFAULT_HTTP_CONTENT_TYPE in the SOAP::Lite module to use 'application/soap+xml' for SOAP 1.2.
2022-10-06, ∼278🔥, 0💬

Web Archive File - XML File of Base64 Encoded Data
This section provides a tutorial example on how to view contents of a Web archive file, which is really an XML file with Base64 encoded data.
2022-10-01, ∼278🔥, 0💬

Certificates and Certificate Chains
This section describes certificate and certificate chain. A certificate contains someone's public key signed by a trusted authority.
2022-10-01, ∼278🔥, 0💬

Reading and Writing Certificates in DER and RFC Formats
This section provides test results of using my JcaCertificateTest.java program to read in certificates in DER and RFC formats. Those certificates are generated with the 'keytool' command tool.
2022-10-01, ∼278🔥, 0💬

Receiving Non-ASCII Characters with POST Method
This section provides a tutorial example on how enter non-ASCII characters in HTML forms and receive them correctly with the POST method. The HTML form is using the iso-8859-1 encoding.
2022-10-01, ∼278🔥, 0💬

Archived: MySqlUnicode.php using php_mysql.dll Library
This section provides a tutorial example on how to send and receive non-ASCII character strings in Unicode UTF-8 encoding to and from a MySQL database server.
2022-10-01, ∼278🔥, 0💬

Local Variables - Examples
This section provides a tutorial example on how local variables behave inside and outside functions.
2022-10-01, ∼278🔥, 0💬

Adding JDK "bin" Direcotry to Path Setting
This section provides a tutorial on how to add JDK 'bin' directory to the 'path' system envirnoment variable.
2022-10-01, ∼278🔥, 0💬

Object Methods - "Public" Procedures
This section provides a tutorial example on how to use 'Public Function/Sub' to define public methods. If a method is defined as the 'Default', it can be invoked by the object variable name without method name.
2022-10-01, ∼278🔥, 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, ∼278🔥, 0💬

Micro Benchmark Tests on "int" Operations
This chapter provides tutorial notes and example codes on micro benchmark tests on 'int' data type operations. Topics include empty loop, assignment loop, shift operation, add operation, multiplication operation and division operation.
2022-10-01, ∼278🔥, 0💬

Discontinued: ChangeAreaUnit - Convert Area Unit
This chapter provides a quick introduction of the free Web service, ChangeAreaUnit, returning area value in other units for a given area. Topics include usage description of ChangeAreaUnit; request message sample; response message sample.
2022-10-01, ∼278🔥, 0💬

What Is SOAP Web Service
This section describes SOAP Web services, which are implemented using the SOAP (Simple Object Access Protocol).
2022-10-01, ∼278🔥, 0💬

What Is XAML?
A quick introduction is provided on XAML (eXtensible Application Markup Language) which is an XML-based markup language developed by Microsoft to separate UI look and feel design from implementation of application behaviors.
2022-10-01, ∼278🔥, 0💬

What Is Async Feature?
A quick introduction is provided on the Async feature introduced in C# 5. Async feature is designed to help asynchronous programming to make applications more responsive in activities that are potentially slow or delayed.
2022-10-01, ∼278🔥, 0💬

PHP Programs and MySQL Server
This chapter provides notes and tutorial examples on MySQL server and PHP programs. Topics include configuring the PHP engine to use the MySQL extension library, commonly used MySQL functions, running SQL statements to create table, insert rows and fetch rows.
2022-10-01, ∼278🔥, 0💬

Table Column Types for Approximate Numbers
Describes 3 types of table columns to store approximate numbers: FLOAT, REAL and DOUBLE PRECISION.
2022-10-01, ∼278🔥, 0💬

What Is "block" Formatting Object?
This section describes 'block' formatting object, which generates one or more block areas on the target device with its content.
2022-10-01, ∼278🔥, 0💬

XEP Predefined Font Test
This section provides a tutorial example on how to use RenderX XEP predefined fonts. Adobe Base-14 fonts are not embedded in PDF output. But Windows fonts are embedded.
2022-10-01, ∼278🔥, 0💬

JDBC-ODBC - Creating DSN for Flat Test File
This section describes how to create a DSN that connected to a flat text file.
2022-10-01, ∼278🔥, 0💬

"make" - Manage Program Build Process
This section provides a tutorial example on how to use the 'make' tool to manage the build process of large programs that have multiple components.
2022-10-01, ∼278🔥, 0💬

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