<< < 2 3 4 5 6 7 8 9 10 11 12 > >>   Sort: Rank

Supertype and Subtype
This section describes the supertype-subtype relationships: a supertype corresponds a class or interface that is extended or implemented directly or indirectly by the class or interface of the subtype.
2022-10-01, 920👍, 0💬

Byte Order Mark (BOM) - FEFF - EFBBBF
This section provides a brief introduction on the Byte Order Mark (BOM) character, U+FEFF, used as the Unicode character stream signature when prepended to a character stream. The U+FEFF character becomes a 3-byte sequence of EFBBBF when encoded in UTF-8.
2022-10-01, 852👍, 0💬

"java -classpath" - Specifying Class Path
This section provides a tutorial example on how to use the '-classpath' option to specify the class path for the 'java' tool to load any classes required during the execution.
2022-10-01, 850👍, 0💬

"g++ --verbose" - GCC Compiler Steps and Settings
This section provides a tutorial example on how to dump GCC compiler steps and settings using the 'g++ --verbose' command option.
2022-10-01, 841👍, 0💬

PHP 5.6 and PHPMailer 5.2
This section provides a tutorial example on how to install PHPMailer 5.2 in CentOS 8 for PHP 5.6 to send out emails to remote STMPS server.
2022-10-01, 817👍, 0💬

JVM "-ea" and "-da" Options
This section describes '-ea' and '-da' JVM option, which are used to enable or disable assertion on application classes.
2022-10-01, 794👍, 0💬

"jar --list" - Listing Files in JAR File
This section provides a tutorial example on how to list files stored in a JAR file with the 'jar --list' command.
2022-10-01, 775👍, 0💬

Archived: Downloading and Installing J2SE 1.5.0 on Windows
This section provides tutorial example on how to download and install J2SE (JDK - Java Development Kit) 1.5.0.
2022-10-01, 761👍, 0💬

Installing Personal Certificate with Internet Options
This section provides a tutorial example on how to install my personal certificate with its private-public key pair from a PKCS12 file to Windows system using 'Internet Options'.
2022-10-01, 754👍, 0💬

"-XX:SurvivorRatio" - Ratio of Eden and Survivor Space
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).
2022-10-01, 732👍, 0💬

"-XX:ParallelGCThreads" - # of Threads
This section describes how to use the '-XX:ParallelGCThreads' JVM option to control the number threads to be used by the Parallel Collector.
2022-10-01, 726👍, 0💬

Manage Keychains with Commands
This section provides a quick introduction on how to manage keychains with command line tools.
2022-10-01, 709👍, 0💬

Installing Trusted Root Certificate on Android phone
This section provides a tutorial example on how to install a trusted root certificate on Android phone from storage.
2022-10-01, 702👍, 0💬

Exporting Server Certificate to File in Google Chrome
This section provides a tutorial example on how to export an HTTPS server certificate to a certificate file in PEM (Privacy Enhanced Mail) format, also called Base-64 encoded X.509 format.
2022-10-01, 679👍, 0💬

"javac --module" - Compiling Entire Module
This section provides a tutorial example on how to use 'javac --module' command to compile all Java source code in an entire module.
2022-10-01, 665👍, 0💬

Corrupted Chinese File Name with Un-ZIP
This section provides a tutorial example to demonstrate a real life example of Chinese text corruption when unzip ZIP archives generated from Chinese Windows systems.
2022-10-01, 664👍, 0💬

Initializing SSLContext with PKCS12 File
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.SSLContext class with a PKCS12 keystore file.
2022-10-01, 652👍, 0💬

Web Browser Errors on Local XSL File
This section provides examples of Web browser errors on loading local XSL files from local XML documents. Newer versions of Chrome, Firefox and Safari consider this as security risks.
2022-10-01, 652👍, 0💬

Apache PHP file_put_contents() Permission Denied
This section provides a tutorial example on 'write' permissions in Apache HTML directory from PHP script file_put_contents() function call using the PHP-FPM module on CentOS systems.
2022-10-01, 645👍, 0💬

Table and Column Width Control
This section provides a tutorial example on how to control table width and column widths with table[@width] and table-column[@column-width] attributes.
2022-10-01, 644👍, 0💬

Install CentOS by Deleting Existing Partition
This section provides a tutorial example on how to delete existing hard disk partition to free up space to install CentOS system on Lenovo computers.
2022-10-01, 643👍, 0💬

"geth attach" - Geth Client Console
This section describes 'geth attach' command to attach as a client JavaScript console to a running Ethereum node.
2022-10-01, 637👍, 0💬

"jar --main-class" - Making JAR File Executable
This section provides a tutorial example on how to use 'jar --main-class ...' command option to specify the application main class to make a JAR file executable.
2022-10-01, 635👍, 0💬

Creating Module JAR File
This section provides a tutorial example on how to use 'jar --create' command to create a module JAR file to store all class files of a Java module.
2022-10-01, 634👍, 0💬

<< < 2 3 4 5 6 7 8 9 10 11 12 > >>   Sort: Rank