<< < 115 116 117 118 119 120 121 122 123 124 125 > >>   ∑:8894  Sort:Date

What Is XSD (XML Schema Definition)
This section provides a quick introduction of XSD (XML Schema Definition) - a language that can be used to define a schema for XML documents.
2022-10-01, ∼366🔥, 0💬

Correction to Sun Implementation of UUEnccode
This section provides a correction to the Java implementation of UUEncode by Sun to fix the problem with the end of line delimiter.
2022-10-01, ∼366🔥, 0💬

simple-page-master Attributes and Sub Elements
This section describes attributes and sub elements of simple-page-master: master-name is the only required attribute and region-body is the only required sub element.
2022-10-01, ∼366🔥, 0💬

"-XX:TargetSurvivorRatio" - Second Tenuring Condition
This section describes the '-XX:TargetSurvivorRatio' JVM option, with sets the maximum survivor space usage percentage. When this limit is reached, all remaining live objects will be promoted to Tenured generation regardless of their age.
2022-10-01, ∼366🔥, 0💬

Creating Android Virtual Device (AVD)
This section provides a tutorial example on how to create an Android Virtual Device (AVD), which is an emulator configuration that lets you to model an actual Android device.
2022-02-22, ∼366🔥, 0💬

Python SOAP Client: Zeep
This chapter provides tutorial notes and example codes on Zeep Python library for WSDL. Topics include introduction of Zeep library; installing Python 3 engine and Zeep library; parsing WSDL 1.1 documents with Zeep default script; invoking WSDL 1.1 services and their operations.
2024-01-10, ∼365🔥, 0💬

Creating Frames with Sizes and Locations
This section provides a tutorial example on how to create a frame with a given size and a given location with setBounds() and setVisible() methods.
2022-10-01, ∼365🔥, 0💬

Inputting Chinese Text to MySQL Database in Big5
This section describes how to take Chinese text from Web form and store it in MySQL database in Big5 encoding.
2022-10-01, ∼365🔥, 0💬

LDIF File Format
Describes LDIF (LDAP Data Interchange Format) - a text file format to represent LDAP data entries and change requests. LDIF files are widely used by tools to manage LDAP server databases.
2022-10-01, ∼365🔥, 0💬

ConvertTemp - Response Message Sample
This section provides a response message sample of ConvertTemp Web service.
2016-03-30, ∼365🔥, 1💬

jcmd - The JVM Diagnostic Tool
This chapter provides tutorial notes on 'jcmd', the JVM Diagnostic Tool. Topics include list of local JVMs; list of diagnostic commands; running VM.* commands; running GC.* commands; generating heap dump and thread dump.
2022-10-01, ∼364🔥, 0💬

My First JSP Page on CentOS
This section provides a tutorial example on how to create the first JSP page with JSP code to test the JSP support of the Tomcat Web server on CentOS systems.
2022-10-01, ∼364🔥, 0💬

Crypt::CBC Padding Options
Padding options are described for the Crypt::CBC encryption process. There are 6 padding options supported by Crypt::CBC, 'standard' (i.e., PKCS#5), 'oneandzeroes', 'space', 'rijndael_compat', 'null', and 'none'.
2022-10-01, ∼364🔥, 0💬

Inline Stacking and Block Stacking
This section describes inline stacking and block stacking, which are processes to stack smaller areas inline-wise are block-wise to form new larger areas.
2022-10-01, ∼364🔥, 0💬

RenderX XEP Font Configurations
This chapter provides tutorial notes and example codes on RenderX XEP font configurations. Topics include RenderX XEP configuration file; generic font mapping; Adobe Base-14 font definitions; Windows font definitions; adding SimHei font for Chinese characters.
2022-10-01, ∼364🔥, 0💬

Bitcoin Core Download Blockchain
This section shows Bitcoin Core downloading the entire Bitcoin blockchain.
2022-10-01, ∼364🔥, 0💬

Finite Fields
This chapter provides an introduction to Finite Fields. Topics covered include definition of finite fields; examples of finite fields: prime fields GF(p), binary fields GF(2^n) and polynomial fields GF(p^n); field order as the number of elements; field characteristic p is the least positive integer ...
2022-10-01, ∼364🔥, 0💬

RenderX XEP Example - Borders.fo
This section provides a tutorial example on how to run XEP tool in a command line window to process an example XSL-FO document provided by RenderX.
2022-04-13, ∼364🔥, 2💬

💬 2022-04-13 Herong: Which version of XEP are you using?

💬 2022-04-07 User Test: xep only executes in the directory even after adding it to the path. using the path\xep does not work either

Chinese Calendars: Year 1921 to 1930
This chapter provides Chinese calendars for 10 years from 1921 to 1930.
2022-03-11, ∼364🔥, 1💬

ABC0: Meetei Mayek
This section provides a quick summary of the Unicode code point block: 'Meetei Mayek', which contains 64 code points to represent Meetei Mayek alphabets used in the Meetei language.
2024-01-23, ∼363🔥, 0💬

10AC0: Manichaean
This section provides a quick summary of the Unicode code point block: 'Manichaean', which contains 51 code points to represent a group of scripts used in the Manichaean language.
2024-01-23, ∼363🔥, 0💬

10B80: Psalter Pahlavi
This section provides a quick summary of the Unicode code point block: 'Psalter Pahlavi', which contains 29 code points to represent a number of letters for the Psalter Pahlavi script.
2024-01-23, ∼363🔥, 0💬

java.time.Instant Usage Examples
This section provides a tutorial example on how to use the java.time.Instant class to capture the current time, and to retrieve Epoch-Second value and Nanosecond-of-Second value. The system clock on Windows only supports millisecond resolution.
2022-10-01, ∼363🔥, 0💬

Regular Expression Pattern Match and Replacement
This chapter provides tutorial examples and notes on regular expression support in VBScript. Topics include 'RegExp' class and objects, setting up regular expressions and match option flags, applying a pattern for matches and replacements, checking MatchCollection and SubMatches collection objects, ...
2022-10-01, ∼363🔥, 0💬

<< < 115 116 117 118 119 120 121 122 123 124 125 > >>   ∑:8894  Sort:Date