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

Datagram Network Communication
This chapter provides tutorial notes and example codes on datagram network communication. Topics include introduction to datagram communication; creating a datagram server and listening for incoming packets; creating a datagram client and sends packets to a server; sample programs: DatagramServer.ja...
2022-10-01, ∼280🔥, 0💬

Variables and Assignment Operations
This section describes what is a variable, variable names prefixed with $, 'set' and 'unset' states of a variable, assigning data to variables, var_dump($var) to print variable information.
2022-10-01, ∼280🔥, 0💬

Generating Certificate Signing Request (CSR)
This section provides a tutorial example on how to generate a private and public key pair for the domain name of a Web server and generate the Certificate Signing Request (CSR) asking a CA to sign the pubic key into a server certificate using JDK keytool command.
2022-10-01, ∼280🔥, 0💬

A Simple Email Message Example
This section provides a simple email message example without using the MIME (Multipurpose Internet Mail Extensions) protocol.
2022-10-01, ∼280🔥, 0💬

Viewing Server Certificate Path with Chrome on Android Phone
This section provides a tutorial example on how to view server certificate path when visiting a 'https' Website with Chrome on Android phone. The top certificate in a certificate path is the root CA certificate, which is trusted by browser settings.
2022-10-01, ∼280🔥, 0💬

Installing Website Server Certificate on Android Phone
This section provides a tutorial example on how to install Website server certificate on Android phone by receiving certificate an email attachment.
2022-10-01, ∼280🔥, 0💬

Java GUI Test Program
This section provides a tutorial example on how to build a Java GUI application with JInternalFrame class and related listeners.
2022-10-01, ∼280🔥, 0💬

Apache Axis2/Java for WSDL 1.1
This chapter provides tutorial notes and example codes on Apache Axis2/Java for WSDL 1.1. Topics include creating a ServiceClient object for an XML document based Web service; turning off Chunked HTTP flag; invoking an operation with sendReceive() method; creating an RPCServiceClient object for an R...
2022-10-01, ∼280🔥, 0💬

What Is AWT (Abstract Windows Toolkit)
This section describes what is AWT (Abstract Windows Toolkit) - A Java package, java.awt.* that allows Java applications to operate graphical devices and create GUI (Graphical User Interfaces).
2022-10-01, ∼280🔥, 0💬

Archived: Downloading and Installing JDK 10
This section describes how to download and install JDK 10 on a Windows system.
2022-10-01, ∼280🔥, 0💬

DOCTYPE - Document Type Declaration Statement
This section describes syntax formats of the DOCTYPE statement, which is used to declare that this XML document has been linked to DTD document type with the specified root element name.
2022-10-01, ∼280🔥, 0💬

Writing My First Java Program
This section provides a tutorial example on how to write, compile, and execute the first Java program with JDK.
2022-10-01, ∼280🔥, 0💬

SQL Server Connection Requirements
This section provides a quick introduction of requirements for connecting Tomcat Servlet pages to SQL Server databases.
2022-10-01, ∼280🔥, 0💬

What Is XSD (XML Schema Definition)?
This section provides a quick description of what is XSD (XML Schema Definition) - a language to define rules to validate XML documents.
2022-10-01, ∼280🔥, 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, ∼280🔥, 0💬

"yearMonthDuration" Datatype Values and Representations
This section describes the built-in primitive datatype, 'yearMonthDuration' that represents durations of time in units of months in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. 'yearMonthDuration' values can be stored as 'integer' values.
2022-10-01, ∼280🔥, 0💬

Date, Time and Duration Datatype Summary
This section provides a summary of all date, time and duration related built-in datatypes: dateTime, dateTimeStamp, date, time, gYear, gMonth, gDay, gYearMonth, gMonthDay, duration, yearMonthduration and dayTimeduration.
2022-10-01, ∼280🔥, 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, ∼280🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼280🔥, 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, ∼280🔥, 0💬

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

Run 64-bit "geth" with Miner Module
This section describes how to run the 'miner' module with 64-bit 'geth'.
2022-10-01, ∼280🔥, 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, ∼280🔥, 0💬

Big5 到 Unicode 轉換:一級漢字 - 第 C4 行
本節列出了 Big5 到 Unicode 代碼轉換表中一級漢字 - 第 C4 行。
2025-08-20, ∼279🔥, 1💬

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