<< < 59 60 61 62 63 64 65 66 67 68 69 > >>   ∑:8897  Sort:Date

14400: Anatolian Hieroglyphs
This section provides a quick summary of the Unicode code point block: 'Anatolian Hieroglyphs', which contains 583 code points to represent the Anatolian Hieroglyphs script which appeared on personal seals, monumental inscriptions, and other objects in the second and first millennia BCE in present-d...
2024-01-23, ∼748🔥, 0💬

jrunscript - What Is It
This section describes what is 'jrunscript' - a command line tool that allows you to run script code that in interactive or batch mode.
2022-10-01, ∼747🔥, 0💬

Using Mozilla Firefox as an XML Syntax Checker
This section provides a tutorial example on how to use Mozilla Firefox as an XML file syntax checker. If there are syntax errors in an XML file, Firefox will stop displaying the XML file at the first error location.
2022-10-01, ∼747🔥, 0💬

jmap - JVM Heap Dump Tool
This section describes the JVM heap dump tool, 'jmap', command and its options. Windows version of 'jmap' can print heap histogram and generate heap dump.
2022-10-01, ∼746🔥, 0💬

1DF00: Latin Extended-G
This section provides a quick summary of the Unicode code point block: 'Latin Extended-G', which contains 256 code points to represent Latin Extended-G alphabets used in the Latin Extended-G language.
2024-05-15, ∼745🔥, 1💬

💬 2024-05-15 Adrian rock field: It’s A Letter That Doesn’t Exist In keyboard

08A0: Arabic Extended-A
This section provides a quick summary of the Unicode code point block: 'Arabic Extended-A', which contains 96 code points to represent additional alphabets used in the Arabic language.
2024-01-23, ∼745🔥, 0💬

SOAP Fault Message Structure
This section provides a description of the SOAP fault message structure and a sample message.
2022-10-07, ∼745🔥, 0💬

Installation of Android SDK R24 and Emulator
This chapter provides tutorials and notes on installation of Android SDK R24 and emulator. Topics include downloading and installing Android SDK R24; installing Android latest platform; creating Android virtual device; running Android emulator; running emulator's built-in Web browser.
2022-03-04, ∼745🔥, 0💬

"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, ∼745🔥, 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

1E00: Latin Extended Additional
This section provides a quick summary of the Unicode code point block: 'Latin Extended Additional', which contains 256 code points to represent additional Latin alphabets used in Latin languages.
2024-01-23, ∼744🔥, 0💬

"adb logcat" Command Arguments - Output Filters
This section describes how to use the 'adb logcat' command arguments to filter out unwanted log entries. 'adb logcat dalvikvm:V *:S' means dump all log entries from the Java Virtual Machine, dalvikvm, and nothing from all other processes.
2022-10-01, ∼744🔥, 0💬

Install JDK with "yum" Command
This section provides a tutorial on how to download and install JDK packages using 'yum' command on CentOS systems. It will automatically install dependencies.
2022-10-01, ∼744🔥, 0💬

"gYearMonth" and "gMonthDay" Datatypes
This section describes the built-in primitive datatype, 'gYearMonth' and 'gMonthDay', that represents year-month and month-day combinations in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, ∼744🔥, 0💬

What Is "key" Identity-Constraint?
This section describes the 'key' identity-constraint, where a combination of certain sub elements or attributes is defined as a key identity, which must have values and values must be unique.
2022-10-01, ∼744🔥, 0💬

What Is XML Notepad
This section describes XML Notepad, which is an XML file editor developed by Microsoft and offered as an open source freeware.
2021-07-27, ∼744🔥, 2💬

💬 2021-07-27 Herong: Looks like Microsoft has moved the software to https://microsoft.github.io/XmlNotep ad/. Thanks for reporting the issue.

💬 2021-07-24 q109876543210blastzoft@outlook.c: Link not active at Microsoft no longer

JDK Documentation Installation
This section describes how to install JDK Documentation on your own local machine.
2022-10-01, ∼743🔥, 0💬

1D400: Mathematical Alphanumeric Symbols
This section provides a quick summary of the Unicode code point block: 'Mathematical Alphanumeric Symbols', which contains 1024 code points to represent mathematical alphanumeric symbols.
2024-01-23, ∼741🔥, 0💬

What Is JAXP?
This section provides a quick introduction of Java API for XML Processing (JAXP) that included in JDK 1.6.
2022-10-01, ∼741🔥, 0💬

What Is a Unicode Font
A Unicode font is a font that covers a large portion of the Unicode character set to support multiple written languages. For example, Arial Unicode MS and GNU Unifont are considered to be Unicode fonts.
2022-10-01, ∼739🔥, 0💬

SoapVar Constructor - Creating Encoded Values
This section provides a tutorial example on how to create input parameters with type encoded values. Built-in types are XSD_STRING, XSD_BOOLEAN, XSD_DECIMAL, XSD_DATE, XSD_ANYXML, etc.
2022-10-01, ∼739🔥, 0💬

"On Error Resume Next" - Turning on Error Handling
This section provides a tutorial example on how to use the 'On Error Resume Next' statement to turn on error handling flag. You can use Err.Number &gt; 0 to test if there is any runtime error has been raised or not.
2022-10-01, ∼739🔥, 0💬

1B170: Nushu
This section provides a quick summary of the Unicode code point block: 'Nushu', which contains 396 code points to represent the Nüshu script devised by women to write the local Chinese dialect of Jiangyong county in the Xiaoshui Valley of southeastern Hunan province in China.
2024-01-23, ∼738🔥, 0💬

1F780: Geometric Shapes Extended
This section provides a quick summary of the Unicode code point block: 'Geometric Shapes Extended', which contains 89 code points to represent additional Geometric Shapes originates from the set of Wingdings.
2024-01-23, ∼738🔥, 0💬

"-Xlog:gc*=trace" - Maximum GC Logging
This section describes the garbage collection logging option '-Xlog:gc*=trace' (the maximum GC logging option), which prints log messages from all GC sources with the lowest log level of TRACE.
2022-10-01, ∼737🔥, 0💬

<< < 59 60 61 62 63 64 65 66 67 68 69 > >>   ∑:8897  Sort:Date