<< < 165 166 167 168 169 170 171 172 173 174 175 > >>   ∑:9020  Sort:Date

Date, Time and Calendar Classes
This chapter provides tutorial notes and example codes on JDK date, time and calendar classes. Topics include using java.util.Date to measure date and time; using java.util.Calendar and sub-classes to manage calendar information; using Calendar.add() method to manipulate calendar elements.
2022-10-01, ∼290🔥, 0💬

WSDL Related Terminologies
This section provides quick descriptions of Web Services and SOAP terms.
2022-10-01, ∼290🔥, 0💬

What Is Perl SOAP::Lite
This section describes the SOAP Perl implementation - SOAP:Lite and its features.
2022-10-01, ∼290🔥, 0💬

DOM Specifications and DOM Node Interface
This section describes the DOM specification. The Core module in DOM Level 1, 2 and 3 specifications is for XML files. A tree of nodes is used to represent an XML file. Each node represents a unit of information in the XML file. All nodes are sharing the Node interface.
2022-10-01, ∼290🔥, 0💬

XSD 1.1 Supported by jaxp.SourceValidator
This section provides a tutorial example showing that jaxp.SourceValidator does support XSD 1.1.
2022-10-01, ∼290🔥, 0💬

LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code
This chapter provides a quick introduction of the free Web service, LatLonListZipCode, returning a list of latitude and longitude values for a given list of zip codes in 50 United States and Puerto Rico. Topics include usage description of LatLonListCityNames; request message sample; response messag...
2022-10-01, ∼290🔥, 0💬

1977 - Apple II Designed by Steve Jobs and Steve Wozniak
This chapter provides some history of Apple personal computers Designed by Steve Jobs and Steve Wozniak in 1977.
2022-10-01, ∼290🔥, 0💬

1974 - Internet by Vinton Cerf
This chapter provides some history of the Internet that connects all different types of physical computer network into a global virtual network using TCP/IP protocols proposed by by Vinton Cerf and others in 1974.
2022-10-01, ∼290🔥, 0💬

What Is Partial Method?
A quick introduction is provided on 'partial' method, which declares the method definition in one partial class, and method signatures in other partial classes.
2022-10-01, ∼290🔥, 0💬

Shell Sort - Performance
This section provides a tutorial on how to measure the performance of the Shell Sort algorithm. My first Java implementation of Shell Sort is performing somewhere between O(N*Log2(N) and O(N*N) order levels.
2022-10-01, ∼290🔥, 0💬

About This Book
This section provides some detailed information about this book - Blowfish Cipher Tutorials - Herong's Tutorial Examples.
2022-10-01, ∼290🔥, 0💬

Crypt::CBC Literal Key Error Cases
Error cases are provided on secret key size and IV size when using Crypt::CBC with the Literal Key option. Secret key must be 56 bytes long and IV must be 8 bytes long.
2022-10-01, ∼290🔥, 0💬

Run "miner" with Lower Difficulty
This section describes how to run 'geth' miner with lower difficulty level.
2022-10-01, ∼290🔥, 0💬

Converting Elliptic Curve Groups
This section describes steps on how to convert real number elliptic curve groups to cyclic subgroups of integer elliptic curve groups.
2022-10-01, ∼290🔥, 0💬

"-XX:+NeverTenure" and "-XX:+AlwaysTenure" not Working
This section provides a tutorial showing '-XX:+NeverTenure' and '-XX:+AlwaysTenure' JVM options are not working with the Serial collector.
2022-10-01, ∼290🔥, 0💬

Archived: Installing Microsoft JDBC Driver 1.0
This section describes how to download and install Microsoft JDBC Driver 1.0 for SQL Server 2005.
2022-10-01, ∼290🔥, 0💬

Running Apache HTTP Server (httpd) on Linux Systems
This chapter provides introductions and tutorial on Apache HTTP Server (httpd) for Linux systems. Topics include installing Apache HTTP Server (httpd); opening firewall for http service on port 80; publishing Home Page; understanding Apache HTTP Server environment; installing Web server certificate;...
2022-10-01, ∼290🔥, 0💬

Data Types, Variables and Expressions
This chapter provides a quick introduction of JavaScript fundamental concepts: data types, variables, and expressions. Topics include primitive data types; variable declaration; operation expression evaluation.
2021-12-08, ∼290🔥, 1💬

Unicode > Big5 轉換: 第 39 部分 - U+8788 到 U+88F2
本節列出了 Unicode 到 Big5 代碼轉換表的第 39 部分 - Unicode U+8788 到 U+88F2。
2024-01-31, ∼289🔥, 0💬

java.util.ListResourceBundle - Resource Bundles as Lists
This section provides a tutorial example on how to create resource bundles (localization key names with their localized text messages) as subclasses of the java.util.ListResourceBundle abstract class.
2022-10-01, ∼289🔥, 0💬

Hello.php - My First PHP Script
This section provides a tutorial example on how to write the first PHP script, Hello.php, and run it with PHP CLI and PHP CGI.
2022-10-01, ∼289🔥, 0💬

Output ASCII Character Strings from PHP Scripts
This section provides tutorial example on how to include output ASCII character strings in a PHP script file. ASCII characters can be entered directly as string literals in PHP code segments or as text in non-PHP code segments. No special techniques are needed.
2022-10-01, ∼289🔥, 0💬

Event Listeners and Objects
This section provides a quick description of event trigger attributes on different HTML tags and the 'event' object representing the event with detail information about the event. A tutorial example is provided to display mouse location by adding a listener to the mouse-pushed-down event.
2022-10-01, ∼289🔥, 0💬

New Script Resulted from Two Original Scripts
This section provides a tutorial example showing how the Web browser fails to execute the JavaScript code resulted from two original JavaScript codes.
2022-10-01, ∼289🔥, 0💬

<< < 165 166 167 168 169 170 171 172 173 174 175 > >>   ∑:9020  Sort:Date