after each release of the web project, the test clears the browser before updating the modified part. How to solve the problem
after each release of the web project, the test clears the browser before updating the modified part. How to solve the problem
<meta http-equiv="cache-control" content="no-cache,no-store, must-revalidate" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
File with a timestamp suffix
you can use the Tampermonkey
plug-in to automatically clear the cache when the page under this domain is refreshed
my project is that every time laravel+vue deploys a new version, it executes the php artisan cache:clear command to clear all kinds of caches
you are the default configuration in vue-cli 's project vue-cli. Hash values are added to the names of css and js, so the names of the new version css, js and the old version are different, and there will be no cache problems.
when you put the packaged index.html into the server, the index.html may be cached on the server side, which requires that the server configure not to cache the index.html.
Previous: What type of json string should be stored in mysql? Tell me why?
Next: I see that some pop-up boxes close icons with uppercase "X". Is this appropriate?
the scheduling page clicks the order to enter the order details. When you return to the scheduling page, you will request data rendering again. Now you want to return to the previous page without rendering. cannot be cached using keep-alive, and activa...
-- there are new compatible methods. I haven t done mobile for too long. I d like to consult some optimization methods of mobile ....
problem recovery: I used the vant ui library to develop the mobile end. When I used css module in the vue single-text component, I changed the internal class style of vant, which had no effect. But my custom class has changed correctly. (1) when I che...
how to use the front end to implement a multi-touch handle? ...
there are some tab tabs at the top of the page that request to pull data when you click a tab and it is shown below that two tabs are clicked. 0ms makes the first request for 300ms to make a second request, 400ms asynchronously returns the data of the ...
this code is used to determine the different loading states of the picture (from copy on the Internet). shows loading animation, displays pictures when loading is complete, and shows failed pictures when loading fails. excuse me, is there anything t...