<< < 98 99 100 101 102 103 104 105 106 107 108 > >>   ∑:9086  Sort:Date

Archived: Downloading/Installing JDK 1.8.0 on Windows
This section provides a tutorial example on how to download and install JDK 1.8.0 (Java SE 8) on a Windows 7 system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2022-10-01, ∼557🔥, 0💬

jmc - JMX Console via MBean Server
This section provides a tutorial example on how to use 'jmc' JMX Console via MBean Server. The dashboard shows live meters of Used Java Heap Memory, JVM CPU Usage, and Live Set + Fragmentation.
2022-10-01, ∼557🔥, 0💬

What Is Apache Woden - WSDL Parser API
This section describes Apache Woden 1.0, a Java API for reading, manipulating, creating and writing WSDL documents.
2022-10-01, ∼557🔥, 0💬

Launching Tomcat Server
This section provides a tutorial example on how to launch Apache Tomcat server on a Windows system by double-clicking the startup.bat file. 2 environment variables are required: CATALINA_HOME and JRE_HOME.
2022-10-01, ∼557🔥, 0💬

Testing Alt Keycodes with IE on a UTF-8 Web Page
This section provides a test on Latin1 Alt keycodes with Internet Explorer (IE) on a Web page with UTF-8 encoding.
2022-10-01, ∼557🔥, 0💬

Serial Collector - "+XX:+UseSerialGC"
This chapter provides tutorial notes and example codes on the Serial Collector specified by the '+XX:+UseSerialGC' JVM option. Topics include introduction to Serial Collector; GC log message format and examples; NewRatio and SurvivorRatio.
2022-10-01, ∼557🔥, 0💬

Menu Bar, Menus, Menu Items and Listeners
This chapter provides tutorial notes and example codes on menu bar, menus and menu items. Topics include introduction to JMenuBar, JMenu, and JMenuItem classes; test programs of menu bar, menus and menu items; using radio button and check box menu items; using menu, item, and action listeners; using...
2022-10-01, ∼556🔥, 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, ∼556🔥, 0💬

Insertion Sort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Insertion Sort algorithm. Topics include introduction of the Insertion Sort algorithm, Java implementation and performance of the Insertion Sort algorithm.
2016-03-30, ∼556🔥, 0💬

1950: Tai Le
This section provides a quick summary of the Unicode code point block: 'Tai Le', which contains 48 code points to represent Tai Le alphabets used in the Tai Le language.
2024-01-23, ∼555🔥, 0💬

11900: Dives Akuru
This section provides a quick summary of the Unicode code point block: 'Dives Akuru', which contains 96 code points to represent Dives Akuru alphabets used in the Dives Akuru language.
2024-01-23, ∼555🔥, 0💬

Opening UTF-16BE Text Files
This section provides a tutorial example to prove that Excel can not open a UTF-16BE text file. Its Text Import Wizard only supports UTF-7 and UTF-8 encodings.
2022-10-01, ∼555🔥, 0💬

jconsole - Java Monitoring and Management Console
This chapter provides tutorial notes on the Java monitoring and management console, jconsole. Topics include description of JMX technology, list of 'jconsole' command options, turning on JMX agent for local and remote connection, running 'jconsole' to monitor local and remote Java applications.
2022-10-01, ∼555🔥, 0💬

FE50: Small Form Variants
This section provides a quick summary of the Unicode code point block: 'Small Form Variants', which contains 32 code points to represent small form signs.
2024-01-23, ∼554🔥, 0💬

jpackage - Binary Package Builder
This chapter provides tutorial notes on 'jpackage' tool. Topics include introduction of jpackage; running jpackage to build *.dmg and *.pkg packages on macOS computers.
2022-10-01, ∼554🔥, 0💬

"duration" Datatype Values and Representations
This section describes the built-in primitive datatype, 'duration' that represents durations of time. Leading and trailing whitespaces are allowed and trimmed. A 'duration' lexical representation roughly follows this format: PiYiMiDTiHiMdS.
2022-10-01, ∼554🔥, 0💬

Quicksort - Implementation in Perl
This section provides a tutorial on how to implement the Quicksort algorithm in Perl.
2022-10-01, ∼554🔥, 0💬

Install and Configure Cockpit
This section provides a tutorial example on how to install and configure Cockpit as a system administrator Web tool on CentOS 8 systems.
2022-10-01, ∼554🔥, 0💬

Reset Timezone on Linux Systems
This section provides a tutorial example on how to view and change timezone settings on Linux systems using the 'timedatectl' command.
2022-10-01, ∼554🔥, 0💬

Compile PyMol Source Code
This section provides a tutorial on how to download PyMol open source edition source code and compile it on macOS. Compilation failed with 'GL/glew.h' file not found.
2023-02-19, ∼553🔥, 2💬

💬 2023-02-19 Herong: Markf, I will try it. Thanks!

💬 2023-02-18 Markf: You need to install the glew-devel library

rdkit.Chem.rdchem.Atom - The Atom Class
This section provides a quick introduction of the rdkit.Chem.rdchem.Atom class, which represents an atom with its properties, associated objcts, and operation methods.
2022-10-04, ∼553🔥, 0💬

Opening UTF-16BE Text Files
This section provides a tutorial example on how to open a UTF-16BE text file with Word correctly by selecting the Unicode (Big-Endian) encoding option on the File Conversion dialog box.
2022-10-01, ∼553🔥, 0💬

XSD 1.1 Not Supported in JDK 13
This section provides a tutorial example to verify is the default JAXP implementation in the current JDK version supports XSD 1.1 or not. The answer is no for JDK 13.
2022-10-01, ∼553🔥, 0💬

FE30: CJK Compatibility Forms
This section provides a quick summary of the Unicode code point block: 'CJK Compatibility Forms', which contains 32 code points to represent vertical form signs used in the CJK (Chinese, Japanese and Korean) languages.
2024-01-23, ∼552🔥, 0💬

<< < 98 99 100 101 102 103 104 105 106 107 108 > >>   ∑:9086  Sort:Date