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

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, ∼796🔥, 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, ∼796🔥, 0💬

Conda Configuration Files
This section provides a quick introduction about the Conda Configuration Files that contain configuration settings for the Conda command and its environments.
2022-10-01, ∼796🔥, 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, ∼795🔥, 0💬

2035 年年历 - 兔年
中国年历 - 2035 年年历 - 兔年
2022-10-19, ∼793🔥, 0💬

javac - Java Compilation Command and Options
This section describes what are the commonly used command line options for the Java compiler - 'javac' tool.
2022-10-01, ∼793🔥, 0💬

Deprecated: "geth --testnet" - Ethereum Node on Ropsten Network
This section describes how to run a 'geth' Ethereum node on the Ropsten Network.
2022-10-01, ∼793🔥, 0💬

100000: Supplementary Private Use Area-B
This section provides a quick summary of the Unicode code point block: 'Supplementary Private Use Area-B', which contains 65536 code points reserved for private uses.
2024-01-23, ∼792🔥, 0💬

"brainpoolP256t1"“ - For 256-Bit ECC Keys
This section describes 'brainpoolP256t1' elliptic curve domain parameters for generating 256-Bit ECC Keys as specified by RFC 5639.
2022-10-01, ∼792🔥, 0💬

Using Sendmail as a Mail User Agent (MUA)
This section provides an example using Sendmail a Mail User Agent (MUA) to transfer a local email message.
2021-05-26, ∼792🔥, 2💬

💬 2021-05-26 Herong: djj, thanks for your comment.

💬 2021-05-19 djj: Although agreeing that the above is how the MTA should work, I feel it might be worth mentioning that providers in many markets ...

"Repeatable Read" Isolation Level
This section provides a tutorial example on the 'Repeatable Read' isolation level, where reads are guarantied to be repeatable.
2015-12-28, ∼792🔥, 4💬

💬 2015-12-28 Herong: SqLoveNian, thanks for the additional information. I guess the "phantom read" is just concept defined in the SQL 92 specificatio...

💬 2015-12-24 SqLoveNian: Actually I gave a bad answer. MySql and same goes of course for MariaDB, do not enable generating a phantom read, by running two...

💬 2015-12-23 Herong: SqLoveNian, I will test it with your suggestion. Thanks.

💬 2015-12-21 SqLoveNian: You would get a phantom read if the second query would be SELECT * FROM User

"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, ∼791🔥, 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, ∼791🔥, 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, ∼790🔥, 0💬

Perl SOAP::Lite for WSDL
This chapter provides tutorial notes and example codes on Perl SOAP::Lite for WSDL. Topics include introduction of Perl SOAP::Lite; installing Perl and SOAP::Lite; loading WSDL 2.0 documents and getting errors.
2022-10-01, ∼789🔥, 0💬

About This Book: Windows Tutorials
This section provides some detailed information about this book - Windows Tutorials - Herong's Tutorial Examples.
2021-03-26, ∼789🔥, 1💬

About This Book
This section provides some detailed information about this book - __title__.
2017-04-01, ∼789🔥, 1💬

WebViewClient Subclass - Content Rendering Callbacks
This section provides a tutorial example on how to implement a subclass of android.webkit.WebViewClient with callback methods to interface with the rendering process of the WebView content.
2015-11-27, ∼789🔥, 1💬

10100: Aegean Numbers
This section provides a quick summary of the Unicode code point block: 'Aegean Numbers', which contains 64 code points to represent Aegean numbers used in Aegean languages.
2024-01-23, ∼787🔥, 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, ∼787🔥, 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 - JVM Tutorials - Herong's Tutorial Examples.
2022-10-01, ∼787🔥, 0💬

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, ∼786🔥, 0💬

中國農歷二百年算法及年歷 - 和榮筆記
本書開始部份簡單地介紹了日歷的基本原理,一些天文數據和公式, 同時也介紹了目前中國使用的公歷和農歷的基本推算規則。中間部份 列出了一個中國農歷推算原程式。這個程式采用了壓縮數据,可以用 來推算二百年農歷日期。本書的其余部份收錄了由這個程式制作的二 百年年歷。書中還介紹了一個公式和程序用於計算太陽的位置和經度 ,也可以...
2022-10-04, ∼786🔥, 0💬

Search Operation Performance of Different Collection Classes
This section provides a tutorial example on how to do performance comparison on search operations on different collection classes implemented in JDK 1.4.1. HashSet and LinkedHashSet have the best performance on search operations.
2022-10-01, ∼786🔥, 0💬

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