It's time to master the cloud development of applets ~
original intentionFrom the explosion of wechat Xiaocheng in 2018 to the current applet and cross platform applet framework. It has appeared in everyone's life for three years, and has been used more and more deeply. After several years of development, wechat has officially provided a cloud development model. I was thinking that as a developer, ...
Added by skippence on Fri, 07 Jan 2022 06:10:54 +0200
Wechat applet questionnaire case
Wechat applet questionnaire case
Through the development of a "Questionnaire" case to master the use of common form components, and how to collect the form information filled in by users, submit it to the server and display it in the form after obtaining data from the server. The reference interface is shown in Figure 1. Step 1: cre ...
Added by Yamakazi on Wed, 05 Jan 2022 14:15:01 +0200
Wechat payment V3 RSA signature stepping pit
Recently, we are making wechat payment. According to the requirements of wechat official documents, RSA is used to sign to request the adjustment of the payment window. The payment development process is listed in detail below;
The process of the current project is that the front end submits data according to the requirements of the back end an ...
Added by bidnshop on Tue, 04 Jan 2022 21:34:05 +0200
Slide right letter index of wechat applet
We often see this in wechat and address book. How to implement this function in the applet (wait, we need to use an official component of the applet). This function can be divided into two parts, one is the rolling area and the other is the sliding positioning area.
realization Scroll area In the applet, scroll to the specified position can be ...
Added by remnant on Mon, 03 Jan 2022 14:04:10 +0200
Software testing using Monkey (random testing + script testing)
1, Basic concepts
The so-called monkey test (Money Test), also known as funny test and strange use test, refers to that in software testing, testers can carry out various strange operation modes to test the stability of software. Monkey test, generally speaking, is a test method for the robustness of the system to the input of signal facto ...
Added by ierpe on Mon, 03 Jan 2022 02:29:36 +0200
Mobile terminal h5, applet custom concave tabbar middle suspension button idea sharing
Recently, I want to develop a wechat applet, and then I see that tabbar of other applets looks like this 👇
Then I also want to do such a depressed tabbar (actually called by the leader). How does he realize the effect of this depression? I searched a lot on the Internet and didn't find the idea of realization. Later, I realized it after my ...
Added by Daisatske on Sun, 02 Jan 2022 20:58:27 +0200
[wechat applet cloud development] learn to upload, download, preview and delete pictures in 1 minute, and display pictures in Jiugong grid
Hello, my name is little bald monk This article is to explain how cloud development can upload, download, preview and delete images, and display the functions of images in a nine house grid
1. Realization effect
Don't talk nonsense. Look at the effect first
explain: In the middle of the pause, I was choosing to upload photos. Clic ...
Added by flowingwindrider on Sun, 02 Jan 2022 14:27:17 +0200
Common components of applets
1,view
Replace the previous div tag
2,text
1.Text label
2.Can only be nested text
3.Long press the text to copy(Only this tag has this function)
4.Space carriage return can be encoded
Attribute name selectable
type Boolean
Default value false
Description text optional
Attribute name decode
type Boolean
Default value false
Exp ...
Added by rptasiuk on Sat, 01 Jan 2022 03:53:50 +0200
Hacker said: how to do a small program online in 4 days?
Since the launch of the "hacker talk" Web Version (hackertalk.net) on June 6, it has attracted many users. In order to further improve the terminal experience, we decided to reuse the existing technology stack to realize the wechat applet. It took only four days to develop it. This paper mainly discusses how to quickly launch the ap ...
Added by hbradshaw on Wed, 29 Dec 2021 11:27:08 +0200
[wechat applet] upload pictures to oss object storage (PHP)
oss preparation
Step 1: first go to alicloud and buy an oss
Step 2: look at the oss documentation
Click here first Click here again Try to download the SDK. The following is the directory structure of the SDK The important thing to pay attention to is the documents in the red circle above.
Continue to read the official documents From th ...
Added by quadlo on Wed, 29 Dec 2021 11:08:28 +0200