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

"token" Datatype Values and Representations
This section describes the built-in datatype 'token' derived from 'normalizedString'. Whitespace characters are collapsed to a single ' ' character. Leading and trailing whitespace characters are removed.
2022-10-01, ∼713🔥, 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, ∼713🔥, 1💬

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

Android Application Package (APK) Files
This chapter provides tutorial notes on Android application package (APK) files. Topics include introduction to APK file; packaging application files into a single APK file; using 'adb' command to install APK files; using 'adb' command to copy file to Android emulator.
2022-12-10, ∼712🔥, 4💬

💬 2022-08-04 Eddie S: Very Useful! You may also be interested in: APK MODS

💬 2022-08-04 Eddie Stallings: Infromative! Download Android apks here: droidmods.co

Java Exceptions in AndroidRuntime Error Log
This section provides a tutorial on how use the 'adb logcat' command to retrieve Java exceptions from the AndroidRuntime error log entries.
2022-10-01, ∼712🔥, 0💬

Generic Font for Chinese Characters
This section provides a tutorial example on using XSL-FO generic font for Chinese characters. Apache FOP AWT output works. But PDF output failed, because the mapped font Helvetica does not support Chinese characters.
2022-10-01, ∼712🔥, 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, ∼711🔥, 0💬

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

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

rdkit.Chem.Draw - Handle Molecule Images
This chapter provides introductions and tutorial examples on rdkit.Chem.Draw module. Topics include introduction of rdkit.Chem.rdDepictor module; module methods to get molecule images quickly; sub-modules to draw molecule images with better controls.
2022-10-01, ∼709🔥, 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, ∼708🔥, 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, ∼708🔥, 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, ∼708🔥, 0💬

String Comparison Operation
This section provides a quick introduction of string comparison operations, which compare one character at a time based its ASCII value.
2016-03-03, ∼708🔥, 1💬

"jshell> /edit" - Editing Code Snippet
This section provides a tutorial example on how to start the editor to enter and change a long code snippet in 'jshell'.
2020-06-11, ∼706🔥, 2💬

💬 2020-06-11 Herong: Tarun, what platform are you using?

💬 2020-06-11 Tarun Teja: unable to edit my snippet

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, ∼705🔥, 1💬

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

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

Integrating PHP with Apache Web Server
This chapter provides tutorial notes on installing Apache Web server on Windows systems. Topics include downloading and installing Apache 2.4.12 binary distribution; configuring Apache to run PHP as CGI scripts and with Apache PHP load module; testing PHP scripts on Apache server.
2022-10-01, ∼703🔥, 0💬

bitcoin-cli Network Commands
This section describes how to use 'bitcoin-cli getclock' command.
2022-10-01, ∼703🔥, 0💬

GB2312 to Unicode - Row 31: 0xBFA1 to 0xBFFE
GB2312 to Unicode code mapping is provided for GB2312 character set - Row 31: Level 1 Hanzi Characters 0xBFA1 to 0xBFFE.
2016-03-10, ∼703🔥, 1💬

💬 2016-03-10 daz: OUI

2300: Miscellaneous Technical
This section provides a quick summary of the Unicode code point block: 'Miscellaneous Technical', which contains 256 code points to represent miscellaneous technical symbols.
2024-01-23, ∼701🔥, 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, ∼701🔥, 0💬

Location: - Forcing the Browser to Redirect to Another URL
This section provides a tutorial example on how to insert the 'Location:' header line in a HTTP response to tell the browser to do a URL redirect - Send a HTTP request to the specified ULR immediately.
2015-10-21, ∼701🔥, 4💬

💬 2015-10-21 George: Does anyone know how to tell IIS to NOT do this?

💬 2015-10-21 George: I believe it is IIS changing the contents

💬 2015-09-24 Herong: Hi Robert, you are probably right. I will compare it with the Apache server.

💬 2015-09-23 Robert: This is an issue in IIS, not php.

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