南瓜慢说官网 敢一行,则予知。脚踏实地,知行合一。

Performance Test With JMeter Distributed Testing (Step-By-Step Guide)

Performance Test With JMeter Distributed Testing (Step-By-Step Guide) Concepts of Performance Test Performance testing is a type of software testing t

LarryDpk LarryDpk 发布于 2023-05-16

开发了一个Java库的Google Bard API,可以自动化与AI对话了

开发了一个Java库的Google Bard API,可以自动化与AI对话了 Google Bard是Google提供的还在实验阶段的人工智能对Ŧ

LarryDpk LarryDpk 发布于 2023-03-25

Java All Versions And Features - which version should be used

Java All Versions And Features - which version should be used Java 7 Sure, here are some of the new features and improvements in Java 7: Try-with-reso

LarryDpk LarryDpk 发布于 2023-05-25

性能测试-JMeter分布式测试及其详细步骤

性能测试-JMeter分布式测试及其详细步骤 性能测试概要 性能测试是软件测试中的一种

LarryDpk LarryDpk 发布于 2023-05-17

安装Zookeeper和Kafka集群

安装Zookeeper和Kafka集群 本文介绍如何安装Zookeeper和Kafka集群。为了方便,介绍的是在一台服务器上的安装,实际应该安装在多台服务器

LarryDpk LarryDpk 发布于 2023-04-17

How to Install Zookeeper and Kafka Cluster

How to Install Zookeeper and Kafka Cluster This article explains how to install the zookeeper and kafka cluster. For convenience, it will just run the

LarryDpk LarryDpk 发布于 2023-04-17

Callable VS Runnable对比

简介 这两个都是接口,在Java多线程中用得很多。主要区别有: Runnable Interface Callable Interface 类包 java.lang.Runnableᦁ

LarryDpk LarryDpk 发布于 2023-03-09

Difference Between Callable and Runnable in Java

Introduction Both Runnable and Callable are interface for multiple-thread in Java. Let’s compare them with code. The main differences: Runnable Interf

LarryDpk LarryDpk 发布于 2023-03-09

Java multiple ways to wait for threads to finish

Intro In real world, we must wait for sub-tasks to finish before we can proceed. In Java, there are many ways to implement for such case. Thread.join(

LarryDpk LarryDpk 发布于 2023-03-08

Java多种方法实现等待所有子线程完成再继续执行

简介 在现实世界中,我们常常需要等待其它任务完成,才能继续执行下一步。Java实现等待子线程完成再继续执行的方式很多。我们来&

LarryDpk LarryDpk 发布于 2023-03-08