<< < 222 223 224 225 226 227 228 229 230 231 232 > >>   ∑:9022  Sort:Rank

What Is Localization / Internationalization
This section describes what is localization and internationalization. Locale is a concept that defines geographical and cultural specific preferences on the user interface.
2022-10-01, ∼322🔥, 0💬

Asking OpenSSL to Verify Server's Certificate
This section provides a tutorial example on how to ask the OpenSSL module to verify HTTPS server's certificate using 'verify_peer' SSL context option.
2022-10-01, ∼322🔥, 0💬

What Is an Array
This section provides a quick description of what is an array in JavaScript and a tutorial example showing JavaScript array features.
2022-10-01, ∼322🔥, 0💬

Lambda Expressions and Method References
This chapter provides tutorial notes on lambda expressions and method references introduced in Java 8. Topics include lambda expression syntax; method reference syntax; single abstract method interface (functional interface); using lambda expressions in stream pipeline operations.
2022-10-01, ∼322🔥, 0💬

The "Runnable" Interface - Creating Thread Objects with Runnable Objects
This section provides a tutorial example on how to create new threads with the 'Thread' class and runnable objects, which are created with classes that implements the 'Runnable' interface.
2022-10-01, ∼322🔥, 0💬

Java Related Terminologies
This chapter provides a list of terminologies related to Java programming language.
2022-10-01, ∼322🔥, 0💬

Pre-Allocate Ether in Genesis Block
This section describes how to pre-allocate ether in the genesis block.
2022-10-01, ∼322🔥, 0💬

What Is ethereumfaucet.info
This section describes what is ethereumfaucet.info - mining ether with browser.
2022-10-01, ∼322🔥, 0💬

Scalar Multiplication or Exponentiation
This section describes what is Scalar Multiplication or Exponentiation in Abelian Groups. They are used represent the process of performing Abelian Group operations consecutively n times with the same element.
2022-10-01, ∼322🔥, 0💬

java.lang.System Class - Accessing System Information
This section describes the java.lang.System class on access system-related information and resources including standard input and output.
2022-10-01, ∼321🔥, 0💬

Archived: "adb shell" - Remote Shell Interface
This section describes the 'adb shell' command, which gives you a shell interface to the connected Android operating system. The shell interface allows you to manage the Android file system and invoke Android command line programs.
2022-10-01, ∼321🔥, 0💬

java.time.ZonedDateTime - Calendar and Timezone
This section describes the java.time.ZonedDateTime class that represents a moment of time expressed in 3 components, ISO 8601 date, time of day, and timezone.
2022-10-01, ∼321🔥, 0💬

What Is a Trait
This section describes what is a trait - A trait is a pseudo class that defines a set of properties and operations. A trait can not be instantiated to create new objects. It can only be 'used' by one or more classes for the purpose of code sharing.
2022-10-01, ∼321🔥, 0💬

Showing Server Certificate in Apple Safari
This section provides a tutorial example on how to show server certificate when visiting an 'https' Website in Apple Safari.
2022-10-01, ∼321🔥, 0💬

Archived: Java Class Converted by Tomcat 4.1.18
This section provides a tutorial example to show how Tomcat 4.1.18 converts a JSP page, hello.jsp, into a Java Servlet class source code, hello_jsp.java.
2022-10-01, ∼321🔥, 0💬

Using Shorthand for "complexContent" with "restriction"
This section describes a tutorial example on how to use the shorthand format for a complextType definition using a complexContent with a restriction on anyType.
2022-10-01, ∼321🔥, 0💬

SOAP Project Interface Viewer
This section provides a tutorial example on how to use the Interface Viewer against a binding defined in a WSDL document. The overview tab gives a summary of information about the binding.
2022-10-01, ∼321🔥, 0💬

What Are Inline-Level Formatting Objects?
This section describes inline-level formatting objects, like 'inline', 'inline-container', 'character', and 'external-graphic'. They are used to generate inline areas.
2022-10-01, ∼321🔥, 0💬

Run Ethereum Mist Wallet for Windows
This section describes how to run 'Ethereum Wallet' command to start Ethereum Mist.
2022-10-01, ∼321🔥, 0💬

Download and Install JDK 20 on macOS
This section describes how to download and install JDK 20 on a macOS computer.
2022-10-01, ∼320🔥, 0💬

Viewing a Certificate with a Private Key
This section provides a tutorial example on how to import a PKCS12 file containing a private-public key pair and its certificate into Windows system using 'Internet Options'.
2022-10-01, ∼320🔥, 0💬

Archived: IE 8 Displaying Certificate Error Icon
This section provides a tutorial example showing that IE 8 displays a Certificate Error icon next to the Website address if you continue to use a Website that failed with during the certificate validation process.
2022-10-01, ∼320🔥, 0💬

Button Action Handler at the Component Level
This section provides a tutorial example on how to create a button to handle actions by adding the ActionListener interface to the button component.
2022-10-01, ∼320🔥, 0💬

Integration with Desktop System
This chapter provides tutorial notes and example codes on integration with the local desktop system. Topics include description of the javax.awt.Desktop class and its methods; example programs of launch default Web browser, email program and file editors of the local desktop system.
2022-10-01, ∼320🔥, 0💬

<< < 222 223 224 225 226 227 228 229 230 231 232 > >>   ∑:9022  Sort:Rank