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

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💬

XML Schema (XSD) Validation using XMLReader
This section describes a tutorial example on how to use the Xerces2 XMLReader class to validate an XML document assigned with an XSD file.
2022-10-01, ∼328🔥, 0💬

Variables, Loops and Cursors Used in Stored Procedures
This chapter provides tutorial notes on store procedures. Topics include declaring variables and assigning values to variables; IF statements; LOOP, REPEAT and WHILE statements; ITERATE and LEAVE statements; Using cursors to loop through output rows of SELECT statements.
2022-10-01, ∼328🔥, 0💬

Storing Non-ASCII Characters with Encoded Bytes
This section describes a test of storing non-ASCII characters with encoded bytes for columns with different encodings in MySQL server.
2022-10-01, ∼328🔥, 0💬

Heap Sort - Implementation in PHP
This section provides a tutorial on how to implement the Heap Sort algorithm in PHP.
2022-10-01, ∼328🔥, 0💬

Installing Crypt::Blowfish 2.14 with ActivePerl
A tutorial is provided to show how to install Crypt-Blowfish 2.14 module originally developed by A.M. Kuchling with ActivePerl 5.18 on Windows.
2022-10-01, ∼328🔥, 0💬

Niels Henrik Abel and Abelian Group
Abelian Groups are named after early 19th century mathematician Niels Henrik Abel.
2022-10-01, ∼328🔥, 0💬

Summary - Migrating "keystore" Keys to "OpenSSL"
This section describes high level steps on how to migrate a private key generated in a JKS (Java KeyStore) file to an 'OpenSSL' key file. The key step is to convert a JKS file into a PKCS#12 file with 'keytool'.
2016-04-09, ∼328🔥, 1💬

Falling Ball in Earth Frame of Reference
This section provides an example of a falling ball in the Earth frame of reference, where we need to add the gravitational force to make Newton's First and Second Laws of Motion valid.
2023-03-18, ∼327🔥, 1💬

Viewing Certificate Details
This section provides a tutorial example on how to view certificate details when visiting an 'https' Web site in Firefox.
2022-10-04, ∼327🔥, 0💬

JavaScript Version Supported by Browsers
This section describes the differences type='text/javascript' or language='JavaScript' attributes.
2022-10-01, ∼327🔥, 0💬

Default Transformation Template
This section describes what the default transformation template, which is used by the XSL processor for elements that has no matching template defined in the stylesheet.
2022-10-01, ∼327🔥, 0💬

Enum Types and Enum Constants
This chapter describes enum types and enum constants. Topics include 'enum' declaration statement, instance variables and instance methods of enum constants, enum supertype and type hierarchy, inherited static and instance methods, compiler added implicit methods.
2022-10-01, ∼327🔥, 0💬

What Is an Enum Type
This section describes 'enum' types, which are defined by 'enum' declaration statements. An 'enum' type is actually a special kind of class type.
2022-10-01, ∼327🔥, 0💬

JSP Implicit Objects
This chapter provides tutorial notes and example codes on JSP implicit objects. Topics include what are implicit objects; getting JSP execution environment information; retrieve data from the 'request' object; introduction of the 'session' object.
2022-10-01, ∼327🔥, 0💬

Archived: Upgrade JDK 1.3 to JDK 1.4 on Tomcat 4.1
This section provides a tutorial example on how to upgrade JDK 1.3.1 to JDK 1.4.1 for Tomcat 4.1.18 server on Windows systems.
2022-10-01, ∼327🔥, 0💬

Currency Exchange Rate
This chapter provides a quick introduction of the free Web service, Currency Exchange Rate. Topics include usage description of Currency Exchange Rate; request message sample; response message sample.
2022-10-01, ∼327🔥, 0💬

Retrieving Chinese Text from Database to Web Pages
This chapter provides tutorial notes on fetching Chinese text data from MySQL database and sending it to Web pages. Topics include a summary on retrieving text from MySQL database; tests on retrieving Chinese text in UTF-8, GBK and Big5 encodings.
2022-10-01, ∼327🔥, 0💬

Chinese Character String with GB18030 Encoding Error
This section provides a tutorial example showing a Chinese Web page generated by PHP using GB18030 encoding. But the page displays Chinese characters as garbled text.
2022-10-01, ∼327🔥, 0💬

Run Bitcoin Core for Windows
This section describes how to run bitcoin-qt command to start Bitcoin Core.
2022-10-01, ∼327🔥, 0💬

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