<< < 67 68 69 70 71 72 73 74 75 76 77 > >>   ∑:9086  Sort:Date

PHP Modules Tutorials - Herong's Tutorial Examples
This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP modules himself. Topics include running PHP scripts on Windows, macOS and Linux; cURL module for getting URL responses; DOM mudule for parsing HTML Documents; GD module for processing ima...
2024-07-20, ∼774🔥, 0💬

FF00: Halfwidth and Fullwidth Forms
This section provides a quick summary of the Unicode code point block: 'Halfwidth and Fullwidth Forms', which contains 240 code points to represent halfwidth and fullwidth forms.
2024-01-23, ∼774🔥, 0💬

E0100: Variation Selectors Supplement
This section provides a quick summary of the Unicode code point block: 'Variation Selectors Supplement', which contains 240 code points to represent additional glyph variation selectors used in conjunction with the preceding letter.
2024-01-23, ∼771🔥, 0💬

Examples of GB18030 Encoding
This section provides examples of encoded byte sequences of GB18030 encoding, which is designed to encode Chinese characters.
2022-10-01, ∼771🔥, 0💬

Connection Pooling with Commons DBCP BasicDataSource
This section provides a tutorial example that shows you how to use the Commons DBCP BasicDataSource class to manage the connection pool with JavaBean style properties.
2023-03-13, ∼770🔥, 1💬

💬 2023-03-13 Moenke: "I asked to initialize 10 connections, but I see only 8 connections on MySQL server. Not sure why." -> Because maxTotal conencti...

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

MBean Browser on jmc JMX Console
This section provides a tutorial example on how to view details of live objects related to the JVM using the MBean Browser on jmc JMX Console.
2022-10-01, ∼769🔥, 0💬

FE70: Arabic Presentation Forms-B
This section provides a quick summary of the Unicode code point block: 'Arabic Presentation Forms-B', which contains 144 code points to represent Arabic forms.
2024-01-23, ∼768🔥, 0💬

Private Network ID Must Match "chainId"
This section describes the requirement on private network - the network ID must match the 'chainId' given in the genesis block configuration.
2022-06-28, ∼768🔥, 1💬

💬 2022-06-28 Jenny: Thank

"ID" Datatype Values and Representations
This section describes the built-in datatype 'ID' designed to primarily support the id attribute to identify a specific XML element. 'ID' values must be 'NCName' values and must be unique in a single XML document.
2022-10-01, ∼767🔥, 0💬

XSL-FO Document Basics and Examples
This chapter provides tutorial notes and example codes on XSL-FO document basics. Topics include basic rules of writing XSL-FO documents; examples of page break, page header, cover page, 2-column pages, etc.
2022-10-01, ∼767🔥, 0💬

XML-to-JSON Conversion Library for Java
This section provides a tutorial example on how to use a 'JSON-java' conversion library offered by json.org to perform XML-to-JSON conversions in a Java program. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, ∼766🔥, 0💬

10140: Ancient Greek Numbers
This section provides a quick summary of the Unicode code point block: 'Ancient Greek Numbers', which contains 80 code points to represent Ancient Greek numbers used in the Ancient Greek language.
2024-01-23, ∼765🔥, 0💬

Data Structure of Bitcoin Raw Transaction Format
This section describes the data structure of a Bitcoin raw transaction format.
2022-10-01, ∼765🔥, 0💬

What Is rdkit.Chem.Draw Module
This section provides a quick introduction of the core module of the RDKit library, rdkit.Chem.Draw, which functionalities to create molecule images in different formats as displaying images, internal objects, or external files.
2022-10-01, ∼765🔥, 0💬

Deleting a Root CA Certificate
This section provides a tutorial example on how to delete a root CA certificate from a certificate store using the certificates console on a Windows system.
2022-10-01, ∼763🔥, 0💬

java - Program Launching Command and Options
This section describes the Java launching tool 'java' and its commonly used command options.
2022-10-01, ∼763🔥, 0💬

Tomcat Installation on Windows Systems
This chapter provides tutorial notes and example codes on Tomcat installation on Windows systems. Topics include downloading and installing Tomcat for Windows systems; setting up environment variables to launch Tomcat server; setting up user access for server admin Web pages; Web application manager...
2022-10-01, ∼763🔥, 0💬

Concurrent Mark-Sweep (CMS) Collector - "+XX:+UseConcMarkSweepGC"
This chapter provides tutorial notes and example codes on the Concurrent Mark-Sweep Collector specified by the '+XX:+UseConcMarkSweepGC' JVM option. Topics include introduction to Concurrent Mark-Sweep (CMS) Collector; CMS Collector log message format; demonstration of reduction of stop-the-world by...
2022-10-01, ∼763🔥, 0💬

Global and Local Variables - Scope Rules
This section provides a quick description of global variables and local variables. Basic rules about variable scopes are provided.
2016-08-30, ∼763🔥, 2💬

💬 2016-08-30 Herong: Jammy, There is a typo in the consequence. It should read as "Rule #4 helps us to avoid the bad impact of rule #3, if you declar...

💬 2016-08-29 jammy: third consequence is not clear to me.

18800: Tangut Components
This section provides a quick summary of the Unicode code point block: 'Tangut Components', which contains 755 code points to represent structural elements used by scholars to index Tangut ideographs in modern dictionaries and glossaries.
2024-10-02, ∼762🔥, 1💬

💬 2024-10-02 Daniel: Very wonderful!

0C00: Telugu
This section provides a quick summary of the Unicode code point block: 'Telugu', which contains 128 code points to represent Telugu alphabets used in the Telugu language.
2024-01-23, ∼762🔥, 0💬

ReverseEchoServer.java - A Multi-Connection Socket Server
This section provides a tutorial example on how to write a network application, ReverseEchoServer.java, that creates a server socket and listens for multiple remote socket connection requests. It creates a new execution thread each time, for each new connection.
2022-10-01, ∼761🔥, 0💬

"byte" Data Type and Implicit Casting
This section provides a tutorial example on how 'byte' variables can be assigned with 'byte' values with implicit and explicit casting from other compatible types of values.
2022-10-01, ∼761🔥, 0💬

<< < 67 68 69 70 71 72 73 74 75 76 77 > >>   ∑:9086  Sort:Date