<< < 222 223 224 225 226 227 228 229 230 231 232 > >>   ∑:8894  Sort:Date

Building the Debug Binary Package
This section provides a tutorial example on how to build the debug binary package of the HelloAndroid application using the Apache Ant tool and the build.xml file.
2022-10-01, ∼209🔥, 0💬

Running the Debug Binary Package
This section provides a tutorial example on how to run the debug binary package that has been installed on the Android emulator.
2022-10-01, ∼209🔥, 0💬

Unicode Code Point Blocks: 0000 - 0FFF
This chapter provides notes and tutorial examples on Unicode code point blocks or code charts. Topics including block name, code point range, sample code points, etc., in the range of 0000 - 0FFF.
2022-10-01, ∼209🔥, 0💬

"String" Class with Unicode Utility Methods
This section provides an introduction on 'String' class methods added and modified since J2SE 5.0 to support Unicode character processing.
2022-10-01, ∼209🔥, 0💬

"switch" Statements
This section describes how 'switch' statements work. Execution will start at the 'case' clause whose expected value matches the test expression. Execution will continue with all remaining 'case' clauses.
2022-10-01, ∼209🔥, 0💬

FileExistsTest.php - File Testing Examples
This section provides a tutorial example script on how to use file testing functions like file_exists(), is_dir(), and stat(). The example script displays detailed information of any given file.
2022-10-01, ∼209🔥, 0💬

Localization of Web Based Applications
This section describes what are involved in localization of a Web based application, which uses multiple programs: Web browser, Web server, application server, and database server.
2022-10-01, ∼209🔥, 0💬

Viewing Certificate Details in Apple Safari
This section provides a tutorial example on how to view certificate details when visiting an 'https' Website in Apple Safari.
2022-10-01, ∼209🔥, 0💬

Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country
This chapter provides a quick introduction of the free Web service, GetGMTbyCountry, returning the GMT time zone range of a given country.. Topics include usage description of GetGMTbyCountry; request message sample; response message sample.
2022-10-01, ∼209🔥, 0💬

GetInfoByState - Request Message Sample
This section provides a request message sample of GetInfoByState Web service.
2022-10-01, ∼209🔥, 0💬

The Moon Sign and Horoscope
This section provides an quick introduction of the Moon sign in horoscope.
2022-10-01, ∼209🔥, 0💬

What Is the C Shell
This section provides a quick introduction of the C shell which offers a easier command syntax than Bourne shell for C programmers.
2022-10-01, ∼209🔥, 0💬

"await" Expression Thread Example
A tutorial example is provided to confirm that the 'await' expression child thread will execute the remaining portion of the method if it has enough time to wait for the task to complete.
2022-10-01, ∼209🔥, 0💬

Blowfish CBC 2-Block Test Vectors
A tutorial Perl example is provided to show how to build a table of test vectors for Blowfish algorithm in CBC mode on 2-block (16-byte) plaintext messages.
2022-10-01, ∼209🔥, 0💬

Crypt::CBC Encryption with Random Salt
A tutorial Perl example is provided to show how to use Crypt::CBC to perform encryption with a passphrase only. Crypt::CBC will take a random salt and derive the secret key and the IV.
2022-10-01, ∼209🔥, 0💬

GCPerfP99.java - Output Verification
This section provides tutorials to verify output from GCPerfP99.java test runs. System interrupts are successfully excluded from performance calculation.
2022-10-01, ∼209🔥, 0💬

Introduction to Conda Environment
This section provides a quick introduction about the Conda environment, its file directories and command programs. Steps to verify its Python version, and install new packages.
2022-10-01, ∼209🔥, 0💬

JDBC-ODBC - Getting Flat File Driver Info
This section describes how to get ODBC driver and JDBC driver infor with the getMetaData() method.
2022-10-01, ∼209🔥, 0💬

JDBC-ODBC - Creating DSN for SQL Server 2005
This section describes how to create a DSN that connected to the local SQL Server.
2022-10-01, ∼209🔥, 0💬

Archived: mysqladmin - MySQL 5.0 Admin Tool
This section describes how to use MySQL admin tool to check server status and other admin tasks.
2022-10-01, ∼209🔥, 0💬

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

SSH Protocol and ssh/scp Commands
This chapter provides introductions and tutorial notes on SSH (Secure SHell) protocol and 'ssh/scp' commands. Topics include SSH connection steps; user password and public key authentication methods; SSH server configuration settings; 'ssh' for remote login sessions; 'scp' for copying remote files.
2023-12-26, ∼208🔥, 0💬

javax.crypto.KeyGenerator - Generating Secret Keys
This section provides a quick introduction of the secret key generation class, javax.crypto.KeyGenerator.
2022-10-16, ∼208🔥, 0💬

Use Case Diagram - Use Case Notation
This section describes the Use Case Notation used in a UML Use Case Diagram. A Use Case Notation presents a set of activities performed by actors on an object. When it is completed, a use case will yield a result that can be observed.
2022-10-05, ∼208🔥, 0💬

<< < 222 223 224 225 226 227 228 229 230 231 232 > >>   ∑:8894  Sort:Date