<< < 67 68 69 70 71 72 73 74 75 76 77 > >>   ∑:9020  Sort:Date

Class Diagram - Association End Notation
This section describes the Association End Notation used in a UML Class Diagram. An Association End Notation presents connection properties of an association to a connected class.
2023-05-25, ∼673🔥, 1💬

💬 2023-05-25 KoKi: Thanks!

Search Operation Performance of Different Collection Classes
This section provides a tutorial example on how to do performance comparison on search operations on different collection classes implemented in JDK 1.4.1. HashSet and LinkedHashSet have the best performance on search operations.
2022-10-01, ∼673🔥, 0💬

Apache FOP Font Configurations
This chapter provides tutorial notes and example codes on Apache FOP font configurations. Topics include Apache configuration file; generic font mapping; auto-detecting Windows font definitions; using SimHei font for Chinese characters.
2022-10-01, ∼673🔥, 0💬

"openssl.cnf" Example and Usages
This section describes OpenSSL CA database files, including the primary database file 'index.txt' and the serial number file 'serial'.
2024-11-27, ∼672🔥, 0💬

Using "adb logcat" Command to Track the Lifecycle of an Application
This section provides a tutorial example how to use the 'adb logcat' command to track the lifecycle of an application. The 'events' log buffer provides log entries for each Activity callback method.
2022-10-01, ∼672🔥, 0💬

Declaring Empty Elements
This section describes a tutorial example on how to declare an empty element by defining a special complexType datatype.
2024-02-28, ∼671🔥, 1💬

What Is JAB (Java Access Bridge)
This section describes what is JAB (Java Access Bridge) - a technology that exposes the Java Accessibility API to Microsoft Windows environment. JDK comes with 3 JAB tools: jabswitch, jaccesswalker, and jaccessinspector.
2022-10-01, ∼671🔥, 0💬

Web Browsers Not Supporting XML 1.1
This section provides a tutorial example showing that XML 1.1 is not supported in all 4 major Web browsers: Google Chrome, Mozilla Firefox, Microsoft IE and Apple Safari.
2022-10-01, ∼671🔥, 0💬

Perform Point Addition with tinyec
This section provides a tutorial example on how to perform the point addition operation on a given elliptic curve with tinyec Python library.
2022-10-01, ∼671🔥, 0💬

jmap - Generating Heap Dump File
This section provides a tutorial example on how to generate a heap dump file with the 'jmap -dump:file=name' command. A heap dump file contains all heap objects of JVM process.
2022-10-01, ∼670🔥, 0💬

"-XX:+PrintGCDateStamps" - Calendar Timestamp on GC Messages
This section describes the garbage collection logging option, '-XX:+PrintGCDateStamps', which adds a calendar timestamp to each GC log message.
2022-10-01, ∼670🔥, 0💬

"ID" Datatype Values and Representations
This section describes the built-in datatype 'ID' designed to primarily support the id attribute to identify a specific XML element. 'ID' values must be 'NCName' values and must be unique in a single XML document.
2022-10-01, ∼669🔥, 0💬

What Is "pip/pip2/pip3" Command
This section provides a tutorial example on how to use 'pip/pip2/pip3' command to install and manage third party Python packages.
2022-10-01, ∼669🔥, 0💬

JInternalFameTest.java - Internal Frame Class Test
This section provides a tutorial example on how to use javax.swing.JInternalFame class to create 2 internal frames in the main frame.
2020-05-19, ∼669🔥, 1💬

💬 2020-05-19 Yavuz: When I compiled and run your code on Eclipse-Oxygen (MacBook Pro), everything worked fine except that the internal frames are re...

18800: Tangut Components
This section provides a quick summary of the Unicode code point block: 'Tangut Components', which contains 755 code points to represent structural elements used by scholars to index Tangut ideographs in modern dictionaries and glossaries.
2024-10-02, ∼666🔥, 1💬

💬 2024-10-02 Daniel: Very wonderful!

Java Secure Socket Extension (JSSE)
This section describes the Java Secure Socket Extension (JSSE) that allows you to write Java programs to communicate with HTTPS Web servers.
2022-10-01, ∼666🔥, 0💬

Conda Configuration Files
This section provides a quick introduction about the Conda Configuration Files that contain configuration settings for the Conda command and its environments.
2022-10-01, ∼666🔥, 0💬

Creating Schema Documents - "schema" Element
This section describes a tutorial example on how to write the root element of the XML representation of a schema.
2022-10-01, ∼664🔥, 0💬

XSL-FO Document Basics and Examples
This chapter provides tutorial notes and example codes on XSL-FO document basics. Topics include basic rules of writing XSL-FO documents; examples of page break, page header, cover page, 2-column pages, etc.
2022-10-01, ∼664🔥, 0💬

What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'.
2016-09-26, ∼664🔥, 1💬

💬 2016-09-26 eva: soooooooo Amazing thank so much this site helping to learn about blowfish algorthm more

SSL Socket Communication Testing Programs
This chapter provides tutorial notes and example codes on the SSL socket communication. Topics include SSL socket communication test requirements and programs; using trusted key store to fix self-signed certificates issue; using debug option to see SSL communication handshake details.
2018-08-01, ∼663🔥, 7💬

💬 2017-11-27 Herong: Sandeep, not sure. It uses TCP protocol, lower than HTTP post. But you can try it.

💬 2017-11-22 Sandeep: Can this also read post request from cleint

💬 2017-03-02 Herong: hemanth, you can follow SSL Client Authentication tutorials to see how to enable client authentication.

💬 2017-03-01 hemanth: How do i enable client authentication. I know that i have to set server to need client auth which i did but what about the clien...

💬 2016-06-10 Herong: Algérian, did you find what you were looking for here?

(More comments ...)

Global and Local Variables - Scope Rules
This section provides a quick description of global variables and local variables. Basic rules about variable scopes are provided.
2016-08-30, ∼663🔥, 2💬

💬 2016-08-30 Herong: Jammy, There is a typo in the consequence. It should read as "Rule #4 helps us to avoid the bad impact of rule #3, if you declar...

💬 2016-08-29 jammy: third consequence is not clear to me.

2580: Block Elements
This section provides a quick summary of the Unicode code point block: 'Block Elements', which contains 32 code points to represent pictures of block elements.
2024-01-23, ∼662🔥, 0💬

GetMorganFingerprint() Method in RDKit
This section provides a quick introduction on the rdkit.Chem.rdMolDescriptors.Ge tMorganFingerprint()Method in the RDKit library.
2023-04-04, ∼661🔥, 0💬

<< < 67 68 69 70 71 72 73 74 75 76 77 > >>   ∑:9020  Sort:Date