current location:Home > Technical Articles > WeChat Applet > WeChat Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Detailed explanation of examples of referencing other js files in WeChat development
- This article mainly introduces the relevant information about WeChat applet quoting other js files to implement code. Friends in need can refer to it.
- WeChat Development 2201 2017-05-26 10:37:12
-
- WeChat development JS dynamic modification style
- This article mainly introduces the implementation code of WeChat applet JS dynamically modifying styles. The principle is to bind data and then dynamically modify the data to achieve dynamic style changes. Friends in need can refer to it.
- WeChat Development 2074 2017-05-26 10:36:25
-
- How to call global JS in WeChat development?
- This article mainly introduces the detailed explanation and examples of calling global JS in the scope of WeChat applet. Friends in need can refer to it.
- WeChat Development 2307 2017-05-26 10:35:45
-
- Detailed explanation and example code of slider developed by WeChat
- This article mainly introduces the detailed explanation and example code of the WeChat applet slider. Friends in need can refer to it.
- WeChat Development 2781 2017-05-25 10:29:23
-
- Detailed introduction to WXML, WXSS and JS for WeChat development
- This article mainly introduces the relevant information about the introduction and detailed explanation of WXML, WXSS and JS of WeChat applet. Friends in need can refer to the following
- WeChat Development 3775 2017-05-25 10:16:07
-
- Share the implementation of payment function (front-end) developed by WeChat
- This article mainly introduces the relevant information on the implementation of the payment function (front-end) of WeChat applet. Friends in need can refer to it.
- WeChat Development 2598 2017-05-25 10:01:58
-
- Example tutorial of life cycle function of WeChat development
- This article mainly introduces relevant information about the life cycle function of WeChat applet. Friends who need it can refer to it.
- WeChat Development 2388 2017-05-25 09:57:54
-
- Introduction to WeChat Development (11) Update the data on the previous page
- During the development of small programs, there is often a need to pass the current page data to the previous page, but wx.navigateBack() cannot pass the data. The general method is to put the current page data into the local cache, and then take the previous page out of the cache.
- WeChat Development 1756 2017-05-24 10:03:55
-
- Introduction to WeChat Development (10) Login Status Maintenance
- What is login state? The so-called login state means that when the program is running, it can identify the current user and prove that it is unique and legal. We know that the WEB server obtains the session through the cookie carried by the browser to determine whether it is the same user (or browser); the Restful service uses the unique ID passed by the client to identify the calling user.
- WeChat Development 2130 2017-05-24 09:58:16
-
- Introduction to WeChat Development (9) Local Cache
- Currently, WeChat provides 10M of local cache space for each mini program (oh my god, it’s so big). With local cache, your mini program can do:
- WeChat Development 2006 2017-05-24 09:55:26
-
- Getting Started with WeChat Development (8) Page Routing
- What is routing? Routing as we usually understand it refers to the network-wide process of determining the end-to-end path when packets are sent from source to destination; borrowing the above definition, we can understand mini program page routing, which jumps from a page according to routing rules (path) Go to another page of rules.
- WeChat Development 1986 2017-05-24 09:49:06
-
- Getting started with WeChat development (7) How to use weui.wxss
- What is WeUI? WeUI is a basic style library customized for mini programs by the official design team in compliance with WeChat visual design specifications. We put WeUI in the basics here because WeUI is an official product, and after the IDE update on October 28, the IDE cannot recognize and reference css, and it also blocks the acquisition of style files from the network, drawing a clear line with css.
- WeChat Development 3681 2017-05-24 09:44:17
-
- Introduction to WeChat Development (6) User Data Decryption
- I often see some friends in the group asking about the decryption process of mini program user data, so I plan to write a tutorial on decrypting sensitive data of mini program users; the encryption process is completed by the WeChat server, and the decryption process is completed by the mini program and its own server. encryptData gets the following data:
- WeChat Development 2216 2017-05-24 09:38:08
-
- Introduction to WeChat Development (5) Data Binding
- The first few articles describe the use, life cycle and events of WeChat mini program development tools. This time we will talk about WeChat applet data and view binding
- WeChat Development 2182 2017-05-23 15:33:24
-
- Introduction to WeChat Development (4) Touch Events
- What is an event? Events are a communication method from the view layer to the logic layer. Events can feed back user behavior to the logic layer for processing. Events can be bound to components. When the trigger event is reached, the corresponding event processing function in the logic layer will be executed. Event objects can carry additional information, such as id, dataset, touches.
- WeChat Development 2058 2017-05-23 15:30:35