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:
-
- 10 recommended content about the logic layer
- This article mainly introduces relevant information about the detailed introduction of the view layer (xx.xml) and logic layer (xx.js) of the WeChat mini program. Friends in need can refer to the concept of WeChat mini program as a cloud OS and the WeChat ecosystem itself. It's just an OS. In addition, the WeChat public platform and the WeChat development platform themselves are already very mature structures, which can perfectly match the functions of Apps. At the same time, they can also achieve the ultimate in interactive experience, and have the potential to replace Apps. The significance of the Apple App Store model is to provide third-party software providers with a convenient and efficient software sales platform...
- WeChat Development 1841 2017-06-10 13:28:12
-
- 10 recommended articles about payment development
- This article introduces the development process of card payment under WeChat Pay. WeChat card payment refers to the payment process in which the user opens the card swiping interface of WeChat wallet, and the merchant scans the QR code and submits the payment to complete the payment. 1. Does the card payment API interface address api.mch.weixin.qq.com/pay/micropay require a certificate? No. Input parameter name Variable name Required Type Example value Description Public account IDappid is String(32)wx8888888888888888 The public account ID assigned by WeChat (enterprise...
- WeChat Development 3006 2017-06-10 11:57:04
-
- Detailed introduction to mini program development experience
- This article mainly introduces relevant information on the summary of problems encountered during the development of WeChat mini programs. Friends in need can refer to the summary of problems encountered during the development of WeChat mini programs. For the first time to formally develop a mini program, start with the following few Let’s talk about the development process and experience of the mini program, mainly the functions used in this project. Data Request This mini program does not have many additional functions, so data and data processing are the main work this time. The mini program provides users with APIs for users to request data from their own servers. It is worth mentioning that , before developing a small program, you need to...
- WeChat Development 2298 2017-06-10 11:36:22
-
- Detailed introduction to pull-up loading
- There are two ways to implement pull-down refresh and pull-up loading of WeChat mini programs. 1. Use the "onPullDownRefresh" and "onReachBottom" methods to implement pull-down refresh and pull-up loading of mini programs. 2. Set bindscrolltoupper and bindscrolltolower in scroll-view to implement WeChat mini program. Pull down to refresh and pull up to load. 1. Use "onPullDownRefresh" and &...
- WeChat Development 2492 2017-06-10 11:35:56
-
- WeChat Mini Program-Snake Tutorial Example
- A long time ago, almost half a year ago, the author published an article about the development of the OC version of Snake. After many months, the WeChat applet came out, so I had nothing to do and wrote another applet. Please be sure to read the following paragraph...
- WeChat Development 6845 2017-05-31 16:58:03
-
- Detailed examples of modularization in WeChat development
- JavaScript Module Specification Modularity is common in any large application. Unlike some more traditional programming languages, JavaScript (ECMA-262 version) does not yet support native modularization. The Javascript community has done a lot...
- WeChat Development 1828 2017-05-31 16:26:55
-
- WeChat development list rendering multi-layer nested loop
- The introductory tutorial on list rendering with multi-layer nested loops. In the current official documents, it is mainly a case of one-dimensional array list rendering. It is still relatively simple and simple, and it still feels like there is no way to start for children who are just getting started. <viewwx:for=
- WeChat Development 1826 2017-05-31 16:16:24
-
- Summarize an example of the WeChat development process
- I use vscode directly as the editor (the same applies to other editors, and I still use WeChat development tools for preview). For syntax highlighting, set wxml to html and wxss to css.
- WeChat Development 2276 2017-05-31 16:05:59
-
- Example code for implementing WeChat sharing function using js
- This article mainly introduces the js implementation of WeChat sharing friend link display, which is helpful for learning ASP.NET programming technology. Interested friends can refer to it.
- WeChat Development 3088 2017-05-29 10:11:40
-
- Introduction to WeChat development (jssdk development)
- A project needs to obtain the current position in WeChat, so I started my WeChat development journey... WeChat JSSDK documentation mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html JSSDK usage steps
- WeChat Development 2199 2017-05-27 13:56:28
-
- WeChat public account development--analyzing CreateTime
- It can be seen from the message interface guide of the WeChat public platform that each type of message definition contains the CreateTime parameter, which indicates the creation time of the message, as shown in the following figure: The above figure is 4.1-Text Message in the message interface guide Definition. Pay attention to the description of CreateTime: message creation time (integer). The key point is that this is an integer time, not the standard format time similar to yyyy-MM-dd HH:mm:ss that we are all familiar with. This article mainly wants to introduce the integer message creation defined in the WeChat message interface.
- WeChat Development 3372 2017-05-27 13:46:17
-
- Introduction to WeChat developmentCreateTime
- Createtime in WeChat is expressed as the number of seconds between 0:00:00 on January 1, 1970 and the time when the message was created. There are two ways to obtain Createtime:
- WeChat Development 3879 2017-05-27 13:44:04
-
- WeChat payment for WeChat development
- Add test authorization directory and test whitelist: In the WeChat backend, set the test authorization directory, such as xxx.sinaapp.com/example/, and add your WeChat ID to the test whitelist. Note that the "personal WeChat ID" here is neither a QQ account nor a personal nickname. It is the string in the "WeChat ID" field in the "Me" interface after logging in to WeChat.
- WeChat Development 2636 2017-05-27 13:31:17
-
- Detailed explanation of the view layer (xx.xml) and logic layer (xx.js) in WeChat development
- This article mainly introduces the relevant information about the detailed introduction of the WeChat applet view layer (xx.xml) and logic layer (xx.js). Friends in need can refer to it.
- WeChat Development 2177 2017-05-26 10:51:08
-
- Share an example tutorial on displaying json data through api interface
- This article mainly introduces the example of WeChat applet displaying json data to the applet through the API interface. The editor thinks it is quite good, so I will share it with you now and give it as a reference. Let’s follow the editor and take a look.
- WeChat Development 3163 2017-05-26 10:48:06