当前位置:网站首页>0 foundation a literature club low code development member management applet (I)
0 foundation a literature club low code development member management applet (I)
2022-06-24 07:05:00 【Low code preacher】
1 Chapter one : Home page and member registration function development
Abstract : This article uses low code technology , Use drag and drop to quickly develop a member management system , Realize the online registration of members 、 Recharge 、 Consumption and other functions . Even Xiaobai without any development foundation , As long as you follow the steps in the tutorial, you can also master app Development method of , Into the field of software development .
In daily life , Stores usually need to manage members , Such as membership card opening 、 Store value 、 Consumption, etc . There are many kinds of member management systems on the Internet , But most of them are in the same category , There are many repetitive functions . Now the new low code technology , Zero threshold can also develop its own membership management system . This paper uses low code technology , Use drag and drop development techniques , Quickly create a member management system . The development steps are as follows :
1 Create an
2 Define data sources
3 Create a page
4 Publish app
1.1 Step one Create an
Open the lower console , Create application of member management system
1.2 Step two Define data sources
After application creation , We need to plan the functions and design the library table structure . We need to develop a registration function first , It is mainly to input the basic information of members , The information we designed to collect included names 、 Gender 、 Age 、 Telephone 、 Contact address 、 mailbox 、 WeChat ID 、 Wechat nickname 、 Birthday and other information .
Create a new data source after the information is designed
Click Add field , Add the fields we need
1.3 Step three Create a page
After the data source is defined , We need to create a page . After application creation , A home page will be generated by default , We first develop the function of the home page . Click the Edit button to enter the edit page of the application .
1.3.1 Home page production
Switch to the components menu , Let's first add a grid layout component
General app There is a navigation page , The common functions are listed in the form of nine palaces , We added the grid layout to divide the page horizontally into several columns , This is good for adding content .
Then switch back to the outline view , Select slot
After the slot is selected, we switch back to the component view , Add a container component
Add a picture and text component to the container component
Now the picture is a little big , We select the picture component , Change the width and height
Change the text content of the text component to membership registration
The default container is left aligned , We changed it to center align , Set the style of the container
For the convenience of debugging , We copy the container components into the remaining three slots
The effect we want is to distribute the columns evenly , So you need to set the grid layout style
You also need to set the interval
The menu is next to the top , Set the top margin
The default picture is not very nice , We need to go from iconfont Download the icons we need
Then click the cloud icon of the image component to upload the material , Then click use picture
So we set up , In order to jump , We need to create a new page first , Switch to page management , Create a new page
After the page is created , We need to add click events to the container , Go to the registration page
1.3.2 Membership registration page making
First, add a navigation component to the page , It is convenient for users to return to the home page
After the navigation is set , Add a form container component
Then we add the components we need in the slots of the form container , First, add a form input component , Change to name
Then add a form radio component , Change to gender
Add form input component , Change to age
Add form mobile components , Change to mobile phone
Add form input component , Change to contact address
Add form email address component , Change to mailbox
Add form input component , Change to micro signal
Add form input component , Change to wechat nickname
Add form date component , Change to birthday
Add button components , Change the button to submit
Add a submit event to the form container component , Select the data source for meeting registration
1.4 Step four Publish app
Click the preview button on the navigation bar after the page is made , Let's actually test the function
边栏推荐
- [binary tree] - middle order traversal of binary tree
- [problem solving] virtual machine configuration static IP
- How do I turn off win10 automatic update? What are the good ways?
- setInterval里面的函数不能有括号
- On BOM and DOM (4): dom0/dom2 event handling analysis
- 【JUC系列】Executor框架之CompletionFuture
- Actual combat | how to deploy flask project using wechat cloud hosting
- Surveying and mapping principle of GIS coordinate system: geoid / datum / reference ellipsoid /epsg/sri/wkt
- On BOM and DOM (2): DOM node hierarchy / attributes / Selectors / node relationships / detailed operation
- Database stored procedure begin end
猜你喜欢

Maui uses Masa blazor component library
![Command ‘[‘where‘, ‘cl‘]‘ returned non-zero exit status 1.](/img/2c/d04f5dfbacb62de9cf673359791aa9.png)
Command ‘[‘where‘, ‘cl‘]‘ returned non-zero exit status 1.

潞晨科技获邀加入NVIDIA初创加速计划

About Stacked Generalization

leetcode:85. Max rectangle

Rockscache schematic diagram of cache operation

【JUC系列】Executor框架之CompletionFuture

File system notes

JVM調試工具-Arthas

LuChen technology was invited to join NVIDIA startup acceleration program
随机推荐
Multi sensor fusion track fusion
What are the audio formats? Can the audio format be converted
Page Jump and database connection of student management system
What is JSP technology? Advantages of JSP technology
MAUI使用Masa blazor组件库
leetcode:85. Max rectangle
leetcode:84. The largest rectangle in the histogram
C language student management system - can check the legitimacy of user input, two-way leading circular linked list
Let's talk about BOM and DOM (5): dom of all large Rovers and the pits in BOM compatibility
记录--关于JSP前台传参数到后台出现乱码的问题
[problem solving] the connection to the server localhost:8080 was referred
缓存操作rockscache原理图
FreeRTOS MPU makes the system more robust!
Mysql开启BINLOG
puzzle(019.1)Hook、Gear
How do I check the IP address? What is an IP address
typescript vscode /bin/sh: ts-node: command not found
智能视觉组A4纸识别样例
Surveying and mapping principle of GIS coordinate system: geoid / datum / reference ellipsoid /epsg/sri/wkt
[JUC series] completionfuture of executor framework