<< < 140 141 142 143 144 145 146 147 148 149 150 > >>   ∑:9020  Sort:Date

Archived: Installing Apache HTTP Server 2.4.12 on Windows
This section describes how to install Apache 2.4.12 binary distribution on Windows systems.
2022-10-01, ∼330🔥, 0💬

JMX Technology and jconsole Tool
This section describes the JMX API and 'jconsole'. Java application can be monitored with 'jconsole' using out-of-the-box JMX settings when launching the SUN JVM.
2022-10-01, ∼330🔥, 0💬

JRadioButton - Swing Radio Button Class
This chapter provides tutorial notes and example codes on JRadioButton class. Topics include description of the javax.swing.JRadioButton class and its methods; example program of creating radio buttons and event listeners; example program of identify the selected button in a button group.
2022-10-01, ∼330🔥, 0💬

Archived: Installing JSTL 1.0 Apache Implementation
This section provides a tutorial example on how to download and install Apache Standard Taglib 1.0.4, which is an open-source implementation of the JSTL 1.0. Only 2 JAR files are needed: standard.jar and jstl.jar.
2022-10-01, ∼330🔥, 0💬

What Is Simple Datatype?
This section describes simple datatypes. What is a simple datatype? How many built-in simple datatypes provided in XSD 1.1? Can I define my own simple datatypes?
2022-10-01, ∼330🔥, 0💬

WPF - Windows Presentation Foundation
Tutorial notes and examples are provided on WPF (Windows Presentation Foundation). Topics include introduction of WPF; System.Windows.Application and System.Windows.Window classes; System.Windows.Controls.* classes; Button click example; MSBuild project file for WPF applications..
2022-10-01, ∼330🔥, 0💬

"bf-cbc" Encryption Verification
A tutorial example is provided to verify OpenSSL 'enc -bf-cbc' command against the Blowfish CBC test vector published at www.schneier.com.
2022-10-01, ∼330🔥, 0💬

What Are Block-Level Formatting Objects
This section describes block-level formatting objects, which generates block areas. XSL 1.1 supports two types of block-level formatting objects: 'block' and 'block-container'.
2022-10-01, ∼330🔥, 0💬

Reduced Elliptic Curve Group - E23(1,4)
This section provides an example of a reduced Elliptic Curve group E23(1,4). A detailed calculation of reduced point doubling operation on (0,2) is also provided.
2022-10-01, ∼330🔥, 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-21, ∼329🔥, 0💬

HashSet, Vector, HashMap and Collection Classes
This chapter provides tutorial notes and example codes on collection classes. Topics include collection types: Set, List and Map; data structure types: Array, Linked List, Binary Tree, and Hash Table; commonly used JDK collection classes: HashSet, Vector, HashMap; search operation performance compar...
2022-10-01, ∼329🔥, 0💬

SOAP 1.1 Message Styles and Encoding Options
This section describes the SOAP message styles, document vs. rpc, and encoding options, literal vs. encoded. Message style is specified using style='rpc|document' attribute. Message encoding option is specified using use='literal|encoded' attribute.
2022-10-01, ∼329🔥, 0💬

JDK (Java Development Kit)
This chapter provides tutorial JDK (Java Development Kit). Topics include introduction of JDK; downloading and installing JDK; creating and running a simple Java program.
2022-10-01, ∼329🔥, 0💬

CPU Impact of Multi-Thread Applications
This chapter provides tutorial notes and example codes on CPU impact of multi-thread Java applications. Topics include CPU intensive thread test class, PrimeCalculator.java; CPU-Thread utilization of single-thread and multi-thread processes; maximum total productivity of multi-thread applications; t...
2022-10-01, ∼329🔥, 0💬

DLP And Trapdoor Function
This section exams the difficulty level of the Discrete Logarithm Problem (DLP) in several Abelian Group examples to see if them can be used to build trapdoor functions.
2022-10-01, ∼329🔥, 0💬

"obabel" Command Option Argument Syntax
This section provides tutorial examples to demonstrate different ways to specify Open Babel 'obabel' command option arguments.
2022-10-01, ∼329🔥, 0💬

Editing Unicode Characters in an Editor Pane
This section provides a tutorial example on how to use ALTER TABLE statements to add, delete, modify, columns and indexes.
2024-02-05, ∼328🔥, 2💬

💬 2022-05-28 devnatiofra: wow this really work ?

KeyStore and Certificate Classes
This chapter provides tutorial notes and example codes on the 'keystore' class. Topics include the Certificate class, using the CertificateFactory class to read and write certificates; the KeyStore class; opening 'keystore' files to read and write certificates.
2022-10-01, ∼328🔥, 0💬

Array Object Instance Methods
This section provides a list of commonly used array object instance methods including split(), join(), sort(), etc.
2022-10-01, ∼328🔥, 0💬

Including JavaScript Codes as External Files
This section provides a quick description of how to save JavaScript codes into separate files and include them into HTML documents with 'script' tags. A tutorial example is provided on calling a function stored in a separate JavaScript file.
2022-10-01, ∼328🔥, 0💬

XML-to-JSON Conversion Module for Python
This section provides a tutorial example on how to use a 'xmltodict' conversion module to perform XML-to-JSON conversions in a Python script. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, ∼328🔥, 0💬

I/O Impact of Multi-Thread Applications
This chapter provides tutorial notes and example codes on I/O impact of multi-thread Java applications. Topics include I/O intensive thread test class, FileEditor2.java; running multiple I/O threads on HotSpot and JRockit JVM.
2022-10-01, ∼328🔥, 0💬

emptyLoop() - The Empty Loop Test Method
This section provides a tutorial example on how to write empty loop test method. The benchmark test result shows impacts of JIT compilation and the garbage collection threads
2022-10-01, ∼328🔥, 0💬

Micro Benchmark Tests on "long" Operations
This chapter provides tutorial notes and example codes on micro benchmark tests on 'long' data type operations. Topics include empty loop, assignment loop, add operation, multiplication operation and division operation.
2022-10-01, ∼328🔥, 0💬

<< < 140 141 142 143 144 145 146 147 148 149 150 > >>   ∑:9020  Sort:Date