<< < 56 57 58 59 60 61 62 63 64 65 66 > >>   ∑:8894  Sort:Date

"Hello world!" Example of XSLT
This section provides a tutorial example on how to a first XSLT stylesheet, hello.xls, to transform the original XML document, hello.xml. The Internet Explorer (IE) can be used as XSLT transformation program to apply the stylesheet and generate the resulting document.
2022-10-01, ∼789🔥, 0💬

Creating and Deploying a Servlet on Tomcat
This section provides a tutorial example on how to create a simple Servlet class, compile it and deploy it on the Tomcat server.
2022-10-01, ∼789🔥, 0💬

TCC - Tiny C Compiler
This section provides a quick introduction of Tiny C Compiler developed by Fabrice Bellard in 2002.
2022-10-01, ∼789🔥, 0💬

Input Chinese Text Data to MySQL Database
This chapter provides tutorial notes on saving Chinese text into MySQL database through Web forms and retrieved it back to Web pages. Topics include reviewing the communication process; testing with UTF-8, GBK and Big5 encodings.
2017-05-03, ∼789🔥, 2💬

💬 2017-05-03 : 你好吗

Ethereum Mist Wallet
This chapter introduces what is Ethereum Mist Wallet.
2021-11-16, ∼787🔥, 1💬

💬 2021-11-16 phuong: thanks

0000: C0 Controls and Basic Latin
This section provides a quick summary of the Unicode code point block: 'C0 Controls and Basic Latin', which contains 128 code points to represent simple text formatting codes and English language characters.
2024-01-23, ∼786🔥, 0💬

rotateLeft() - Left Rotating All Bits in a Byte Array
This section provides a tutorial example on how to perform a left rotation of all bits in a byte array - rotateLeft().
2022-10-01, ∼786🔥, 0💬

Literal Formats for Floating-Point
This section describes 2 literal formats for floating-point values: decimal and hex floating-point literals. The default floating-point literal data type is 'double'.
2016-02-19, ∼786🔥, 1💬

💬 2016-02-19 Merit Campus: You can clear many of your doubts regarding Literals in Java through Merit Campus, visit: [URL removed]. Not only Literals, we a...

1986 - 芙蓉镇 - Hibiscus Town
芙蓉镇(Hibiscus Town), 1986; 导演: 谢晋(Jin Xie); 主演: 姜文(Wen Jiang), 刘晓庆(Xiaoqing Liu).
2022-07-29, ∼785🔥, 1💬

💬 2022-07-29 limis: I do need such a tour

AAE0: Meetei Mayek Extensions
This section provides a quick summary of the Unicode code point block: 'Meetei Mayek Extensions', which contains 32 code points to represent additional Meetei Mayek alphabets used in the Meitei language.
2024-01-23, ∼784🔥, 0💬

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

"portType" - Port Type Definition Element
This section describes 'portType', a definition element that defines a port type with one or multiple operations. An operation is defined with input-output pattern. An input or output is defined to be of a given message type.
2022-10-01, ∼782🔥, 0💬

xml.dom.minidom for Parsing XML Document
This section provides a tutorial example on how to parse an existing XML document into DOM object tree with Python xml.dom.minidom package.
2022-10-01, ∼781🔥, 0💬

LVM (Logical Volume Manager)
This chapter provides introductions and tutorial on LVM (Logical Volume Manager). Topics include introduction to LVM components: PV (Physical Volume), VG (Volume Group), LV (Logical Volume); creating and managing PV, VG, LV; extending file systems on LVs on the fly.
2022-10-01, ∼781🔥, 0💬

"sc.exe query type= service" - All Application Program Services
This section provides a tutorial example on how to list all application program services with 'sc.exe' Service Controller command tool.
2020-07-01, ∼781🔥, 1💬

💬 2020-07-01 Richard Djeniko: you are wonderful with information, but i have not solve my problem of green color to enable local host to run fully. in wamp st...

"keytool" Viewing Certificates in DER and PEM
This section provides a tutorial example on how to use 'keytool' to view certificates in DER and PEM formats generated by 'OpenSSL'.
2022-10-04, ∼780🔥, 0💬

Block Splitting for Page Break
This section provides a tutorial example showing a 'block' of text getting split into two parts, because it is too big to fit into remaining portion of the current page.
2022-10-01, ∼780🔥, 0💬

"openssl genrsa" Generating Private Key
This section provides a tutorial example on how to generate a RSA private key with the 'openssl genrsa' command. The key file can be then converted to DER or PEM encoding with or without DES encryption.
2022-10-04, ∼779🔥, 0💬

Explicit and Implicit Type Casting
This section describes type casting supported in Java: up casting (widening reference conversion) and down casting (narrowing reference conversion). Cast operation can be written explicitly with the cast operator (T), or implicitly with no operator.
2022-10-01, ∼779🔥, 0💬

Elliptic Curve Geometric Properties
This section describes two geometric properties of an elliptic curve: horizontal symmetry and 3 intersections or less with straight lines.
2022-05-15, ∼777🔥, 1💬

Bubble Sort - Implementation in Perl
This section provides a tutorial on how to implement the Bubble Sort algorithm in Perl.
2022-10-01, ∼773🔥, 0💬

MySQL JDBC Driver (MySQL Connector/J)
This chapter provides tutorial notes on MySQL JDBC driver. Topics include installing MySQL JDBC driver; connection URL and DriverManager class; DataSource and Connection objects; server and driver information; creating tables with auto-increment columns.
2022-10-01, ∼773🔥, 0💬

jstack - Stack Tracer to Generate Thread Dump
This section provides a tutorial example on how to use the 'jstack' tool to generate a thread dump (print all running threads and their stack traces).
2017-01-23, ∼772🔥, 1💬

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, ∼771🔥, 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...

<< < 56 57 58 59 60 61 62 63 64 65 66 > >>   ∑:8894  Sort:Date