I write a lot of api, myself. These api may be called by many three parties. How should I count the situation of each third party calling api? should the statistics be updated before each call to the API, and then return the interface data? or should mul...
do not understand why this function does not write break will loop infinitely, ask for help def diedai (size): size=size+1 print("size=",size) while (size<=2): print("size=",size) diedai(size) -sharpbreak diedai (1)...
I have not quite understood the branch usage of git . master is definitely the remote end to push. Then, for example, I set up dev branch, and derive dev-A branch on dev . After completing development on dev-A , I merge to dev to delete dev-...
problem description recently I want to use vue to implement background ion background link description this effect npm install three in the vue component import * as THREE from " three " found good to attract other js <script src="js ren...
var a = [0var 16, 24, 88, 99]; < var b = 77; I want to look for b according to the value of b, b is in the subscript of a, or equal to that subscript! b is 77, so its subscript corresponds to 60 is 3! If b is 88, then its subscript is the subscript of ...
I would like to ask if there is any solution for this. The axios, background I use says that this is third-party data and cannot be linked to socket, so I can only keep browsing the request at the front end....