Springboot java introduces Mqtt to receive and send messages under the framework of the front and back separation version

This is just one of them, and it is a superficial method of receiving and sending messages. The synchronization mechanism needs to be communicated and confirmed with colleagues engaged in the Internet of Things to see if it can be implemented. Or if there are many devices, the synchronization mechanism will not be used. First, […]

ESP32/ESP8266 drives 1.8″tft_oled screen imitation digital tube clock based on Arduino framework

ESP32/ESP8266 drives 1.8″tft_oled screen imitation digital tube clock based on Arduino framework Related article “ESP32 drives I2C OLED time display based on U8g2 under Arduino framework” Effect demonstration: The screen display part uses the TFT_eSPI library driver and uses the unique font display that comes with the library. The screen adopts 128*160 1.8″tft_Oled screen. This […]

UI automation test framework design and PageObject transformation!

During the UI automation testing process, faced with complex business scenarios, we often encounter the following challenges: Simple recording/playback is fast, but cannot adapt to complex scenes; Writing automated test scripts is more flexible, but the workload is heavy and maintainability is poor; The previous encapsulation technology (PageObject) can adapt to various UI scenarios, but […]

Implementation of interface automation testing framework based on Junit!

Layered automated testing 5 to 10 years ago, the automated testing we came into contact with was more focused on automated testing of the UI layer. Mercury’s WinRunner/QTP was a typical representative of the commercial automated testing products of that era. At that time, everyone simply wanted to use a Automated tools replace human clicks, […]

No framework, just use numpy to write a wonderful chapter of DNN (Deep Neural Networks)

1. Overview A Logistics Regression can be thought of as a simple neural network consisting of only one hidden layer (Hidden Layer) (as shown in the figure below). However, Logistic Regression is often very sensitive to outliers, and it is difficult to deal with polyphenols. Therefore, people were inspired by human brain nerves and established […]

redis org.springframework.data.redis.RedisSystemException: Error in execution

Background When running a certain system, the test class stores a certain value into redis and then takes it out. 1. Problems encountered Error reported: org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify […]

WinForm application interface development practice – how to integrate external API interface calls in a hybrid framework

In our regular business processing, most of the internal processing interfaces are database-related and based on the Winform development framework of hybrid development. Although when the client calls, the general choice is also based on Web API calls, but the back-end We may not only process our business database, but also call other external interfaces, […]

Byte’s 10 years of experience – developing an automated testing framework from 0 to 1!

1. Preface With the rapid iteration of project versions, APP testing has the following characteristics: First of all, there are many and detailed function points, the testing workload is large, and it is easy to miss; Secondly, code modules are often changed, regression testing is frequent, and testing is repeated and inefficient; Finally, the data […]

.NET Framework 4.8 console application in C# accesses the established database through EF

Table of Contents 1. Create a .NET Framework 4.8 console application 2. Establish a database 1. Establish database Blogging in SSMS 2. Create a new database connection on VS 3. Install the EF package 4. Automatically generate EF models and contexts 1.Blog.cs class model 2. Model of Post.cs class 3.BloggingContext.cs database context 5. Write an […]