[ZStack] automatic test system 3 -- model-based test
Model testing system is a sub project of ZStack woodpecker. Through the finite state machine and behavior selection strategy, it can generate random API operations and run until a defect or predefined exit condition is encountered. ZStack relies on model testing to test boundary use cases that are difficult to meet in the real world, and comple ...
Added by s_shrum on Sat, 29 Jan 2022 15:02:06 +0200
python itchat implements the third-party module method of calling wechat interface
itchat is an open-source wechat personal ID interface. Calling wechat with python has never been so simple.
With less than 30 lines of code, you can complete a wechat robot that can process all information.
Of course, the api uses far more than one robot, and more functions are waiting for you to find, such as these.
Interface and official a ...
Added by Cliftron on Sat, 29 Jan 2022 14:36:52 +0200
Information organization and extraction method of python learning notes
1. Preface
We have understood how to deal with HTML text. Think about it. A pot of porridge and print will appear magically. But how should we extract some information in the tag or web page? When you see the title of the article, maybe you have guessed, let's see if it is the same as everyone's guess?
2. Three forms of information markin ...
Added by Soumen on Sat, 29 Jan 2022 13:09:18 +0200
Python anti crawler - Frida cracked an Android community token anti crawler
preface
Not much pressure. This Android community is Kuan. I thought about climbing this software before, but I forgot. I grabbed its package a few days ago and found a token verification in the request headers, which was decisively broken
Analysis process
Grab a bag first You can see that there is a request header X-App-Token, whic ...
Added by stevehaysom on Sat, 29 Jan 2022 12:14:06 +0200
nginx proxy and concurrent and Keepalived high availability cases
Load balancing, there is a place where = 5 is not written. Pay attention to the following figure
Installing telnet Restart ng and configure ip
Address hash Maximum number of links Carry header With host name and ip Domain name splitting Include include files proxy.conf proxy settings Dynamic and static separation The ...
Added by nakago on Sat, 29 Jan 2022 10:57:40 +0200
Introduction to Python Qt GUI design signal and slot function
preface
In the previous chapter, we have explained how to use the py file template generated by Qt, but this can only realize the graphical interface. It is not involved in the logical processing and function response of the whole GUI. Here is the same as the callback and other response functions of each control in MATLAB. The function r ...
Added by bionicdonkey on Sat, 29 Jan 2022 10:48:30 +0200
python+appium realizes tiktok automatic click slide
introduction
This article is a long and dirty environment, and old fellow who wants to look at the code directly can jump directly to the back.
Required environment
python, I use 3.6 here
Environment configuration required by appium: jdk1.8.0 android sdk
Simulator: mumu simulator
Environment configuration
simulator
...
Added by kts on Sat, 29 Jan 2022 10:19:52 +0200
Introduction to Tensorboard and common functions
Tensorboard
Tensorboard is a built-in visualization tool of tensorflow. It visualizes the information of the log file output by tensorflow program, which makes the understanding, debugging and optimization of tensorflow program more simple and efficient. The visualization of tensorboard depends on the log file output by the tensorboard program ...
Added by designsubway on Sat, 29 Jan 2022 06:45:05 +0200
Office automation-3 word operation of Python automation
1, Preparation before class
python docx library is required for processing Word in python. The terminal executes the following installation commands:
pip3 install python-docx
Note: there may be less use of word, which is not serious, but the latter invitation can be used as a useful reference, which may be used. For example, your wedding inv ...
Added by allenmak on Sat, 29 Jan 2022 05:34:34 +0200
Python learning notes 4
9 classes and objects
9.1 object oriented
Class and object are important concepts in object-oriented. Object oriented is a kind of programming idea, that is, to build a software system according to the thinking mode of the real world.
9.2 definition class
All data types in Python are classes. We can customize classes, that is, create a new ...
Added by mzm on Sat, 29 Jan 2022 05:22:05 +0200