<< < 222 223 224 225 226 227 228 229 230 231 232 > >>   ∑:7662

What Is Character Encoding?
This section provides introductions on what is a character encoding - A map scheme between code points of a code character set and sequences of bytes.
2022-10-01, 160🔥, 0💬

DOMNewDoc.java - Building a New DOM Document
This section provides a tutorial example on how to write a program to create a new DOM document object with DOM classes and methods like: DocumentBuilder.newDocument(), Document.createElement(), Document.createTextNode(), and Node.appendChild().
2022-10-01, 160🔥, 0💬

Connecting to HttpsHello.java with IE
This section provides a tutorial example on how to test my HTTPS server program, HttpsHello.java with the IE (Internet Explorer) browser. IE requires the HTTPS certificate's owner name matching the server host name.
2022-10-01, 160🔥, 0💬

What Is an Overloaded Property
This section describes what is an overloaded property - A class property that is not directly declared at all or not declared as publicly accessible, but it is provided indirectly through implementations of __set(), __get(), __isset(), and __unset() methods.
2022-10-01, 160🔥, 0💬

What Is Object Serialization
This section describes what is object serialization - a process of converting an object into a binary string to be saved in a file, stored in database, passed to another system. The string representing the object can be converted back to a new object that has same property values as the original obj...
2022-10-01, 160🔥, 0💬

exec() - Execute External Programs
This section provides a tutorial example on how to the exec() function to invoke an external program. The program's standard output, stdout, is returned in an array argument and the last line of stdout is returned as the return value.
2022-10-01, 160🔥, 0💬

"Folder" Objects Representing File Folders
This section describes Folder object and its properties and methods. A tutorial example is provided on how to list all properties of a file folder.
2022-10-01, 160🔥, 0💬

Archived: Downloading and Installing JDK 10
This section describes how to download and install JDK 10 on a Windows system.
2022-10-01, 160🔥, 0💬

"NoClassDefFoundError" Exception
This section describes the compilation error on a JSP page that tries to use a JavaBean class, but the class bytecode is not accessible. You will get a NoClassDefFoundError Java exception or a JSP to Servlet class conversion error.
2022-10-01, 160🔥, 0💬

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

ChangeAreaUnit - Usage Description
This section describes the free Web service ChangeAreaUnit provided by WebserviceX.NET. ChangeAreaUnit allows you to convert area values in acre, hectare, square foot, square inch, square kilometer, square meter, and more.
2022-10-01, 160🔥, 0💬

ConversionRate - Response Message Sample
This section provides a response message sample of ConversionRate Web service.
2022-10-01, 160🔥, 0💬

Method Parameter Arrays
This section describes method parameter arrays, which can be used as the last parameter in method definition to take an undefined number of parameters.
2022-10-01, 160🔥, 0💬

Archived: Non-ASCII Test Analysis on MySQL 5
This section provides a detailed analysis of the test results of a PHP script storing non-ASCII characters on MySQL 5.
2022-10-01, 160🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 160🔥, 0💬

"bf-ecb" Cipher on Multiple Blocks
A tutorial example is provided to show you how multiple plaintext blocks are encrypted in ECB operation mode. Each plaintext block is encrypted independently. The corresponding ciphertext is same, no matter where the plaintext block is located in the plaintext stream.
2022-10-01, 160🔥, 0💬

"ncfb/nofb" for Block Chaining Ciphers
This section provides a tutorial example on how to use 'ncfb' and 'nofb' mode codes to perform standard block chaining cipher operations using the PHP Mcrypt mcrypt_encrypt() function with Blowfish algorithm.
2022-10-01, 160🔥, 0💬

Performing CFB Operation Manually
This section provides a tutorial example on how to perform CFB operation manually using the standard Blowfish block cipher (or ECB mode) and an XOR function.
2022-10-01, 160🔥, 0💬

Adaptive Size Policy Changed Eden Space
This section provides a tutorial on how Adaptive Size Policy used by the Parallel collector changed the eden space in the Young generation to meet the throughput goal.
2022-10-01, 160🔥, 0💬

Performance Test and System Interruptions
This section provides a tutorial showing performance measurement impact of operating system interruptions on JVM.
2022-10-01, 160🔥, 0💬

Install VPN Plus
This section provides a tutorial on how to install and use 'VPN Plus' on macOS.
2022-10-01, 160🔥, 0💬

Delete/Untrust Certificates from macOS
This section provides a tutorial example on how to untrust (if delete is not possible) a certificate from macOS using Keychain Access.
2022-10-01, 160🔥, 0💬

Access Persmissions on "ntfs-3g" File System
This section provides a tutorial example on how to control access permissions on mounted Windows NTFS partitions with the 'ntfs-3g' device driver.
2022-10-01, 160🔥, 0💬

Using "pip" with Different Sources
This section provides a tutorial example on how to use 'pip' to install Python packages from GitHub, local ZIP file or local directory.
2022-10-01, 160🔥, 0💬

<< < 222 223 224 225 226 227 228 229 230 231 232 > >>   ∑:7662