api - Related information

  • (more) AJAX failed in Internet Explorer, but was successful in other browsers

    Hello, seniors! recently I encountered some puzzling problems in playing api, but I still couldn t find a solution after climbing the article, so I sent a post to ask . when I load a web page, I trigger an api,api that brings xxx to the backend in h...

  • How does php write api for others to use?

    I now need to write an api is a specific account where other people can upload videos to my server , but I don t know how to start? The concept of is that the counterpart can send the film to me through enctype= "multipart form-data " . I will sen...

    Mar.03,2021
  • The Feasibility of using mongodb to store Interface data

    Hello everyone, the latest project needs to be docked with the interface of a mall, simply to call their various interfaces, such as ordering, commodity inquiry, freight and so on. in accordance with the previous practice, in order to facilitate stati...

    Mar.02,2021
  • Generate API token for users through Jenkins API

    Hello, everyone. I now use com.offbytwo.jenkins for Jenkins-related operations. I need a user name and password or token, when creating a jenkins Service. Because it is not convenient to save the user s password, I want to operate through token. In addi...

    Mar.01,2021
  • Curl api request face to face, another request?.

    want to check suppose I use php curl to connect http request, to the database of the opposite party and use json_decode first and then print out the json results <?foreach ($region_get_all->regions as $key) { echo $key->{ manager-id }; .....

    Feb.28,2021
  • Should id be placed in the path of API or in request?

    I see an example when he deletes the id is put in the url, as follows router.delete( :id ,function(req,res){}) but you do put it in req.body when you update it, as follows router.update( ,function(req,res){ req.body._id }) Why is this?...

    Feb.28,2021
  • Values separated by commas are sent to http in curl and json

    default value 2018 04 16, 2018 04 17, 2018 04 18, 2018 04 19, 2018 04 20, 2018 04 21, 2018 04 28 when I deal with it on the other side how to convert it to array and send json to the specified http? Using curl $data = array( "date" =&g...

    Feb.27,2021
  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-2d913db-3fa1a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-2d913db-3fa1a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?