<< < 206 207 208 209 210 211 212 213 214 215 216 > >>   ∑:9020  Sort:Date

Unicode > Big5 轉換: 第 52 部分 - U+9DD2 到 U+9FA0
本節列出了 Unicode 到 Big5 代碼轉換表的第 52 部分 - Unicode U+9DD2 到 U+9FA0。
2024-01-31, ∼247🔥, 0💬

Introduction of Time
This chapter provides an introduction of time. Topics include what is time; standard unit to measure duration of time; how long is one 'second'.
2022-10-05, ∼247🔥, 0💬

Project Build Process Done by "ant debug" Command
This section describes the Android project build process done by the 'ant debug' command defined in the Ant build file. It performs 'aidl', 'aapt', 'javac', 'dex', 'apkbuilder' and 'zipalign' all together automatically.
2022-10-01, ∼247🔥, 0💬

java.util.ResourceBundle - Resource Bundle Abstract Class
This section provides a tutorial example on how to create resource bundles (localization key names with their localized text messages) as subclasses of the java.util.ResourceBundle abstract class.
2022-10-01, ∼247🔥, 0💬

Testing DOM XML DTD Validator
This section provides a tutorial example on how to test the DOM XML DTD Validator. All errors are generated with line numbers and explanations.
2022-10-01, ∼247🔥, 0💬

Characters of Multiple Languages in String Literals
This section provides a tutorial example on how enter and use characters of multiple languages in a single PHP script with Unicode UTF-8 encoding.
2022-10-01, ∼247🔥, 0💬

Join CAcert.org as a Member
This section provides a tutorial example on how to join CAcert.org as a community member.
2022-10-01, ∼247🔥, 0💬

"jdeprscan jar_file" - Deprecated API of Class File
This section provides a tutorial example on how to use 'jdeprscan' command to scan for deprecated APIs of a given class file.
2022-10-01, ∼247🔥, 0💬

SOAP Body and Operation Name - Book Reservation
This section provides a tutorial example on writing a WSDL 1.1 example that uses SOAP 1.2 over HTTP with style='document' and operation name as the first level element name in SOAP Body to help RPC method based client API like SOAP::Lite.
2022-10-01, ∼247🔥, 0💬

elementFormDefault="qualified" - Refill Order
This section provides a tutorial example on how to write a WSDL 1.1 example that uses SOAP 1.2 over HTTP with style='document' and elementFormDefault='qualified' in the schema to use qualified names for sub elements in SOAP Body.
2022-10-01, ∼247🔥, 0💬

Writing My First Java Program
This section provides a tutorial example on how to write, compile, and execute the first Java program with JDK 1.8.0.
2022-10-01, ∼247🔥, 0💬

Use "interface" as Annotation
This section provides a tutorial example on how to use 'interface' type to do the same job, roughly, as 'annotation' type.
2022-10-01, ∼247🔥, 0💬

CrashThread2.java - Thread Testing Program
This section describes a thread testing programs, CrashThread2.java, that keep adding new thread in a while loop.
2022-10-01, ∼247🔥, 0💬

Managing Cookies in JSP Pages
This chapter provides tutorial notes and example codes on managing cookies in JSP pages. Topics include what is a cookie; sending and receiving cookies in JSP pages; what is persistent cookies; setting cookie properties; dumping HTTP response.
2022-10-01, ∼247🔥, 0💬

Xerces2 Sample Program dom.Counter
This section provides a tutorial example on how to use dom.Counter to count total number of elements, attributes, etc. in an XML document using DOM technology.
2022-10-01, ∼247🔥, 0💬

Discontinued: getTime - Get the Current Time
This chapter provides a quick introduction of the free Web service, getTime. Topics include usage description of getTime; HTTP request sample; and HTTP response sample.
2022-10-01, ∼247🔥, 0💬

questionSearch - HTTP Request Sample
This section provides a request message sample of questionSearch Web service.
2022-10-01, ∼247🔥, 0💬

Method Parameter Arrays
This section describes method parameter arrays, which can be used as the last parameter in method definition to take an undefined number of parameters.
2022-10-01, ∼247🔥, 0💬

MySQL Server Data Backups on CentOS
This section provides a tutorial example on how to create backups of MySQL databases and load it back to another MySQL server for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, ∼247🔥, 0💬

Archived: Sending Text in UTF8 Encoding to MySQL 5
This section provides a test on sending non-ASCII character strings to MySQL 5 server in UTF8 encoding.
2022-10-01, ∼247🔥, 0💬

Selection Sort - Implementation Improvements
This section provides discussion on how to improve the performance of the Selection Sort implementation. There is no easy way to improve the Java implementation.
2022-10-01, ∼247🔥, 0💬

Shell Sort - Algorithm Introduction
This section describes the Shell Sort algorithm - A complex and fast sorting algorithm that repeatedly divides the entire collection into sub-collections by taking every h-th element for a fixed gap h and performs an insertion sort each sub-collection.
2022-10-01, ∼247🔥, 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, ∼247🔥, 0💬

Performance Jumps Not Related to GC
This section provides a tutorial showing that Performance jumps are not related garbage collections.
2022-10-01, ∼247🔥, 0💬

<< < 206 207 208 209 210 211 212 213 214 215 216 > >>   ∑:9020  Sort:Date