[WeChat Applet Foundation] Java Script's first exposure to Java Script from getting started to giving up

Preface Now that you've vowed to be a full stack engineer, you've learned to draw PCB s, C, ESP32(WiFi) programming, Linux application programming, processes, threading, network programming, and so on, and how devices connect to the cloud platform. Now it's just a matter of mobile control, and the WeChat applet is undoubtedly the first c ...

Added by LikPan on Sat, 26 Feb 2022 20:11:56 +0200

2022 authorized login of the latest wechat applet (front and back end separation)

1, Foreword First, let's talk about two major changes in wechat applet recently: 1. The interface for obtaining user information is from the original Wx Replace getUserInfo with Wx getUserProfile For the new version of applet released after 24:00 on April 28, 2021, the developer calls Wx GetUserInfo will no longer pop up a pop-up window and ...

Added by ntsf on Sat, 26 Feb 2022 13:16:50 +0200

Encapsulation of background interface method of uni app request

preface: Request background interface for method collation in uni app. Personal encapsulated version and official method. Official entrance: Package version: see the following table of contents 1. Create a new folder api, which mainly puts the interface information login.js interface method for putting login page import axios from '../u ...

Added by gl_itch on Mon, 21 Feb 2022 13:28:55 +0200

Challenge one day to develop a front-end and back-end applet system | open source, out of the box

A little friend came to me to develop a system. This time he wanted to test my efficiency. He met this condition for the first time. 2000 for one week, 4000 for three days and 5000 for one day. That's what I said. What am I dragging on? After the completion of the system, we discussed with him and refunded part of his cost. The source code ...

Added by steveryan on Mon, 21 Feb 2022 03:00:21 +0200

Wechat applet - the navigation bar of different roles displays differently

      Problem description    the original bottom navigation bar of wechat applet limits the number (3-5) and can not change the dynamic bottom navigation bar according to your unused users. It can not adapt to the situation that multiple users enter and display different bottom navigation bar functions from one applet. It can o ...

Added by johnnyk on Sun, 20 Feb 2022 18:13:58 +0200

Java web learning notes (crazy version) -- Section 9 cookies and Session

If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions. Section 9 cookies and Session catalogue ...

Added by Boris Senker on Sun, 20 Feb 2022 12:23:10 +0200

Notes on common knowledge points of JavaScript

If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions. preface js notes, a good memory is not ...

Added by renu on Sun, 20 Feb 2022 10:47:44 +0200

Applet learning

Overall knowledge system Main directory file function of applet project project.config.json project configuration file, do some personalized configuration, such as interface color, compilation configuration, etcapp.json is the global configuration of the current applet, including all page paths, interface performance, network timeout, botto ...

Added by Porkie on Sat, 19 Feb 2022 05:34:27 +0200

Practice of cloud development of small program for brushing questions in postgraduate entrance examination - page design and production (home page of question bank, ranking page, my)

prefaceWhy does your UI feel messy? For small program developers, especially for novice developers or beginners, the quality of typesetting is the core issue to be considered at this stage, that is, details. But many students always pay little attention to this and always want to use it. The interface is very ugly. What's the user experience!Do ...

Added by pchytil on Fri, 18 Feb 2022 22:19:03 +0200

Member management applet actual development 07 page Jump

In the previous section, we introduced the life cycle functions and customization methods in low code. In this section, we introduce the page Jump in low code. Page Jump It is relatively simple to realize page Jump in low code. Directly add behavior to the component and call the jump method of the platform. Open the application editor, select ...

Added by stephaneey on Tue, 15 Feb 2022 14:33:59 +0200