<< < 45 46 47 48 49 50 51 52 53 54 55 > >>   ∑:9086  Sort:Date

Install and Manage Perl Packages on CentOS
This section provides a tutorial example on how to install Perl 5.26 on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼1204🔥, 0💬

Class Loading Problem - JAR Hell
This section provides a tutorial example on how to use ClassLoader.getSystemResources ()method to return all locations of the same class file. This is useful when you are dealing with JAR hell problem.
2022-10-01, ∼1202🔥, 0💬

jvisualvm (Java VisualVM) - JVM Visual Tool
This chapter provides tutorial notes on the JVM visual tool, Java VisualVM. Topics include launching Java VisualVM, connecting to local JVM processes; monitoring CPU and heap usage; monitoring thread statuses; taking thread dumps and heap dumps; viewing heap dump and object contents; connecting to r...
2024-03-13, ∼1201🔥, 2💬

💬 2021-01-12 vinod: thanks

💬 2017-10-25 haibing: thanks

💬 2017-06-16 marth: powerful tool

ActionListener and DocumentListener
This section provides a tutorial example on how to create a text field with an event handler implemented as both the ActionListener listener and the DocumentListener listener.
2022-10-01, ∼1201🔥, 0💬

1951 - Cao Yuan Shang Sheng Qi ... (草原上升起不落的太阳) - The Never-Setting Sun Rises Over the Prairie
Cao Yuan Shang Sheng Qi Bu Luo De Tai Yang (草原上升起不落的太阳) - The Never-setting Sun Rises Over the Prairie, lyrics by Mei Li Qi Ge (美丽其格), music by Mei Li Qi Ge (美丽其格), originally performed by Original Performer: Wu Yanze (吴雁泽) in 1951.
2020-10-18, ∼1200🔥, 3💬

💬 2020-10-18 Herong: 全民K歌里面的歌曲是不可以下载的。

💬 2020-10-15 黄光南: 怎样放全民K歌在相册在iMovie?

💬 2020-10-15 黄光南: 怎么样放我的全民K歌在我的相册?

"keystore" File Type: PKCS12 and JKS
This section provides a tutorial example on how to use the 'keytool -genkeypair' command to generate a new pair of keys and self-signed certificate in a new 'keystore' file.
2022-10-01, ∼1199🔥, 0💬

Impact of InnoDB Log Buffer on INSERT
This section provides a tutorial example to demonstrate the performance impact of InnoDB Log Buffer. Setting innodb_flush_log_at_trx_commit =0can reduce execution time reduction on INSERT and other data change statements from 35 ms to 1 ms.
2022-10-01, ∼1199🔥, 0💬

Blowfish Cipher Algorithm
This section describes the Blowfish cipher algorithm - A 16-round Feistel cipher with block size of 64 bits developed by Bruce Schneier in 1993.
2016-08-03, ∼1198🔥, 2💬

💬 2016-08-03 azi: fantastic

Start "geth" Miner
This section describes how to start the 'geth' miner on a private Ethereum Blockchain.
2022-10-01, ∼1195🔥, 0💬

"-XX:TargetSurvivorRatio" - Second Tenuring Condition
This section describes the '-XX:TargetSurvivorRatio' JVM option, with sets the maximum survivor space usage percentage. When this limit is reached, all remaining live objects will be promoted to Tenured generation regardless of their age.
2022-10-01, ∼1194🔥, 0💬

MenuItemActionListenerTest.java - AWT Menu Item Action Listener
This section provides a tutorial example on how to use java.awt.event.ActionListener, button action listener interface, to catch events fired by MenuItem objects.
2022-03-20, ∼1194🔥, 1💬

💬 2022-03-20 Potato Person: It's Great

0E00: Thai
This section provides a quick summary of the Unicode code point block: 'Thai', which contains 128 code points to represent Thai alphabets used in the Thai language.
2024-01-23, ∼1193🔥, 0💬

1964 - Wo Wei Zu Guo Xian Shi You (我为祖国献石油) - Dedicate The Oil To My Motherland
Wo Wei Zu Guo Xian Shi You (我为祖国献石油) - Dedicate The Oil To My Motherland, lyrics by Xie Zhuguo (薛柱国), music by Qin Yongcheng (秦咏诚), produced in 1964.
2020-11-11, ∼1193🔥, 5💬

💬 2020-11-11 Herong: 可以试试这个方法: 百度视频如何下载

💬 2020-11-08 杨万强: 你好,我想问怎么样下载百度视频,因为是我朋友的生日。我想下载周华健的朋友 .我在哪里可以找到?

💬 2020-11-08 杨万强: 你好 Herong, 我想问你们怎么样下载百度的视频在我的会声会影相册,因为是我战友的生日。

💬 2020-10-14 Herong: 可以,没问题。

💬 2020-10-12 王林各: 我为祖国献石油可以放在战友相册吗?

1B00: Balinese
This section provides a quick summary of the Unicode code point block: 'Balinese', which contains 128 code points to represent Balinese alphabets used in the Balinese language.
2024-01-23, ∼1191🔥, 0💬

Use SMTPS Protocol with PHPMailer
This section provides a tutorial example on how to send remote emails with PHPMailer using STMPS (SMTP Secure) protocol.
2022-10-01, ∼1188🔥, 0💬

Bitcoin Blockchain APIs
This chapter introduces Bitcoin Blockchain APIs.
2022-10-01, ∼1188🔥, 0💬

"-Xlog:gc+ergo=trace" - Minor GC Report
This section provides examples of log messages generated from '--Xlog:gc+ergo=trace' that tells us what happened at each Parallel Minor GC.
2022-10-01, ∼1188🔥, 0💬

mysqladmin - MySQL Admin Tool
This section describes how to use MySQL admin tool to check server status and other admin tasks.
2022-10-01, ∼1188🔥, 0💬

Data Structure of Coinbase Transaction
This section describes the data structure of a coinbase transaction.
2022-10-01, ∼1187🔥, 0💬

WSH (Windows Script Host)
This chapter provides tutorial examples and notes on WSH (Windows Script Host). Topics include running WSH commands, cscript and wscript, with options; summary of WSH runtime objects; using StdIn and StdOut for input and output; running system commands with script code; defining script jobs in a WSF...
2022-10-01, ∼1184🔥, 0💬

Steps of Using DES Algorithm in JDK JCE
This section describes how to use DES algorithm provided in the JDK JCE package. Steps include building a secret key object from key material; creating and initializing a cipher object.
2016-01-24, ∼1184🔥, 1💬

💬 2016-01-24 Joe: Very nice

"float" and "double" Datatype Values and Representations
This section describes the built-in primitive datatypes, 'float' and 'double' that represents single-precision (32-bit) and double-precision (64-bit) floating-point numbers. Leading and trailing whitespaces allowed and trimmed.
2022-10-01, ∼1183🔥, 0💬

FORTRAN 66 - Example Program Code
This section provides a simple example program code of FORTRAN 66 language.
2022-10-01, ∼1183🔥, 0💬

getSystemResource() Method - Finding Files
This section provides a tutorial example on how to find resource files using the ClassLoader.getSystemResource( )method. A resource file can an image file, a class file, or any file.
2022-10-01, ∼1182🔥, 0💬

<< < 45 46 47 48 49 50 51 52 53 54 55 > >>   ∑:9086  Sort:Date