<< < 166 167 168 169 170 171 172 173 174 175 176 > >>   ∑:8894  Sort:Date

Reading DSA Private and Public Key Files
This section provides a tutorial example on running the test program JcaKeyFactoryTest.java to generate, write, read and convert DSA private and public keys.
2022-10-01, ∼261🔥, 0💬

Archived: EncodingSampler.java - BMP Character Encoding
This section provides a tutorial example on how to use 4 different methods provided in Java to encode characters with a given encoding for BMP (Basic Multilingual Plane) characters only.
2022-10-01, ∼261🔥, 0💬

Archived: MySqlLoop.php using php_mysql.dll Library
This section provides a tutorial example on how to use MySQL functions to connect to a MySQL server, and run SQL statements to create a table, insert rows and fetch rows with the MySQL server.
2022-10-01, ∼261🔥, 0💬

RPC Style Example - Get Stock Price
This section provides a tutorial example on writing a WSDL 2.0 example that uses SOAP 1.2 over HTTP with RPC as the message style.
2022-10-01, ∼261🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼261🔥, 0💬

DOCTYPE - Document Type Declaration Statement
This section describes syntax formats of the DOCTYPE statement, which is used to declare that this XML document has been linked to DTD document type with the specified root element name.
2022-10-01, ∼261🔥, 0💬

bitStringTest.java - Testing Program
This section provides tutorial example program to test setBit(), getBit(), and rotateLeft() to manage bit strings in byte arrays.
2022-10-01, ∼261🔥, 0💬

ThreadGroup Class and "system" ThreadGroup Tree
This chapter provides tutorial notes and tutorial examples on the ThreadGroup class and the 'system' ThreadGroup tree. Topics include main methods of the ThreadGroup class, displaying the 'system' ThreadGroup tree, adding threads and thread groups, testing the reported JDK 1.3 bug - memory leak of u...
2022-10-01, ∼261🔥, 0💬

"anyAtomicType" Built-in Datatype Values and Representations
This section provides a tutorial example to show built-in datatype 'anyAtomicType' valid values and representations. Everything, except XML structure, is a valid 'anyAtomicType' lexical representation.
2022-10-01, ∼261🔥, 0💬

The Dragon - Chinese Zodiac Animal Sign
This section discuss about the Dragon, the fifth Chinese zodiac animal sign.
2022-10-01, ∼261🔥, 0💬

Start a New Ethereum Private Network
This section describes how to start a new Ethereum private network.
2022-10-01, ∼261🔥, 0💬

View Transaction Receipt
This section describes how to view transaction receipt.
2022-10-01, ∼261🔥, 0💬

Tenured Generation Collection - Major GC
This section describes basic steps of a Tenured Generation Collection, also called a Major GC, which uses a simple 3-step Mark-Sweep-Compact algorithm on the entire Tenured Generation.
2022-10-01, ∼261🔥, 0💬

Usage Report on Heap Memory Areas
This section provides explanations of the usage report on heap memory areas generated by the '-Xlog:gc+heap=debug' log option.
2022-10-01, ∼261🔥, 0💬

Adaptive Size Policy Log Messages
This section provides examples and explanations of log messages generated '-Xlog:gc+ergo=debug' and '-XX:AdaptiveSizePolicyOutputI nterval=1'JVM options used with the Parallel collector.
2022-10-01, ∼261🔥, 0💬

1973 年年历 - 牛年
中国年历 - 1973 年年历 - 牛年
2022-10-08, ∼260🔥, 0💬

Web Archive File - XML File of Base64 Encoded Data
This section provides a tutorial example on how to view contents of a Web archive file, which is really an XML file with Base64 encoded data.
2022-10-01, ∼260🔥, 0💬

Archived: Verifying Android Platform Installation
This section provides a tutorial example on how to verify Android platform installation using the 'android' tool provided in the Android SDK starter package.
2022-10-01, ∼260🔥, 0💬

Archived: Android Emulator Built-in Web Browser
This section provides a tutorial example on how to use the Android emulator's built-in Web browser to visit a home page.
2022-10-01, ∼260🔥, 0💬

Viewing Server Certificate Path with Chrome on Android Phone
This section provides a tutorial example on how to view server certificate path when visiting a 'https' Website with Chrome on Android phone. The top certificate in a certificate path is the root CA certificate, which is trusted by browser settings.
2022-10-01, ∼260🔥, 0💬

Local Variables - Examples
This section provides a tutorial example on how local variables behave inside and outside functions.
2022-10-01, ∼260🔥, 0💬

The "Boolean" Object Type - Wrapping Boolean Values into Objects
This section provides a quick description and a tutorial example script on the 'Boolean' built-in object type, which is used to create 'Boolean' objects.
2022-10-01, ∼260🔥, 0💬

Java GUI Test Program
This section provides a tutorial example on how to build a Java GUI application with JInternalFrame class and related listeners.
2022-10-01, ∼260🔥, 0💬

Accessing the ClassLoader of a Class
This section provides a tutorial example on how to access the ClassLoader of a given class using the Class.getClassLoader() method.
2022-10-01, ∼260🔥, 0💬

<< < 166 167 168 169 170 171 172 173 174 175 176 > >>   ∑:8894  Sort:Date