<< < 233 234 235 236 237 238 239 240 241 242 243 > >>   ∑:9107  Sort:Date

PDF,EPUB,以及印刷版全版
本章介绍了如何购买 PDF,EPUB,以及印刷版全版内容。
2022-10-08, ∼331🔥, 0💬

Private key and Public Key Pair Generation
This chapter provides tutorial notes and example codes on private key and public key pair generation. Topics include public key encryption algorithms, RSA, DSA and DiffieHellman; private key and public key pair generation class and sample program; RSA, DSA, and DiffieHellman key pair samples.
2022-10-05, ∼331🔥, 0💬

Installing JNDI File System Service Provider
This section describes how to download and install File System Service Provider for JNDI.
2022-10-04, ∼331🔥, 0💬

Data Structures of Collection Implementations
This section describes different types of data structures that can be used to implement collections: Array, Linked List, Binary Tree, and Hash Table. Implementing collections with different data structures will have different performance impacts.
2022-10-01, ∼331🔥, 0💬

Conditional "if" Statement Examples
This section provides a JavaScript tutorial example showing different types of 'if' statements.
2022-10-01, ∼331🔥, 0💬

Creating JavaBean Classes in Named Packages
This section describes the compilation error on a JSP page that uses a JavaBean without the 'page import' directive element to import the JavaBean class declared without package name.
2022-10-01, ∼331🔥, 0💬

Redefining Old Datatypes - XML Examples
This section describes a tutorial example on how to use elements declared with datatypes redefined with 'redefine' components.
2022-10-01, ∼331🔥, 0💬

HelloCLR.cs - Sample Application in C#
This section provides a tutorial example on compiling a sample program written in C# and executing it on the CLR (Common Language Runtime) of the .NET Framework.
2022-10-01, ∼331🔥, 0💬

XML Document Functions
Describes some commonly used XML document functions like, ExtractValue() and UpdateXML().
2022-10-01, ∼331🔥, 0💬

User-Defined vs. Stored Procedure Variables
This section provides a tutorial example to show you differences between user-defined variables and stored procedure variables: syntax, declaration and scope.
2022-10-01, ∼331🔥, 0💬

Heap Sort - Performance
This section provides a tutorial on how to measure the performance of the Heap Sort algorithm. My first Java implementation of Heap Sort is performing somewhere between O(N*Log2(N) and O(N*N) order levels.
2022-10-01, ∼331🔥, 0💬

Bubble Sort - Implementation in PHP
This section provides a tutorial on how to implement the Bubble Sort algorithm in PHP.
2022-10-01, ∼331🔥, 0💬

Parallel Collector Stops Application for Minor/Major GC
This section provides log messages showing that the Parallel Collector stops the application for both Minor GC and Major GC.
2022-10-01, ∼331🔥, 0💬

PDF,EPUB,以及印刷版全版
本章介紹如何購買 PDF,EPUB,以及印刷版全版內容。
2024-02-03, ∼330🔥, 0💬

Big5 to Unicode - Row B3: Level 1 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row B3: Level 1 Characters.
2024-01-29, ∼330🔥, 0💬

jwebserver - Java Web Server
This chapter provides provides a tutorial example on how to use 'jwebserver' command to launch the Java Simple Web Server.
2023-05-20, ∼330🔥, 0💬

Archived: SOAP 1.1 Request - Content-Length Too Large
This section provides a tutorial example of SOAP 1.1 request to use the GetSpeech Web service provided at xmlme.com. Communication hangs if Content-Length is larger than the number of bytes in the request content, because the server will wait forever for more data.
2022-12-30, ∼330🔥, 0💬

XML-RPC - Remote Procedure Call with XML and HTTP
This chapter provides tutorial examples and notes on XML-RPC. Topics include XML-RPC specifications; defining RPC calls as XML messages; sending RPC calls as HTTP requests; defining returning values as XML messages; receiving returning values as HTTP responses.
2022-11-06, ∼330🔥, 0💬

What Happens If Client JDBC DataSource JAR Is Missing?
This section describes what will happen if you try to retrieve a client DataSource object, but the client JAR file is missing.
2022-10-11, ∼330🔥, 0💬

Year 2005 Chinese Calendar - Year of the Rooster
2022-10-10, ∼330🔥, 0💬

ActivityLog Test - Activity Stopped and Restarted
This section provides a tutorial example on how to test activity lifecycle with the ActivityLog application in case user stops the activity by clicking the home icon and restart it again by clicking its name in the application list.
2022-10-01, ∼330🔥, 0💬

Prototype-Dased Object-Oriented Programming Style
This section provides a quick description of object-oriented programming and prototype-based programming style.
2022-10-01, ∼330🔥, 0💬

"continue" Statements
This section describes non-labeled 'continue' statement, which is a branching statement that transfers the control to the end of the immediate enclosing loop block and continues the next iteration of the loop.
2022-10-01, ∼330🔥, 0💬

Mixing Static Data with Scriptlets for Compound Statements
This section provides a tutorial example on how to mix static data with scriptlets to form Java compound statements like 'if', or 'while'.
2022-10-01, ∼330🔥, 0💬

<< < 233 234 235 236 237 238 239 240 241 242 243 > >>   ∑:9107  Sort:Date