<< < 213 214 215 216 217 218 219 220 221 222 223 > >>   ∑:9022  Sort:Rank

"--Xlog:gc+task+time=debug" - Print GC Threads
This section describes how to use the '-Xlog:gc+task+time=debug' JVM option to show multiple GC threads used by the Parallel Collector.
2022-10-01, ∼341🔥, 0💬

Order of Subgroup and Lagrange Theorem
This section describes Lagrange Theorem which states that the order of any subgroup in an finite Abelian group divides the order of the parent group.
2022-10-01, ∼341🔥, 0💬

Atom Represenations in SMILES
This section provides a quick introduction on atom represenations in SMILES. Each non-hydrogen atom is represented by its atomic symbol followed by H or Hn for bonded hydrogens in square brackets [].
2022-10-01, ∼341🔥, 0💬

Running Services - Background Processes
This section provides a tutorial example on how to review running services, or background processes, on my Android mini tablet. Those background processes are started automatically and running all the time.
2022-10-01, ∼340🔥, 0💬

Character Set Encoding Map Analyzer
This section provides a tutorial example on how to write a simple program to analyze and print out the encoding map showing relations between character code points and their encoded byte sequences of a given encoding.
2022-10-01, ∼340🔥, 0💬

Character Set Encoding Maps - Unicode UTF-32, UTF-32BE, UTF-32LE
This section provides a tutorial example of analyzing and printing character set encoding maps for 3 encoding, UTF-32, UTF-32BE, and UTF-32LE, for Unicode character set.
2022-10-01, ∼340🔥, 0💬

Archived: Obtaining a Trial Digital ID from ARX CoSign
This section provides a tutorial example on how to obtain a trial digital ID from ARX CoSign and use it to sign MS Word documents.
2022-10-01, ∼340🔥, 0💬

WodenHelloElement.java - Testing WSDL 2.0 Elements
This section provided a tutorial example on how to create a WSDLReader to parse a WSDL 2.0 document into WSDL element objects.
2022-10-01, ∼340🔥, 0💬

Archived: Downloading and Installing Notepad++ 5.9
This section provides a tutorial example on how to download and install Notepad++ 5.9 on Windows system; and how to add the XML Tools Plugin in Notepad++.
2022-10-01, ∼340🔥, 0💬

Declaring Elements and Attributes with Built-in Datatypes
This section describes how to declare XML elements and XML attributes using built-in datatypes with a simple XSD document example.
2022-10-01, ∼340🔥, 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, ∼340🔥, 0💬

What Is MySQL
Quick introduction of MySQL with a list of main features.
2022-10-01, ∼340🔥, 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, ∼340🔥, 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, ∼340🔥, 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, ∼340🔥, 0💬

Chinese Text Encoding Conversion and Corruptions
This chapter provides tutorial notes on Chinese text encoding conversion and corruptions. Topics include Detecting system default encoding; Root causes of corrupted Chinese text; Corrupted Chinese file names with Un-ZIP; Generating 8-bit encoding tables; Restoring corrupted Chinese text.
2022-10-01, ∼340🔥, 0💬

Heap Sort - Implementation in PHP
This section provides a tutorial on how to implement the Heap Sort algorithm in PHP.
2022-10-01, ∼340🔥, 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, ∼340🔥, 0💬

Performance Tests on G1 collector
This chapter provides tutorial notes and example codes on performance impact of G1 collector, Topics include heap footprint; heap size impact; running Young GC only, running more Full GC and Old GC.
2022-10-01, ∼340🔥, 0💬

"netstat" - Display Network Statistics
This section provides a tutorial example on how to use 'netstat' command to display network statistics
2022-10-01, ∼340🔥, 0💬

JDBC-ODBC - Listing Tables with meta.GetTables()
This section describes how to get a list of tables in flat text file database connected by an ODBC driver.
2022-10-01, ∼340🔥, 0💬

XSD (XML Schema Definition) - XML Validation
This chapter provides tutorial notes and example codes on XSD (XML Schema Definition). Topics include writing an XML XSD validator using JDK built-in XML parser; using 'http://apache.org/xml/feature s/validation/schema'feature on XMLReader objects; using Schema and Validator objects.
2022-10-01, ∼339🔥, 0💬

file_exists() and File Testing Functions
This section describes some built-in file testing functions. file_exists() allows you test if a directory or file exists or not. is_file() returns true if the given path is a file, not a directory.
2022-10-01, ∼339🔥, 0💬

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

<< < 213 214 215 216 217 218 219 220 221 222 223 > >>   ∑:9022  Sort:Rank