Requests: An Ultimate HTTP Request Library

Requests: An Ultimate HTTP Request Library

Sometimes, programs need to interact with the outside world, such as fetching web content, submitting forms, downloading files… These operations rely on HTTP requests. The Python standard library also has a urllib that can be used to send HTTP requests, but it always feels a bit awkward to use. Thus, requests emerged! It is simply … Read more

HttpRunner: Open Source API Automation Framework

HttpRunner: Open Source API Automation Framework

HttpRunner is an open-source API automation testing framework designed to simplify API testing and performance testing. It supports writing test cases in YAML/JSON format, featuring high usability and strong extensibility, making it very suitable for testing engineers and developers. Below, we will introduce this testing framework from the following aspects: First, let’s intuitively experience the … Read more

Getting Started with OkHttp for Java Network Requests

Getting Started with OkHttp for Java Network Requests

OkHttp: A Java Network Request Messenger! Introduction: Niu Ge’s Pitfall Diary Hey friends, today Niu Ge wants to talk to you about a Java gem—OkHttp! When Niu Ge first transitioned to Java development, there was a project that required making an API call. I ended up using HttpURLConnection, wrote a bunch of code, and encountered … Read more

Mastering the Go-Http-Responder Library

Mastering the Go-Http-Responder Library

Learning Go: Mastering the Go-Http-Responder Library Hello everyone! Today we will learn about a very practical HTTP response library for Go—go-http-responder. This library helps us simplify the handling of HTTP responses and improve development efficiency. Whether you are a beginner just starting out or an enthusiast with some background, you will find it beneficial. Next, … Read more

Learn A Simple HTTP Responder Library in Go

Learn A Simple HTTP Responder Library in Go

Learn A Simple HTTP Responder Library In Go Hello everyone! Today I want to share a very practical knowledge point in Go language – Simple HTTP Responder Library. In modern development, building web applications is very common, and the HTTP protocol is the foundation for interacting with servers. By learning how to use a simple … Read more

Using MQTT for Inter-Process Communication

Using MQTT for Inter-Process Communication

Introduction The previous article shared: “A Simple Understanding of MQTT and Mosquitto”, which only covered some concepts of MQTT and an introduction to Mosquitto. Then readers urged for more: In this article, we will share an example of using MQTT for inter-process communication. We will modify the comprehensive demo from the previous article “Examples of … Read more

Experience Sharing: Porting MQTT to STM32 for Alibaba Cloud IoT

Experience Sharing: Porting MQTT to STM32 for Alibaba Cloud IoT

IntroductionRecently, I tried the Alibaba Cloud IoT platform, which has quite powerful features. Here are some experiences I would like to share. Hardware lMicrocontroller: STM32F103C8T6 lNetwork Connection: ESP8266 WIFI Module lSensors: PM2.5 Sensor, Temperature and Humidity Sensor The sensor drivers and the WIFI module driver are relatively simple; previous articles have also introduced them, so … Read more

How to Scrape Comments from NetEase News Using Python

How to Scrape Comments from NetEase News Using Python

How to Scrape Comments from NetEase News Using Python Hello everyone, I am Niu Ge. Recently, I found that browsing news comments online has become increasingly interesting, with all kinds of humorous replies popping up, making it hard for me to stop. I thought about using Python to scrape these comments to see if I … Read more

WiFi Module Usage in Model Car Competitions

WiFi Module Usage in Model Car Competitions

Introduction: This article provides supplementary rules for the use of WiFi communication modules to assist model car operations in the Intelligent Vision Group and Balanced Beacon Group competitions. The aim is to allow participating teams broader exploration in areas such as vehicle-road collaboration and edge-cloud computing, guiding students to become familiar with the domestic embedded … Read more