I have been working on a vue project recently, and the server released by the project is nginx; has a very caching problem. I don t know what the reason is. The project has the following meta tag in index.html: <meta http-equiv="pragma" ...
In the company s project, as the response of iterating some operations becomes slower and slower, the slowest time an operation can have is more than 550ms . want to optimize it, but Mengxin doesn t know exactly where to start. I also want to ask ...
...
to do a project with weex, you need to share the page. When you open the content page, jump to the home page. For example, http: 192.168.1.122:8081 -sharp details 596, jump back to http: 192.168.1.122:8081 -sharp . What s going on? ask for the guida...
not long after contact with Vue, should I use components or sub-routes directly when designing tab handover? The feeling can be realized, what is the difference between the two? What are the advantages and disadvantages? ...
first describe my problem: the company currently has this demand: requires that the daily push picture and text information of Wechat and Subscription account should be saved to the system management background and mass content is required to be ...
this is the backend code <?php $password=$_POST[ password ]; function getRandPass(){ $chars = ("0123456789abcdefghijklmnopqrstuvwxyz"); $min = 6; $max = 9; $len = mt_rand($min,$max); $password= ; $a_len = strlen($chars); for...