problem description RT wants to set up two different front-end projects to access different static resources, but does not know how to set them, for example, wechat accesses css and js files under the wechat path manager accesses css and js files un...
the location rules in the nginx configuration file are as follows: location = { return 601; -sharpA } location = login { return 602; -sharpB } location ^~ static { return 603; -sharpC } location ~ .(gif|jpg|png|js|css)$ ...
now I m going to use the data stored in localstroage. The format in localstroage is a json,. I m going to use the name, stored in localstroage now. How can I get it? Wait online ...
loading does not jump to solve ...
problems encountered when using KVM on CentOS 7.5 when partitioning after creating an image. Command: modprobe nbd error: modprobe: FATAL: Module nbd not found. the solution on the Internet is to install several packages related to kernel, but I al...
Hello, everyone. The landlord used to do PHP development and Android development, but now the so-called "adjustment of the company s business ". The WEB backend has been converted to JAVA development, and the landlord has become the only back-end deve...
first of all, Code Cloud submission, because this folder is under Code Cloud remote warehouse clone, so there is no problem with associated submission git add. git commit-m "gitee " git remote add gitee git@gitee.com:xxx jkPT.git then githup submi...
problem description recently encountered such a problem in development, for a simple Dialog component: in the way of a controlled component, the callback function of receiving the parent component through props triggers to change the state value ...
ask for help. The company s project is divided into libraries according to business. After establishing a connection using sequelize, the connection cache is saved in memory. When there are many sub-libraries, the memory occupation is too high, is there...