Introduction to applet cloud development
This article is< Python + wechat applet development from scratch >The ninth column mainly introduces the latest and complete introduction to cloud development, wechat applet cloud development, cloud function, cloud database learning, wechat applet cloud development and extended function learning. I hope you can learn together and communic ...
Posted by bizerk on Sat, 06 Nov 2021 00:51:10 +0100
Wechat applet development (notes)
1, Structure of wechat applet
1. New applet
The main modules of wechat applet are divided into three, namely: 1.wxml: controls the layout of the main frame of the applet, which is equivalent to the main structure of the house and the frame of the house. 2.wxss: control the style components of the applet, which is equivalent to how to desi ...
Posted by micmania1 on Tue, 02 Nov 2021 16:40:48 +0100
Practical course of medical beauty applet
catalogue
01 demand analysis 02 introduction to navigation bar components
Last review
In the previous article, we introduced how to use the navigation component and how to create variables. In this article, we began to read the code of the official template to consolidate the front-end basic knowledge in the form of dismantling technical poi ...
Posted by jimlawrnc on Fri, 15 Oct 2021 01:29:33 +0200
[quick document] input tag, an article takes you to thoroughly learn the input in the applet
Important parameters
Initial input in the value input box
The type of the type input box. If it is text, you don't need to fill it in
1, number
2. idcard ID card
3. digit number with decimal point
4. Safe password security keyboard
Password password type, no need to fill in
Placeholder placeholder text, or prompt text
Placeh ...
Posted by Ruchi on Thu, 07 Oct 2021 00:48:36 +0200
flex flexible box layout (detailed)
Elastic box model
1. Telescopic container display
Flex is the abbreviation of Flexible Box, meaning "flexible layout", which is used to provide maximum flexibility for box model. Any container can be specified as a flex layout.
Elements with Flex layout are called Flex containers, or "containers" for short. All its child ...
Posted by DarkShadowWing on Thu, 30 Sep 2021 23:03:35 +0200
icebreaker teaches you how to customize small program code
preface
Compared with ordinary two-dimensional codes, the small program chrysanthemum code has high recognition. You can scan wechat at a glance.
By default, we can customize the generated code Parameters, route, size, Automatically or manually configure the line color, and whether the background color is transpare ...
Posted by kartul on Mon, 27 Sep 2021 06:45:02 +0200
Common user interaction functions of wechat applet
User authorized login:
The applet can easily obtain the user id provided by wechat through the login ability officially provided by wechat, and quickly establish the user system in the applet.
First we call wx.login() obtain Temporary login certificate code , And send it back to the developer server (the company's server ...
Posted by veluit06 on Mon, 20 Sep 2021 12:14:13 +0200
05_ Build wechat applet project from zero_ Realization of static effect of course page
Course Directory:
01_ Build wechat applet project from zero_ Project overview
02_ Build wechat applet project from zero_ Project environment construction
03_ Build wechat applet project from zero_ Home page static effect implementation
04_ Build wechat applet project from zero_ Implementation of static effect of consultation page
Updating ...
Posted by lipun4u on Mon, 20 Sep 2021 04:13:42 +0200
Holiday learning summary 1
Summer vacation summary
During the summer vacation, I mainly write a small program project and modify another small program. The following mainly introduces the project experience and technology
Start of SC project
Step 1: get the project and write the development documents first, mainly to design the database (designing the database is the ...
Posted by cvincent on Thu, 16 Sep 2021 19:10:30 +0200