postman preliminary and common scripts

The design of docking interface parameters is simple and easy. A brief introduction to Postman Chrome post is a powerful API for debugging web requests.Postman can send any type of http request and support GET/PUT/POST/DELETE. Any number of headers can be attached to the request header.Postman supports different authentication mechanisms (bas ...

Posted by 121212 on Wed, 09 Mar 2022 14:14:11 +0100

The second encapsulation of the 2-Home page of the Vue e e-commerce project notes in Silicon Valley, the interface request function used by axios and the encapsulation used by vuex, Mock and Swiper

The second encapsulation of the 2-Home page of the Vue e e-commerce project notes in Silicon Valley, the interface request function used by axios and the encapsulation used by vuex, Mock and Swiper Tutorial address Split non routing components in Home components I only split TypeNav, ListContainer and Floor components here, because these thr ...

Posted by TheMoose on Wed, 23 Feb 2022 04:11:34 +0100

Learning software testing must know testing tool

1 download address 2 initial interface 2.1 new project Enter the project name you want 2.2 new interface What is ApiPost ApiPost = interface debugging + rapid generation of interface documents + standardized management of interface documents + Mock API + interface process test. Common interface management schemes API documentati ...

Posted by benzrf on Mon, 24 Jan 2022 10:21:41 +0100

A public tutorial on freeswitch - dial plan

This is what we often call call routing. Through the dial plan, freeswitch turns the corresponding channel to fixed processing. Dial plan is not a scripting language. Its goal is to simply help you find the application you need. We can simply call it call routing rule. freeswitch is a multi environment dial plan by default, which is publi ...

Posted by bouton on Sat, 22 Jan 2022 22:18:00 +0100

End 996, this program productivity tool is really awesome

​As a Web Front end developers spend most of their time in the development process in addition to writing business code API On the joint commissioning of. To solve this problem, most developers will choose Mock Interface scheme, but several commonly used in the front-end field Mock All schemes require a certain learning cost. So is there a more ...

Posted by guilhenfsu on Thu, 20 Jan 2022 02:57:15 +0100

Flash get post request parameters

Flash get post request parameters Today, let's continue to talk about how to obtain post request parameters using flash web application. summary There are several ways for post requests. The content type entity header is used to indicate the MIME type of the resource media type . Content type is the field of http request header. As a r ...

Posted by tomm098 on Sun, 09 Jan 2022 13:30:28 +0100

[function development] view program cycle time

requirement analysis On each device, add the programs running on the current device and the list of programs running in history. Click the program list of historical operation to display the cycle time of the clicked program. BU_Machine_CurrProgram At present, the company has arranged 50 devices in the plant area, and there is a scheduled ...

Posted by 88fingers on Sat, 08 Jan 2022 05:17:10 +0100

Python standard library overview

catalogue 10. Overview of Python standard library 10.1. Operating system interface 10.2. File wildcard 10.3. Command line parameters 10.4. Error output redirection and program termination 10.5. String regular matching 10.6. mathematics 10.7. Internet access 10.8. Date and time 10.9. data compression 10.10. Performance metri ...

Posted by ann on Tue, 04 Jan 2022 01:42:40 +0100

Stop using BeanUtils. Isn't this PO VO DTO conversion artifact fragrant?

Click on "end of life", pay attention to the official account. Daily technical dry goods, delivered at the first time! 1. Foreword Are old fellow owners often troubled by writing some original code of entity conversion, especially when there are many physical fields. Introduce an open source project mapstruct, which can easily ...

Posted by Prismatic on Fri, 31 Dec 2021 21:17:54 +0100

QR code business card making

Level 1: structural design of QR code business card page Relevant knowledge In order to complete this level task, you need to master: 1 Define table settings, 2 Span label. Definition list Definition lists are often used to explain and describe terms or nouns. Unlike unordered and ordered lists, the list items of a definition list do not ...

Posted by basement on Mon, 20 Dec 2021 18:45:24 +0100