<< < 134 135 136 137 138 139 140 141 142 143 144 > >>   ∑:9086  Sort:Date

Processing XML with Python Scripts
This chapter provides notes and tutorial examples on Python XML packages. Topics include introduction of built-in 'xml' packages; using xml.dom.minidom package to build new XML documents; parsing XML documents into DOM object trees; parsing XML documents using SAX event handlers.
2023-08-02, ∼434🔥, 1💬

java.util.ResourceBundle.getBundle() - Retrieving Resource Bundles
This section provides a tutorial example on how to use the java.util.ResourceBundle.getBu ndle()method to retrieve resource bundle objects by resource bundle names.
2022-10-01, ∼434🔥, 0💬

Character.getNumericValue() - Numeric Value of Code Point
This section provides tutorial example on how to test 'Character' class getNumericValue() static methods to obtain the numeric value associated with a given Unicode character.
2022-10-01, ∼434🔥, 0💬

Micro Benchmark Tests on "long" Operations
This chapter provides tutorial notes and example codes on micro benchmark tests on 'long' data type operations. Topics include empty loop, assignment loop, add operation, multiplication operation and division operation.
2022-10-01, ∼434🔥, 0💬

Declaring Complex Elements with Attributes Only
This section describes a tutorial example on how to declare an element that accepts only attributes using a user defined complexType datatype.
2022-10-01, ∼434🔥, 0💬

InnoDB Storage Engine - Primary and Secondary Indexes
This chapter provides tutorial notes to demonstrate how InnoDB stores data rows, the primary index, and secondary indexes.
2022-10-01, ∼434🔥, 0💬

Capturing HTTP Request Generated by the HttpURLConnection Class
This section provides a tutorial example on how to capture the HTTP request generated by a HttpURLConnection program to call the NumberToWords SOAP 1.1 Web service provided by dataaccess.com.
2021-11-24, ∼434🔥, 2💬

💬 2021-11-20 Herong: baravi, you should not getting the PKIX error, because this is local test with no PKI certificates involved. You are getting the...

💬 2021-11-19 baravi: PKIX path building failed error am getting

Derby (Java DB) - DML Statements
This chapter provides tutorial notes on executing DML statements with Derby (Java DB) JDBC Driver. Topics include inserting, updating and deleting data rows in existing tables; creating IDENTITY columns; handling date and timestamp values.
2017-06-18, ∼434🔥, 1💬

Unicode 到 Big5 轉換 - 13,461 全部字符
本章列出了 Unicode 到 Big5 轉換表,包括大五碼(Big5)字符集中 13,461 全部字符。
2024-01-31, ∼433🔥, 0💬

Mozilla Firefox Displaying Certificate Error Page
This section provides a tutorial example showing that Mozilla Firefox fails to validate an HTTPS server certificate and displays a certificate error page.
2022-10-01, ∼433🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼433🔥, 0💬

MenuItemTest.java - AWT Menu Item Test Program
This section provides a tutorial example on how to use the java.awt.MenuItem class to create menu items and add them to different menus, sub menus, or the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2022-10-01, ∼433🔥, 0💬

Archived: Downloading and Installing Notepad++ 5.9
This section provides a tutorial example on how to download and install Notepad++ 5.9 on Windows system; and how to add the XML Tools Plugin in Notepad++.
2022-10-01, ∼433🔥, 0💬

Deadlock Example - 5 Dining Philosophers
This section provides a Java program that simulates the deadlock example - 5 Dining Philosophers.
2022-10-01, ∼433🔥, 0💬

Archived: Running JRockit JVM with Management Console
This section provides a tutorial example on use JRockit Management Console server and client components to collect runtime data from the JRockit JVM.
2022-10-01, ∼433🔥, 0💬

Fetching Non-ASCII Text from MySQL
This section describes how to set character_set_results properly to retrieve non-ASCII character strings from MySQL server.
2022-10-01, ∼433🔥, 0💬

Perl Crypt::CBC Module
Tutorial notes and example codes are provided on Crypt::CBC Perl module. Topics include introduction and installation of Crypt::CBC; Encryption options, Literal Key, Salted Key and Random Salt; Padding options; Test Vectors.
2022-10-01, ∼433🔥, 0💬

Serial GC Tracing - Tight Heap
This section provides a tutorial on tracing how Serial GC works with a tight heap size.
2022-10-01, ∼433🔥, 0💬

Object References and Garbage Collection
This chapter provides tutorial notes and example codes on Object References and Garbage Collection. Topics include object reference types; strong reference test program; final reference test program; dead objects with final references in heap; performance impact of final references.
2022-10-01, ∼433🔥, 0💬

What Is Cyclic Group
This section describes Cyclic Group, which is a finite Abelian group that can be generated by a single element using the scalar multiplication operation in additive notation (or exponentiation operation in multiplicative notation).
2022-10-01, ∼433🔥, 0💬

Using Python Shell at python.org
This section provides a tutorial example on how to use to the Python shell at python.org with a Web browser to run Python code.
2026-01-03, ∼432🔥, 0💬

Thunderbird Installation on macOS and Windows
This section provides a tutorial example on how to install Thunderbird on macOS and Windows computers as an email client tool, also called MUA (Mail User Agent).
2024-04-06, ∼432🔥, 0💬

__pycache__/module.version.pyc Files
This section provides a quick introduction to the __pycache__/module.version.pyc file. which is a binary file created by the Python system to store the compiled version of the given module file.
2023-07-17, ∼432🔥, 2💬

💬 2023-07-17 Jaeun: Thank you!

💬 2023-02-15 yasin: nice explanation

What Is a Datagram?
This section describes what is a datagram - An independent and self-contained message sent over the network whose arrival, arrival time, and content are not guaranteed.
2022-10-01, ∼432🔥, 0💬

<< < 134 135 136 137 138 139 140 141 142 143 144 > >>   ∑:9086  Sort:Date