after the vue project is packaged, there are many large files, which quote a third-party plug-in, but the server is in Beijing, but the server is used in Shenzhen, and it takes a few seconds to open each time. How should this be optimized? Details are a...
in the vue single-page application, the route is loaded lazily, but one route is packaged with a fast 1m, which is particularly slow to load, as shown below. How should this be optimized? Thank you ...
the same files are placed in different project directories on the same server. One project directory access has https cache, and one is not cached . the front-end code is exactly the same, but the background data interface is different these two pro...
I have a front-end project B , which is developed on the basis of project A . After the code management tool uses git, for a period of time, both project An and B move forward, and there is a partial conflict between An and B s modified code. If B wa...
in addition to server rendering, what are the solutions for loading the home page? ...
defines a service:UserService where a method is defined as follows: @Transactional(propagation = Propagation.REQUIRES_NEW) public void saveException(User user){ userDao.save(user); throw new RuntimeException(""); } if I call this met...
sudo add-apt-repository ppa:ubuntu-desktop ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make after installing Ubuntu Make, then use the following command to install Visual Studio Code: umake web visual-studio-code the error is as ...
call cmd k command to execute command, how can I save the command I just executed into doskey history? Just like I win+r > cmd > execute command, and then I can repeat the command with the up and down arrow keys. ...
Sub-components: < view class= dialog hidden= {{show}} > < view > {{title}} < view > < view > {{content}} < view > < view class= btn > <text bindtap= confirmEvent >< text> <text bindtap= cancelEvent >< text> ...
the company develops a new CRM system, and the front end uses Vue-cli plus elementUI, back-end. Net. At present, it is uncertain whether the back-end can develop RestFul api, but what is certain is that the front-end page of a single-page application wil...