Java uses FTP cross-server dynamic monitoring to read file data in the specified directory

Background: 1. The file data is on server A (windows) (generated in the specified directory from time to time), and the project application is deployed on server B (Linux); 2. The project is applied on server B, monitors the directory specified by server A, and if there are newly generated files, reads the file information […]

Solved: Error from server (Timeout): timeout expired waiting for volumes to attach or mount for pod pod

Blogger Maotouhu () takes you to Go to New World? Maotouhu recommends a list of necessary technology stacks for programmers: Cloud native technology Cloud Native: Golang Docker Kubernetes ? Helm Serverless ?AWS Lambda Google Cloud Functions Microservices Envoy Istio Prometheus Blog homepage: Maotouhu’s blog “Complete Column of Interview Questions” Articles with pictures and texts Vivid […]

nacos does service configuration and server discovery

1. Create a project 1. Create a spring-boot project 2. Create three modules: file, system, and gateway modules 3. file and system configure startup information respectively, and create a simple controller server.port=9000 spring.application.name=file server.servlet.context-path=/file 4. Introduce dependencies in the root directory <properties> <java.version>1.8</java.version> <spring-cloud.version>2021.0.8</spring-cloud.version> </properties> … <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> […]

13. W5100S/W5500+RP2040 Raspberry Pi Pico<FTP Server>

Article directory 1 Introduction 2. Related introduction 2.1 Brief description 2.2 Principle 2.3 Advantages 2.4 Application 3. WIZnet Ethernet chip 4. FTP Server running test 4.1 Program flow chart 4.2 Test preparation 4.3 Connection method 4.4 Related code 4.5 Test phenomena 5. Precautions 6. Related links 1. Preface In today’s information age, the Internet has […]

Raspberry Pi connects to ordinary Mqtt server

Raspberry Pi connects to ordinary Mqtt server This article introduces how to use Python language to connect to a common MQTT server on the Raspberry Pi and perform dual-threaded message publishing and subscription. This tutorial will use the paho-mqtt library to complete communication tasks under the MQTT protocol, and is suitable for IoT projects and […]

[Server-side performance test] Performance test implementation process!

Performance testing uses automated testing tools to simulate a variety of normal, peak, and abnormal load conditions to test various performance indicators of the system. My definition of performance testing clearly describes the methods and processes of performance testing: Performance testing aims at system performance indicators, establishes performance testing models, formulates performance testing plans, develops […]

ESP uses webserver for local control

Because using cloud services is sometimes unreliable, offline control is important. This article uses webserver to implement local web page control. In this way, there is no need to develop a separate APP, and it can be controlled with a browser. All tests in this article are based on ESP32. 8266 has not been tested. […]