Tag:json

  • Data Processing| Own dataset json file to txt file (YOLO required files)

    Time:2024-6-18

    Some script files for file processing in computer vision! First of all, it must be clearOwn json format, set your own dataset to the format required by yolo. #Json files with different attributes extract different information Own dataset Folder format json file format [ { “Code Name”: “A270332XX_00871.jpg”, “Name”: “galibi”, “W”: “0.564815”, “H”: “0.587961”, “File […]

  • postman—- pass parameter format (json format, form format)

    Time:2024-5-14

      This article mainly explains the use of postman post request method in two ways to pass parameters: json format, form format First of all, understand that postman for interface testing, the must condition is: request address request agreement request method request header parameters json format Look at the interface documentation and fill in the […]

  • [SpringMVC] Parameter Passing with User Requests and Responses

    Time:2023-10-4

    catalogs I. Postman Tool Usage 1.1 Postman Installation 1.2 Use of Postman 1.2.1 Creating WorkSpace workspaces 1.2.2 Creating requests   II. Parameter passing 2.1 Adding Slf4j dependencies 2.2 General parameter passing Knowledge 1: @RequestMapping Knowledge Point 2: @RequestParam 2.3 Path Passing Parameters Knowledge Point 3: @PathVariable 2.4 Json Data Passing Knowledge Point 4: @RequestBody   […]

  • [SpringMVC] Parameter Passing with User Requests and Responses

    Time:2023-10-4

    catalogs I. Postman Tool Usage 1.1 Postman Installation 1.2 Use of Postman 1.2.1 Creating WorkSpace workspaces 1.2.2 Creating requests   II. Parameter passing 2.1 Adding Slf4j dependencies 2.2 General parameter passing Knowledge 1: @RequestMapping Knowledge Point 2: @RequestParam 2.3 Path Passing Parameters Knowledge Point 3: @PathVariable 2.4 Json Data Passing Knowledge Point 4: @RequestBody   […]