you need to use laravel queues (redis drivers) to implement code execution asynchronously without delay, such as $stock = 5; $job = new DecStock (); $this- > dispatch ($job); return $stock; the purpose is to return the variable $stock as soon as...
Front-end separated development encounters cross-domain problems the backend needs session verification, and the front end uses . xhrFields : { withCredentials: true }, crossDomain : true, backend configuration put the backend into the session...
this error is reported when deleting data. Why? Ask urgently for ...
topic description vue s treatment of multiple groups of radio 1. Multiple groups of radio are traversed with v-for, how to traverse multiple groups of radio at once 2. How to get all the radio values at once after traversing multiple groups of radi...
problem description when the project was running, the following error occurred, that is, the cnpm run dev Times was wrong ERROR Failed to compile with 1 errors 17:3...