<< < 125 126 127 128 129 130 131 132 133 134 135 > >>   ∑:9020  Sort:Date

Archived: Viewing Digital ID Created by MS Word
This section provides a tutorial example on how to view the digital ID created by MS Word. It is really a self-signed certificate of an auto-generated private-public key pair.
2022-10-01, ∼367🔥, 0💬

iPhone and Server Certificate
This chapter provides tutorial notes and example codes on server certificates used by iPhone. Topics include viewing https Website server certificates; locating trusted certificate store on iOS 10 iPhone; installing trusted root CA certificates; viewing the profile details; enabling trust of root CA...
2022-10-01, ∼367🔥, 0💬

"soap12:fault" - Binding for SOAP Fault Details
This section describes 'soap12:fault', a SOAP extension element that specifies how the SOAP Fault Details should be constructed in a SOAP response message. 'literal' means no encoding.
2022-10-01, ∼367🔥, 0💬

c:out Action Tag with EL Expressions
This section provides a tutorial example of using EL expressions in the c:out JSTL Core tag.
2022-10-01, ∼367🔥, 0💬

Move /home Directory to New Partition
This section provides a tutorial example on how to move /home directory to a new partition when it runs out of space. A better solution is to extend its file system.
2022-10-01, ∼367🔥, 0💬

WSDL 2.0 Document Examples with SOAP Binding
This chapter provides WSDL 2.0 document examples with SOAP binding. Topics include Hello example; GetStockPrice, GetExchangeRate and Reservation examples with RPC, IRI and Multipart message styles.
2016-04-05, ∼367🔥, 1💬

Thunderbird Installation on macOS and Windows
This section provides a tutorial example on how to install Thunderbird on macOS and Windows computers as an email client tool, also called MUA (Mail User Agent).
2024-04-06, ∼366🔥, 0💬

Sequence Diagram - Frame Notation
This section describes the Sequence Frame Notation used in a UML Sequence Diagram. A Sequence Frame Notation represents the boundary to enclose all messages and lifelines of a communication message sequence.
2022-10-04, ∼366🔥, 0💬

Archived: Copy PDF File to Android Emulator's File System
This section provides a tutorial example on how to copy PDF files to the Android emulator's file system using the 'adb' tool provided in the SDK package.
2022-10-01, ∼366🔥, 0💬

Using "this" Keyword to Represent Current Object
This section provides a quick description of the 'this' keyword, which represents the current object in object method. A tutorial example is provided on how to access properties and methods of the current object.
2022-10-01, ∼366🔥, 0💬

JVM Troubleshooting Tools in JDK
This section provides quick descriptions on JVM troubleshooting tools included in JDK.
2022-10-01, ∼366🔥, 0💬

Creating Buttons with java.awt.Button Class
This section provides a tutorial example on how to create a button with the java.awt.Button class.
2022-10-01, ∼366🔥, 0💬

"Function" and "Sub" Procedures
This chapter provides tutorial examples and notes about function and subroutine procedures. Topics include defining function procedures and subroutine procedures, invoking procedures, passing arguments by reference or by value, checking scope of global and local variables.
2022-10-01, ∼366🔥, 0💬

JSON-to-XML Conversion Library for Java
This section provides a tutorial example on how to use a 'JSON-java' conversion library offered by json.org to perform JSON-to-XML conversions in Java program. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, ∼366🔥, 0💬

HTTP Request and Response Raw Data
This section provides a tutorial example on how to view HTTP request and response raw data which includes HTTP header lines.
2022-10-01, ∼366🔥, 0💬

g77 - GNU Project FORTRAN Compiler
This section provides a quick introduction of g77, the GNU Project FORTRAN Compiler. A sample session of compilation, linking and executing a FORTRAN 77 program is also provided.
2022-10-01, ∼366🔥, 0💬

Elliptic Curve Subgroups
This chapter provides notes on subgroup generation from reduced elliptic curve groups, Ep(a,b). Python programs are provided to perform point addition, scalar multiplication, and subgroup generation.
2022-10-01, ∼366🔥, 0💬

"-XX:+PrintGCApplicationStoppedTime" - Application Pause Durations
This section describes the garbage collection logging option, '-XX:+PrintGCApplicationStoppe dTime',which prints how much time it lasted when the JVM pauses the execution of the application for garbage collection or other JVM event.
2022-10-01, ∼366🔥, 0💬

"-XX:+PrintReferenceGC" - Reference Counts per GC
This section describes the garbage collection logging option, '-XX:+PrintReferenceGC', which prints object reference counts.
2022-10-01, ∼366🔥, 0💬

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

Converting HTML to PDF
This chapter provides tutorial notes and example codes on HTML to PDF conversion. Topics include steps to convert HTML to PDF documents; Apache FOP command to convert embedded SVG documents; JEuclid 'foprep' command to convert MathML to SVG documents.
2023-05-21, ∼365🔥, 0💬

What Is a Thread Dump?
A quick description of JVM thread dump is provided in this section. A thread dump is a list of all execution thread in a JVM with their stack traces.
2022-10-01, ∼365🔥, 0💬

Array References and Array Assignment Statements
This chapter provides tutorial examples and notes about array reference. Topics include assigning an array to a scalar variable; working with array references; 'Array()' function; copying arrays; Runtime error 'Type mismatch'.
2022-10-01, ∼365🔥, 0💬

Java Implementation of XSLT
This chapter provides tutorial notes and example codes on Java implementation of XSLT. Topics include implementation interfaces and classes in JDK 1.4 for XSLT; simple XSLT transformation program written in Java.
2022-10-01, ∼365🔥, 0💬

<< < 125 126 127 128 129 130 131 132 133 134 135 > >>   ∑:9020  Sort:Date