<< < 62 63 64 65 66 67 68 69 70 71 72 > >>   ∑:9045  Sort:Date

Compiling C# Source Code Files
This chapter provides tutorial examples and notes on C# compiler options. Topics include compiling C# source code with multiple classes in a single source code file and multiple source code files; generating .NET library files.
2015-10-03, ∼804🔥, 1💬

💬 2015-10-03 koko: good

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

DOM Level Test - document.implementation.hasFeature
This section provides a tutorial example of using the document.implementation.hasFea ture()method to test DOM levels supported in a particular Web browser.
2016-05-17, ∼803🔥, 2💬

💬 2016-05-17 Herong: Bob, it looks like Core=XML in DOM level 1 specification. Thanks for the feedback.

💬 2016-05-14 Bob: The spec says the legal values for the feature parameter are "HTML" and "XML". https://www.w3.org/TR/REC-DOM-Level- 1/level-one-c...

Floating-Point Data Types
This section describes value ranges and storage space sizes of floating-point data types: float and double.
2016-02-15, ∼802🔥, 5💬

💬 2016-02-15 Herong: To Merit Campus, I have to remove links. Advertisement is not allowed in comments

💬 2016-02-15 Merit Campus: You can clear many of your doubts regarding data types in Core Java through Merit Campus, visit: [URL removed]. Not only data ty...

💬 2015-10-31 Herong: Page updated now. Thanks again, Raj.

💬 2015-10-24 Herong: Raj, good catch. It will be corrected later.

💬 2015-10-23 raj: Chief, second point should be "double" but it says "float"

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, ∼801🔥, 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

Storing Non-ASCII Characters in Database
This section describes how to store non-ASCII characters in MySQL database using different character set settings set column, table or database level.
2023-03-31, ∼799🔥, 1💬

"adb logcat" Command - Displaying System Logs
This section describes the 'adb logcat' command that can be used to print out Android system log data for debugging purpose.
2022-10-01, ∼798🔥, 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, ∼796🔥, 0💬

"NCName" Datatype Values and Representations
This section describes the built-in datatype 'NCName' designed to support XML element and attribute names with no namespace prefix. 'NCName', stands for 'Non-Colonized Name', datatype is derived from 'Name' by removing ':' from the 'Name' value pattern.
2022-10-01, ∼796🔥, 0💬

META-INF/MANIFEST.MF - JAR Manifest File
This section describes the JAR manifest file, META-INF/MANIFEST.MF, which contains information about the JAR file and its contents.
2022-10-01, ∼795🔥, 0💬

Web Server Log Files and Analysis Tool - "Analog"
This chapter provides an introduction of 'Analog' - Web log file analysis tool. Topics include IIS and Apache log file samples, installing and configuring 'Analog', setting up 'Analog' to process Apache log files.
2017-01-29, ∼795🔥, 1💬

Open Babel Installation Options on Linux
This section provides a quick introduction of Open Babel installation options for Linux computers.
2022-12-27, ∼794🔥, 1💬

💬 2022-12-27 ion kim: I am pharmacist from South Korea. I work in Romania. I want take this software in my Linux computer. Thank you!

Using Apple Safari as an XML Browser
This section provides a tutorial example on how to use Apple Safari as an XML file browser. Safari displays all elements in an XML file in a tree structure.
2022-10-01, ∼794🔥, 0💬

Configuring SimHei Font for Chinese Characters
This section provides a tutorial example on how to configure RenderX XEP with SimHei font family to support Chinese characters.
2022-10-01, ∼794🔥, 0💬

Share Conda Environment with Others
This section provides a tutorial example on how to share Conda environments with other users. 2 examples are provided: sharing personal environment in a group, and sharing system environment with everyone.
2022-10-01, ∼794🔥, 0💬

10600: Linear A
This section provides a quick summary of the Unicode code point block: 'Linear A', which contains 384 code points to represent Linear A alphabets used in the Linear A language.
2024-01-23, ∼793🔥, 0💬

System.getenv() Method - System Environment Variables
This section provides tutorial example on how to display system environment variables using the java.lang.System.getenv() method.
2022-10-01, ∼793🔥, 0💬

Copay Wallet on Bitcoin Test Network
This section describes how to create Copay wallet on Bitcoin Test Network.
2022-10-01, ∼793🔥, 0💬

Page Layout Masters
This chapter provides tutorial notes and example codes on XSL-FO page layout masters. Topics include introduction of simple-page-master and page-sequence-master; declaring region-body, region-before, region-after, region-start and region-end; mapping a page-sequence to a layout or layout sequence; m...
2022-10-01, ∼792🔥, 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, ∼792🔥, 0💬

Validating XML Documents with Assigned XSD
This section describes a tutorial example on how to validate an XML document with the assigned XML Schema file (XSD) using XMLPad.
2019-09-19, ∼789🔥, 1💬

Lucky Wedding Dates: 2096 - Year of the Dragon
Where to find lucky wedding dates for year 2096? Lucky Wedding Dates: 2096 - Year of the Dragon   ⇒ Lucky Wedding Dates: 2097 - Year of the Snake ⇐ Lucky Wedding Dates: 2095 - Year of the Rabbit ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2026-05-07, ∼786🔥, 0💬

Converting DOM Document Objects to XML Files
This section provides a tutorial example on how to convert DOM document objects into XML files using the XML transform package provided in JDK.
2022-10-01, ∼786🔥, 0💬

"dateTime" Datatype Values and Representations
This section describes the built-in primitive datatype, 'dateTime' that represents moments of time in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, ∼786🔥, 0💬

<< < 62 63 64 65 66 67 68 69 70 71 72 > >>   ∑:9045  Sort:Date