Recently, I developed a small recording program called “I-I” and decided to sum up the knowledge learned during this period from shallow to deep and share it with everyone. If there are any mistakes, I hope the bosses can point out. Directory Application for applets Use of Developer Tools Development of Small Programs Statistics Release ..
Category : Small program
Preface In normal project development, you will definitely encounter the problem of synchronous and asynchronous execution. What’s more, when executing an operation depends on the result returned by the previous execution, how will you solve this problem at this time? 1. settimeout is used to make it execute asynchronously. Obviously, this is only to add ..
Demand The product said that it is not very convenient for the applet to return to the home page. If you want to add a button to return to the home page, the UI said that the navigation bar can set up a background picture, because the design is quite good. Demand Analysis and Plan ..
The project needs have been written for some time, but I still want to come back and sum up. First, I want to review and optimize the project. Second, I want to make a record of the pit to avoid similar problems in the future. Demand Using WeChat’s powerful social ability to achieve fission through ..
Writing background Contact with small programs has been going on for some time. Generally speaking, the development threshold of small programs is relatively low, but the basic operation mechanism and principle still need to be understood. “For example, when I was interviewing, I asked a question about the applet. Do the applets have window objects? ..