<< < 208 209 210 211 212 213 214 215 216 217 218 > >>   ∑:8899  Sort:Rank

Multibyte String Functions in UTF-8 Encoding
This chapter provides tutorial notes on using PHP multibyte string functions on Chinese character strings. Topics include loading php_mbstring.dll module; setting multibyte string functions for UTF-8 encoding; counting number of Chinese characters with mb_strlen().
2022-10-01, ∼309🔥, 0💬

Bubble Sort - Performance
This section provides a tutorial on how to measure the performance of the Bubble Sort algorithm. My first Java implementation of Bubble Sort is performing at the O(N*N) order level.
2022-10-01, ∼309🔥, 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, ∼309🔥, 0💬

GC Log Message Examples of Serial Collector
This section provides an example of GC log messages generated from the Serial Collector.
2022-10-01, ∼309🔥, 0💬

Associativity of Elliptic Curve Operations
This section describes the associativity of the addition operation on an elliptic curve. P + (Q + S) = (P + Q) + S is true.
2022-10-01, ∼309🔥, 0💬

JVM Garbage Collection Logging
This chapter provides tutorial notes and example codes on JVM options for garbage collection logging. Topics include a summary of logging options; examples of log messages for '-XX:+PrintGCDetails', '-XX:+PrintGCDateStamps', '-XX:+PrintGCDateStamps', 'PrintGCApplicationStoppedTime ',etc.
2022-10-01, ∼309🔥, 0💬

Viewing Server Certificate Path in IE
This section provides a tutorial example on how to view certificate path when visiting a 'https' Website in IE. The top certificate in a certificate path is the root CA certificate, which is trusted automatically.
2022-10-01, ∼308🔥, 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, ∼308🔥, 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, ∼308🔥, 0💬

"apply-templates" - The Child Transformation Call Element
This section describes the 'apply-templates' element, which is used in the content of a 'template' element. The evaluation of an 'apply-templates' element is to perform a child transformation on some selected elements in the source XML document.
2022-10-01, ∼308🔥, 0💬

JSP Scripting Elements
This chapter provides tutorial notes and example codes on JSP Scripting Elements. Topics include what are scripting elements; writing scriptlets, scripting expressions and declarations; converting scripting elements into implementing Java code fragments; example Java class converted from a JSP page;...
2022-10-01, ∼308🔥, 0💬

Class Features
This chapter provides tutorial examples and notes on some interesting features supported in C# classes. Topics include 'const' and 'readonly' variables; method overloading; object user defined properties and operators.
2022-10-01, ∼308🔥, 0💬

Datatypes and Data Literals
This chapter provides tutorial notes on datatypes. Topics include introduction of 5 datatypes supported in SQL-92 and MySQL; binary representations of each datatype; data literals; literal evaluations.
2022-10-01, ∼308🔥, 0💬

Table Column Types for Exact Numbers
Describes 4 types of table columns to store exact numbers: NUMERIC, DECIMAL, INTEGER and SMALLINT.
2022-10-01, ∼308🔥, 0💬

Running PHP Scripts
This section describes how to run PHP scripts in a command window in normal mode and in CGI mode.
2022-10-01, ∼308🔥, 0💬

MySQL - Sending Non-ASCII Text to MySQL
This chapter provides tutorial notes on sending non-ASCII text data to MySQL. Topics include sending non-ASCII text data in SQL statements; changing MySQL character set settings to send Latin1, UTF-8, BGK, and Big5 characters.
2022-10-01, ∼308🔥, 0💬

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

Crypt::Blowfish Verification with Test Vectors
A tutorial Perl example is provided to show how to verify the Crypt::Blowfish module with standard Blowfish 16-round algorithm test vectors.
2022-10-01, ∼308🔥, 0💬

Data Type - 'str' for Character String
This section describes the 'str' data type, which stores a sequence of Unicode characters.
2022-10-01, ∼308🔥, 0💬

Viewing Server Certificate in Mozilla Firefox
This section provides a tutorial example on how to view certificate when visiting an 'https' Website in Mozilla Firefox.
2022-10-01, ∼307🔥, 0💬

Testing Perl SOAP::Lite with WSDL Documents
This section provides a tutorial example on how to test Perl SOAP::Lite with a WSDL 2.0 document. It fails with an error.
2022-10-01, ∼307🔥, 0💬

Empty Element Types
This section describes the empty element type which can be used to define an XML element with no text content and at least one attribute.
2022-10-01, ∼307🔥, 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, ∼307🔥, 0💬

Control and Generate XML Element in the Result
This chapter provides tutorial notes and example codes on output XML elements. Topics include controlling output format with the 'output' element; generating XML elements with literal XML elements, 'element' elements and/or 'copy' elements; copying everything from source to result.
2022-10-01, ∼307🔥, 0💬

<< < 208 209 210 211 212 213 214 215 216 217 218 > >>   ∑:8899  Sort:Rank