<< < 171 172 173 174 175 176 177 178 179 180 181 > >>   ∑:8894  Sort:Date

Numeric Comparison Operations and Logical Operations
This chapter provides tutorial examples and notes about VBScript numeric comparison operations and logical operations. Topics include Equal to, Not equal to, Greater than, Less than, Greater than or equal to, Less than or equal to; Conjunction (Add), Disjunction (Or), Negation (Not), Exclusion (Xor)...
2022-10-01, ∼257🔥, 0💬

getAnnotations() Method - Annotation APIs
This section provides a tutorial example on how to use the getAnnotations() method and other annotation APIs to obtain annotation information at runtime.
2022-10-01, ∼257🔥, 0💬

JSP Application Session
This chapter provides tutorial notes and example codes on JSP application session. Topics include what is a session; what is the 'session' implicit object; how to pass values between JSP requests and pages; examples of pass values in different ways; using Perl LWP package for debugging.
2022-10-01, ∼257🔥, 0💬

getProperty() Error on Tomcat 7
This section provides a tutorial example on how Tomcat 7 refuses to convert 'getProperty' elements if the JavaBean is not initiated by a 'useBean' element.
2022-10-01, ∼257🔥, 0💬

JSTL Core Library
This chapter provides tutorial notes and example codes on JSTL Core Library. Topics include what is JSTL Core Library; c:out, c:set, c:if, c:choose, c:forEach, c:forToken action tags; example of dumping EL implicit objects; example of calculating prime numbers.
2022-10-01, ∼257🔥, 0💬

Using XML Schema Built-in Datatypes
This section describes what is a built-in datatype and how to use a built-in datatype.
2022-10-01, ∼257🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼257🔥, 0💬

ConvertWeight - Usage Description
This section describes the free Web service ConvertWeight provided by WebserviceX.NET. ConvertWeight allows you to convert weight values in Grams, Ounces, Pounds, Kilograms, Tons, and more.
2022-10-01, ∼257🔥, 0💬

Discontinued: ChangeAreaUnit - Convert Area Unit
This chapter provides a quick introduction of the free Web service, ChangeAreaUnit, returning area value in other units for a given area. Topics include usage description of ChangeAreaUnit; request message sample; response message sample.
2022-10-01, ∼257🔥, 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, ∼257🔥, 0💬

Footprints of Private and Shared Memories
This section provides a tutorial example on how to estimate footprints of private memory and shared memory of C# applications.
2022-10-01, ∼257🔥, 0💬

Perl Programs and MySQL Servers
This chapter provides notes and tutorial examples on MySQL server and Perl programs. Topics include what software and modules are needed to run Perl programs to access MySQL servers; a sample Perl program that connects to a MySQL server.
2022-10-01, ∼257🔥, 0💬

PHP Programs and MySQL Server
This chapter provides notes and tutorial examples on MySQL server and PHP programs. Topics include configuring the PHP engine to use the MySQL extension library, commonly used MySQL functions, running SQL statements to create table, insert rows and fetch rows.
2022-10-01, ∼257🔥, 0💬

Configuring PHP for MySQL Server Access
A tutorial example is provided on how to configure the PHP engine for MySQL server connection access. Setting, extension=php_mysql.dll, needs to be turned on in the configuration file php.ini.
2022-10-01, ∼257🔥, 0💬

Data Literals
Describes how to enter data into programs as data literals for different datatypes.
2022-10-01, ∼257🔥, 0💬

Table Column Types for Approximate Numbers
Describes 3 types of table columns to store approximate numbers: FLOAT, REAL and DOUBLE PRECISION.
2022-10-01, ∼257🔥, 0💬

Insertion Sort - Performance
This section provides a tutorial on how to measure the performance of the Insertion Sort algorithm. My first Java implementation of Insert Sort is performing at the O(N*N) order level.
2022-10-01, ∼257🔥, 0💬

Crypt::ECB Auto Padding
Padding option is described for the Crypt::ECB encryption process. It offers only 1 padding option called PADDING_AUTO, which uses the standard PKCS#5 algorithm.
2022-10-01, ∼257🔥, 0💬

What Is OpenLDAP
Describes what is OpenLDAP - an open source implementation of the LDAP (LightweightDirectory Access Protocol).
2022-10-01, ∼257🔥, 0💬

Charge Represenations in SMILES
This section provides a quick introduction on charge represenations in SMILES. Positive/negative charges are represented by repeating '+'/'-' symbols or '+n'/'-n'.
2022-10-01, ∼257🔥, 0💬

Run Python Scripts on macOS
This section provides a tutorial example to verify Python environment supported on macOS computers and run a simple Python interactive scripting session.
2022-10-01, ∼257🔥, 0💬

What Is POP3S
This section provides a quick introduction on POP3S (Post Office Protocol 3 Secure) for message retrieval. A POP3S sample session of retrieving an email message using the 'openssl s_client' command is included.
2024-04-06, ∼256🔥, 0💬

Unicode > Big5 轉換: 第 25 部分 - U+71E8 到 U+7370
本節列出了 Unicode 到 Big5 代碼轉換表的第 25 部分 - Unicode U+71E8 到 U+7370。
2024-01-31, ∼256🔥, 0💬

Big5Unicode.java - Big5 to Unicode Mapping
Big5Unicode.java is a Java program that generates a table to map all Big5 characters from Big5 Codes to Unicode Codes.
2024-01-29, ∼256🔥, 0💬

<< < 171 172 173 174 175 176 177 178 179 180 181 > >>   ∑:8894  Sort:Date