<< < 236 237 238 239 240 241 242 243 244 245 246 > >>   ∑:9022  Sort:Rank

Root Cause of Corrupted Chinese Text
This section provides a tutorial example to demonstrate the root cause of corrupted Chinese text - incorrect 8-bit encodings are used to decode original Chinese text.
2022-10-01, ∼299🔥, 0💬

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

Data Type - 'dict' for Dictionary Table
This section describes the 'dict' data type, which stores a collection of key-value pairs. 'list' data objects are mutable.
2022-10-01, ∼299🔥, 0💬

Character Set Encoding Classes and Methods
This chapter provides tutorial notes and example codes on character set related classes. Topics include collection types: what is character encoding; JDK supported encodings like: CP1252, ISO-8859, ASCII, UTF-8, UTF-16, GB18030; methods to encode characters to byte sequences; methods to decode byte ...
2022-10-01, ∼298🔥, 0💬

Supported Character Encodings in JDK
This section provides a tutorial example on how to display a list character encodings supported by JDK with the java.nio.charset.Charset.avail ableCharsets()method.
2022-10-01, ∼298🔥, 0💬

java.security.KeyStore - The 'keystore' Class
This section provides a quick introduction of the java.security.KeyStore class, which represents a copy of a 'keystore' database file in memory.
2022-10-01, ∼298🔥, 0💬

Variables and Assignment Operations
This section describes what is a variable, variable names prefixed with $, 'set' and 'unset' states of a variable, assigning data to variables, var_dump($var) to print variable information.
2022-10-01, ∼298🔥, 0💬

Arrays - Ordered Maps
This chapter provides tutorial examples and notes about arrays. Topics include creating arrays with the array constructor, using integer keys or string keys in arrays, accessing values through keys, array related built-in functions.
2022-10-01, ∼298🔥, 0💬

Visiting "https" Website with Mozilla Firefox
This section describes how Mozilla Firefox shows a lock icon when you visit an 'https' Website to provide you more security related information.
2022-10-01, ∼298🔥, 0💬

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

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

"New" Operator and "Nothing" Object
This section provides a tutorial example on how to define the Class_Initialize procedure to be called by the 'New' operator, and the Class_Terminate procedure to be called when the object lost its last reference.
2022-10-01, ∼298🔥, 0💬

XML DOM Node Tree Example
This section provides a tutorial example on how to print out the DOM Node tree by DOMBrowser.java with a given XML file.
2022-10-01, ∼298🔥, 0💬

StringBuffer - The String Buffer Class
This chapter describes the StringBuffer class included in the java.lang package. Topics include StringBuffer properties and methods, implementing a simple string buffer class, comparing performances of String and StringBuffer classes.
2022-10-01, ∼298🔥, 0💬

"yearMonthDuration" Datatype Values and Representations
This section describes the built-in primitive datatype, 'yearMonthDuration' that represents durations of time in units of months in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. 'yearMonthDuration' values can be stored as 'integer' values.
2022-10-01, ∼298🔥, 0💬

"simpleType" Components with "restriction" Child Components
This section describes the 'restriction' child component in 'simpleType' component. 'restriction' child components are used to reduce the value space on a base datatype by changing its constraining facets.
2022-10-01, ∼298🔥, 0💬

getTime Response in JSON Format
This section provides a tutorial example on obtaining the current time from a Yahoo server in JSON (JavaScript Object Notation) format using getTime Web service.
2022-10-01, ∼298🔥, 0💬

ChemSpider APIs - Get Query Results
This section provides a tutorial example on how to use 'Get Query Results' Web service to retrieve the result of query submitted previously with RSC (Royal Society of Chemistry) ChemSpider API.
2022-10-01, ∼298🔥, 0💬

Tcsh Command Line Examples
This section provides some Tcsh shell command line examples with explanations.
2022-10-01, ∼298🔥, 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, ∼298🔥, 0💬

etherscan.io - View Transaction
This section describes how to view an Ethereum transaction on etherscan.io.
2022-10-01, ∼298🔥, 0💬

Generational Garbage Collection in HotSpot
This section describes the generational garbage collection architecture used in the HotSpot JVM. Young Generation stores objects with shorter lives and Tenured Generation stores objects with longer lives.
2022-10-01, ∼298🔥, 0💬

What Is Cockpit
This section provides a quick introduction of what is Cockpit, a Web portal for Linux system administration.
2022-10-01, ∼298🔥, 0💬

"obabel ... -o svg -xP300" - Control Image Size
This section provides a tutorial example on how to control molecule SVG image size using the Open Babel 'obabel ... -o svg -xPnnn' command.
2022-10-01, ∼298🔥, 0💬

<< < 236 237 238 239 240 241 242 243 244 245 246 > >>   ∑:9022  Sort:Rank