envs.yaml and requirements.txt

The “envs.yaml” file is usually used to configure and manage the settings of environment variables (Environment Variables). Environment variables are a common way of storing configuration information in a computer’s operating system, and they can affect program behavior and settings. Typically, environment variables are used to store sensitive information (such as API keys) or configuration […]

Software development steps, requirements analysis, development environment construction, interface documentation — Cangqiong Takeaway 1

Table of Contents Project Overview Development preparation Development steps Division of roles Software Environment Project Introduction Product prototype Technology selection Development environment setup Front end: already available by default rear end Using Git version control Database environment setup Front-end and back-end joint debugging ?The login function is perfect Import interface documents Use swagger? The difference […]

pytest’s request fixture: implement personalized testing requirements

In the previous article on in-depth understanding of the working principle of the pytest-repeat plug-in, we saw that there is such a paragraph in the source code of pytest_repeat @pytest.fixture def __pytest_repeat_step_number(request): marker = request.node.get_closest_marker(“repeat”) count = marker and marker.args[0] or request.config.option.count … Seeing that the parameter is request, we know that the parameter of […]

Explanation of Ping requirements and solutions between Vmware virtual machine operating system and local operating system

Explanation on pinging between Vmware virtual machine operating system and local operating system In a virtualized environment, such as VMware, ping testing between a virtual machine (VM) and the local operating system is a common task. Ping tests can be used to check whether a virtual machine is able to communicate with the local operating […]

Requirements analysis of FPGA remote update design

Follow and star the public account, and exciting content will be delivered every day Source: Internet material FPGA reconfigurability brings high flexibility, so FPGA-based designs/products often require later updates/upgrades. At the same time, the FPGA board that needs to be updated/upgraded may not be able to be upgraded on site due to physical constraints. for […]

2023-08-18: Write algorithms in go. You will get a string text, you should split it into k substrings (subtext1, subtext2, …, subtextk). Requirements met: subtexti yes

2023-08-18: Write algorithms in go. you will get a string text, You should split it into k substrings (subtext1, subtext2, …, subtextk). Requirements meet: subtexti is a non-empty string, concatenation of all substrings equals text , (i.e. subtext1 + subtext2 + … + subtextk == text), subtexti == subtextk – i + 1 means all […]

Check whether the json file meets the requirements, and move the json files and corresponding bmp pictures that do not meet the requirements to another folder

Table of Contents 1. Introduction Judgment criteria: Second, the data Three, the code Four, running results 1. Useful data 2. Useless data 1. Introduction When sorting out the data, each of my bmp pictures is labeled and generates a corresponding json file. Next, I need to judge based on the content in the json file […]

Automation practice – full Json comparison in the practice of improving efficiency in technical transformation requirements

With the deepening of the practice of automated testing left shift, more and more different types of requirements have begun to be implemented with automated testing left shifted. In the process of practice, there are also new demands for efficiency improvement, such as service split projects of technical transformation or BC For traffic splitting projects, […]

13_Pulsar connects to Flink to complete data preprocessing, preprocessing requirements description, build Maven project, add dependencies, add related POJO classes, write Flink code, process data, test whether data can be written back to Pulsar normally

3.6. Pulsar connects to Flink to complete data preprocessing 3.6.1. Description of preprocessing requirements 3.6.2. Build the Maven project and add dependencies 3.6.3. Add related POJO classes 3.6.4. Write Flink code to process data 3.6.5. Test whether the data can be written back to Pulsar normally 3.6. Pulsar connects to Flink to complete data preprocessing […]