<< < 217 218 219 220 221 222 223 224 225 226 227 > >>   ∑:8894  Sort:Date

Creating and Running Threads
This section provides a tutorial example on how to create and run a thread that executes a static method.
2022-10-01, ∼214🔥, 0💬

HelloMySQL.pl - Sample Perl Program to Use MySQL
This section provides a sample Perl program, HelloMySQL.pl, which connects the MySQL server on the local machine, creates a table and inserts a record into the table.
2022-10-01, ∼214🔥, 0💬

Operations and Functions for Bit Strings
Describes operations and functions for bit strings, sequences of bit values, 0 and 1.
2022-10-01, ∼214🔥, 0💬

Delete Records That Are Not Referenced
This section provides a tutorial example on bulk deletion for records that are not referenced by another table.
2022-10-01, ∼214🔥, 0💬

Crypt::CBC Encryption Verification
A tutorial example is provided to verify Crypt::CBC against the Blowfish CBC test vector published at www.schneier.com.
2022-10-01, ∼214🔥, 0💬

Java Exception: "java.lang.OutOfMemoryError: Java heap space"
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2022-10-01, ∼214🔥, 0💬

Serial GC Tracing - Aged Live Objects
This section provides a tutorial of tracing how Serial GC increases the age of objects survived each additional GC in 'from' space.
2022-10-01, ∼214🔥, 0💬

macOS Network Connections
This chapter provides quick introductions of macOS network connections. Topics include 'ifconfig', 'traceroute', 'route' and 'netstat -nr' and 'lsof' commands.
2022-10-01, ∼214🔥, 0💬

Archived: Installing AdventureWorksLT Sample Database
This section describes how to install AdventureWorksLT as a sample database on SQL Server.
2022-10-01, ∼214🔥, 0💬

Big5 > Unicode 轉換: 二级漢字 - 第 CA 行
本節列出了 Big5 到 Unicode 代碼轉換表中「二级漢字」的第 CA 行。
2024-01-31, ∼213🔥, 0💬

Unicode > Big5 轉換: 第 22 部分 - U+6D7E 到 U+6EF2
本節列出了 Unicode 到 Big5 代碼轉換表的第 22 部分 - Unicode U+6D7E 到 U+6EF2。
2024-01-31, ∼213🔥, 0💬

1E290: Toto
This section provides a quick summary of the Unicode code point block: 'Toto', which contains 48 code points to represent Toto alphabets used in the Toto language.
2024-01-23, ∼213🔥, 0💬

Calling WSDL Operation Directly
This section provides a tutorial example on how to call an operation defined in a WSDL document as an object function on the SoapClient object created from the WSDL document.
2022-10-07, ∼213🔥, 0💬

Perl Socket Test Program for HTTP and SOAP
This chapter provides tutorial notes and example codes on the Perl socket test program for HTTP and SOAP communications. Topics include writing a simple Perl socket test program; sending HTTP 1.0 and HTTP 1.1 requests; sending SOAP 1.1 and SOAP 1.2 requests; fixing the issue caused by Content-Length...
2022-10-06, ∼213🔥, 0💬

Creating Android Project for Simple Application
This section provides tutorial example on how to create an Android project for a simple Android application using command line tools.
2022-10-01, ∼213🔥, 0💬

AndroidView v3.0 - Referencing Views in Resource Files
This section provides a tutorial example on how to identify and reference layouts or views defined the layout resource file. This is needed to mix layouts and views created in Java code with those defined in the resource file.
2022-10-01, ∼213🔥, 0💬

AndroidView v3.1 - Layouts with Vertical Orientation
This section provides a tutorial example on how to develop a layout resource file to display all fields in all blocks in vertical orientation.
2022-10-01, ∼213🔥, 0💬

Installing Application to Phone using "adb -d install" Command
This section provides a tutorial example on how to install the debug package of my 'HelloAndroid' application to my LG-P925g phone using the 'adb -d install' command through the USB debugging interface.
2022-10-01, ∼213🔥, 0💬

DatagraClient.java - A Datagram Client Application
This section provides a tutorial example on how to write a network application, DatagraClient.java, that creates a client socket, sends datagram packet to a datagram server.
2022-10-01, ∼213🔥, 0💬

CPU Execution Time Shared by Multiple Threads - Test Output
This section provides the test output of a tutorial example on how to measuring CPU execution time allocated to threads with different setPriorities.
2022-10-01, ∼213🔥, 0💬

Enhanced "for" Statements
This section describes enhanced 'for' statement, which is a looping statement that executes the contained statement repeatedly for each element in a given list.
2022-10-01, ∼213🔥, 0💬

"language" Datatype Values and Representations
This section describes the first derived datatype of 'token': 'language'. Input strings are converted to 'token' values before they are matched against the '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1, 8})*'pattern.
2022-10-01, ∼213🔥, 0💬

Including Old Schema Documents - "include" Component
This section describes why and how to include an existing schema document and reuse its datatype definitions.
2022-10-01, ∼213🔥, 0💬

The Monkey - Chinese Zodiac Animal Sign
This section discuss about the Monkey, the ninth Chinese zodiac animal sign.
2022-10-01, ∼213🔥, 0💬

<< < 217 218 219 220 221 222 223 224 225 226 227 > >>   ∑:8894  Sort:Date