<< < 129 130 131 132 133 134 135 136 137 138 139 > >>   ∑:9045  Sort:Date

Garbage Collection Demo Program
This section provides a tutorial example on watch how the garbage collection process works on HotSpot and other JVMs.
2022-10-01, ∼410🔥, 0💬

Using Python Shell at python.org
This section provides a tutorial example on how to use to the Python shell at python.org with a Web browser to run Python code.
2026-01-03, ∼409🔥, 0💬

LibreOffice Drawing Extension - UML Elements
This chapter provides tutorial examples on LibreOffice UML drawings. Topics include installing LibreOffice and 'UML Elements' extension; drawing UML activity diagram.
2024-06-23, ∼409🔥, 0💬

Submit SOAP Requests to the 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
2022-10-01, ∼409🔥, 0💬

RFC 1521 - MIME (Multipurpose Internet Mail Extensions)
This section provides a summary of 'RFC 1521 - MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies' and how the Base64 encoding algorithm was adopted in this RFC.
2022-10-01, ∼409🔥, 0💬

PHP Mcrypt Blowfish Block Cipher
This section provides a tutorial example on how to write Blowfish block cipher by calling the PHP Mcrypt function, mcrypt_encrypt() in ECB mode. Each input data block will be encrypted independently.
2022-10-01, ∼409🔥, 0💬

Adaptive Size Policy Log Messages
This section provides examples and explanations of log messages generated '-XX:AdaptiveSizePolicyOutputI nterval=1'and 'PrintAdaptiveSizePolicy' JVM options used with the Parallel collector.
2022-10-01, ∼409🔥, 0💬

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, ∼408🔥, 0💬

中国公历规则
本节介绍了公历(Gregorian calendar)基本规则。公历以天文年为基础,把一年 分为十二个月。普通年为 365 天,闰年为 366 天。
2022-10-04, ∼408🔥, 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, ∼408🔥, 0💬

Chinese Calendars: Year 2021 to 2030
This chapter provides Chinese calendars for 10 years from 2021 to 2030.
2022-10-04, ∼408🔥, 0💬

String Concatenation Operation
This section provides a quick introduction of string concatenation operation, which joins the second string to the end of the first string.
2022-10-01, ∼408🔥, 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, ∼408🔥, 0💬

Precedence of Side Region Corners
This section provides tutorial example to demonstrate that the 'start' or 'end' region wins the corner area against the 'before' or 'after' region when two adjacent 'side' regions are declared by default. If the 'start' or 'end' region wants to win, it must have precedence='true' specified.
2022-10-01, ∼408🔥, 0💬

What Is Serial Collector
This section describes the Serial Collector, which uses the combination of the Serial Collector of Young generation and the Serial Collector of Tenured generation, so both minor GC and major GC are performed in a single thread serially in a stop-the-world fashion.
2022-10-01, ∼408🔥, 0💬

Year 1903 Chinese Calendar - Year of the Rabbit
2020-12-02, ∼408🔥, 1💬

💬 2020-12-02 Kevin Elvin: Entering the dates in my calendar CCPlus

SSL Socket Communication Test
This section describes how to perform a SSL socket communication test with a SSL server socket test program, a SSL client socket test program, a pair of private key and public key, and a self-sign certificate of the public key.
2020-11-14, ∼408🔥, 1💬

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, ∼408🔥, 1💬

Primitive Data Types and Literals
This chapter provides tutorial notes and example codes on primitive data types and literals. Topics include 8 primitive data types; storage size of each data type; format rules on source code literals for each data type; example Java programs on primitive types.
2022-10-01, ∼407🔥, 0💬

Execution Threads and Multi-Threading Java Programs
This chapter provides tutorial notes and tutorial examples on execution threads and multi-threading programs. Topics include creating threads with thread classes and runnable objects; thread priorities and CPU time sharing; application data sharing; terminating running threads.
2022-10-01, ∼407🔥, 0💬

Creating REST Project without WADL
This section provides a tutorial example on how to create a REST project to test REST Web service that has no WADL document.
2022-10-01, ∼407🔥, 0💬

"bf-cbc" Cipher with Random Salt
A tutorial example is provided to show you how to use the 'bf-cbc' cipher with Random Salt to encrypt and decrypt binary data files. The Secret Key and the IV will be derived from the given passphrase and a random salt.
2022-10-01, ∼407🔥, 0💬

Ethereum Mist Wallet Data File Location
This section shows where Ethereum Mist Wallet data files are located.
2022-10-01, ∼407🔥, 0💬

Dump SOAP Request and Response Messages
This section provides a tutorial example on how to dump SOAP request and response messages with the Zeep Python library.
2024-01-18, ∼406🔥, 0💬

<< < 129 130 131 132 133 134 135 136 137 138 139 > >>   ∑:9045  Sort:Date