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...
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...
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...
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...
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 }; .....
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?...
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...
1. I am using the Ubuntu18.04 desktop version now. A compilation error occurred during learning flask-mysqldb. 2. Before asking this question, Baidu Google numerous, but not my feelings, specially to ask netizens for help. 3.Failed building wheel for ...
when you use spring-data-redis to integrate redis, in a spring project and operate on redis through RedisTemplate, you want to package some operations of multiple redistemplate so that other Redis operations may not be inserted. public class Test { @R...
recently working on a node project, using mongoDB in the background. found that there is a default primary key _ id, in MongoDB. I can also set up a sequence myself, like mysql. if you use the default primary key, the returned JSON string uses _ id, wh...
recently, UI gave a picture of H5. The unit above is px, but it will be messy to make it on mobile phones like this. After all, a px on some mobile phones is not really 1px. the question is: UI thinks we should give px the corresponding size. How can I ...
uiindex abc index in this way, both active will be elected. Please tell us, what should we do in this situation? ...