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

Cipher - Public Key Encryption and Decryption
This chapter provides tutorial notes and example codes on the cipher process. Topics include the cipher class, javax.crypto.Cipher; the cipher sample program and test results with DSA and RSA encryption algorithms.
2022-10-05, ∼207🔥, 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, ∼207🔥, 0💬

PHP Script Processing Rules
This section describes the PHP script source code processing rules - all non-PHP text segments are converted into print statements and merged with PHP code segments to form a single code block.
2022-10-01, ∼207🔥, 0💬

"if" Statement Examples
This section provides a tutorial example on how to use different types of 'if' statements to control code executions.
2022-10-01, ∼207🔥, 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, ∼207🔥, 0💬

Adding Properties and Methods to Objects
This section provides a quick description of adding properties and methods to objects only. A tutorial example is provided on adding 1 extra property and 1 extra method to 1 object only.
2022-10-01, ∼207🔥, 0💬

SOAP 1.2 Binding Rules
This section describes SOAP 1.2 Binding rules provided in WSDL Version 2.0 Part 2: Adjuncts). Attribute binding[@wsoap:version='1.2'] sets SOAP 1.2.
2022-10-01, ∼207🔥, 0💬

"service" - Service Definition Element
This section describes 'service', a definition element that defines a service as one or multiple ports. A port defines a binding to a communication address.
2022-10-01, ∼207🔥, 0💬

javax.swing.JCheckBox and Related Methods
This section describes the javax.swing.JCheckBox class, and its commonly used methods.
2022-10-01, ∼207🔥, 0💬

Information from "request" Object
This section provides a tutorial example on how to obtain information from the 'request' implicit object provided by the JSP container.
2022-10-01, ∼207🔥, 0💬

Using Elements Declared in Different Namespaces - Errors
This section describes a tutorial example of incorrect usages of imported element declarations from a different namespace.
2022-10-01, ∼207🔥, 0💬

Neptune Sign and Horoscope
This section provides an quick introduction of Neptune sign in horoscope.
2022-10-01, ∼207🔥, 0💬

What Is Internet Gateway
This section provides a quick introduction of Telnet application that allows you to log into a remote computer over the Internet as a text based terminal.
2022-10-01, ∼207🔥, 0💬

Goetz' Implementation of Base64 in JavaScript - Test
This section provides a test program for the JavaScript implementation of the Base64 encoding algorithm by Goetz Heller.
2022-10-01, ∼207🔥, 0💬

Arithmetic Operations
This section provides a list of numeric operations supported by SQL and some examples.
2022-10-01, ∼207🔥, 0💬

Processing Web Form Input in Latin1 Encoding Error
This section provides a tutorial example demonstrating Web form with default text in Latin1 encoding, but the browser converts it to UTF-8 encoding, which results form data being submitted as UTF-8 encoding.
2022-10-01, ∼207🔥, 0💬

Most Popular Web Browsers
The most popular Web browsers based on browser signature strings in log files for 252 days of year 2007.
2022-10-01, ∼207🔥, 0💬

Which Wallet Is Better for Me
This section discusses which Bitcoin Wallet is better.
2022-10-01, ∼207🔥, 0💬

What Is Parallel Collector
This section describes the Parallel Collector, which uses the combination of the Parallel Scavenge (PS) Collector of Young generation and the Parallel Old Collector of Tenured generation, so both minor GC and major GC are performed in multiple threads parallelly in a stop-the-world fashion.
2022-10-01, ∼207🔥, 0💬

Keyboard and Mouse Click Shortcuts on macOS
This section provides a list of commonly used keyboard and mouse click shortcuts on macOS.
2022-10-01, ∼207🔥, 0💬

Install SQuirreL SQL Client on macOS
This section provides a tutorial on how to install SQuirreL SQL Client on macOS.
2022-10-01, ∼207🔥, 0💬

What Is __all__ List
This section provides a quick introduction on __all__ list, which is a special module attribute defined in the module file to override which members can be implicitly imported by the 'from module import *' statement.
2022-10-01, ∼207🔥, 0💬

JDBC (Java Database Connectivity) Introduction
This chapter provides a quick introduction about JDBC (Java Database Connectivity). Topics include overview of JDBC; versions of JDBC; JDBC driver types; database connection with DriverManager and DataSource; JDBC driver class and connection URL for DriverManager.
2022-10-01, ∼207🔥, 0💬

"ALTER TABLE" Statements
This section describes how to alter a table by adding a new column.
2022-10-01, ∼207🔥, 0💬

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