there is a news system in the project, which is divided into international news, domestic news and industry news. It is stored in the database table bigclass, and international news is divided into financial news, sports news and entertainment news. Dom...
except for get requests, my current api is designed to pass parameters in body , and the background springmvc is received by @ requestbody. my idea is: if all are passed in url, the backend needs to write multiple parameters one by one, which is very t...
get post are these stipulated by http or restful? I am the front end, and I always thought that get post is stipulated by the http protocol. but recently, when I saw what restful is, I saw that get is used to obtain, and post is used to create new on...
when learning REST, I learned that POST requests are non-idempotent, while PUT requests are idempotent, so POST is suitable for adding and PUT is suitable for modification. there is a question here, is the idempotency here just a difference in definitio...
there are two modes of OAuth protocol in Tencent QQ Internet platform. The specific process is understood, but the differences in usage scenarios are not clear: the first is client-side mode : using OAuth2 s Implicit_Grant mode the second is serv...
problem description the company s product demand, very DT, wants to combine photography with album selection functions. When I click the select file button, I call up the camera, and then the camera screen can choose to enter the album, as shown in f...
C: Application phpStudy php php-7.0.12-nts $ php composer.phar create-project yiisoft yii2-app-advanced advanced 2.0.15 [InvalidArgumentException] Could not find package yiisoft yii2-app-advanced with version 2.0.15. create-project [-s|--stabi...
there is a quill editor upload film this part he uses Base64 encoding but I want to change it to normal upload is to use php to upload to the file I specified, and then spit back to the network address that way https: github.com fxmontigny. I h...
the parent element has two child elements. The two child elements need to be displayed side by side. The content of the child element on the right is not fixed. It is necessary to make the element on the left adapt to the change of the child element on ...
such as title: requirement is: adapt to desktop phone tablet question: develop three sets of code or adapt? If you want to adapt, do you want to set a meta tag on the phone or something that contradicts the desktop and tablet? ...