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

归档

2024 年 10 月

A QuickStart for AI API Coding OpenAI API quick start OpenAI API setup Create OpenAI account and set payment method; Create Project; Create API key in

2024 年 08 月

Automation UI Test with Selenium in JavaScript Here is an example of how to set up and run a basic UI test using Selenium with JavaScript (Node.js). T
Secure Kafka with SSL(Shell Script Automation) Securing Kafka with SSL (using Java KeyStore, JKS) involves several steps both on the server (Kafka bro
Node Kafka Producer And Consumer Example To set up a Node.js project where producer.js sends messages to Kafka using a cron job, and consumer.js consu
A WebSocket Example Built With Node And ReactJS Creating a WebSocket project with a Node.js backend and a React.js frontend is a great way to build re
Nodejs Unit Tests With Mocha Setting up a Node.js project for unit testing involves several steps, including project initialization, installing necess

2024-08-05

Kafka详解 Kafka概述 Kafka 是一个开源的分布式流处理平台和消息队列,最初由LinkedIn开发并开源。它具有高吞吐量、低延迟、可水平扩

2024 年 03 月

1前言从网上获取资源是一种很常见的场景,比较从某个网站获取资料。2三种方式2.1JavaNIO代码如下:URLwebsite=newURL("https://www.pkslow.com");ReadableByteChannelrbc=Channels.newChannel(w
用Java检测HTTPS网站所支持的TLS版本信息 简介 服务器升级、JDK升级、API升级等都可能会造成原有HTTPS的API调
Java Test HTTPS TLS Supported Versions and Cipher Suites Introduction It would fail to call HTTPS API if we migrated infrastructure/JDK, there would b