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...
after webpack uses hot updates, redux reports an error as follows has tried a lot of methods, but it doesn t work. The react update uses webpack-hot-middleware + webpack-dev-middleware and uses node server.js to start the service. Hot updates are ...
< H2 > specifically, the server is nginx, which contains many businesses in the existing network, but now you have to test https, so you can t move. Change the host, mapping locally, and the server ip, imports a simple project to the server < H2 >. i...
description: the background gives a long string of strings, including text and links. At present, all I need to do is parse the string into an array like the expected result below, but there is a problem with the regular reference. Suppose there are thr...
the company project intends to use electron to develop desktop applications, but the previous code was written in the environment of weex, and the supervisor asked to reuse the previous code into this electron development. However, electron does not synt...
A question asked earlier was answered by someone who said that the Apache was transferred to the hard disk or something because it had not been accessed for a long time. This: Link description . The first method he gave seems to need to change the Apach...