当前位置:网站首页>Micro build low code zero foundation introductory course
Micro build low code zero foundation introductory course
2022-04-23 01:51:00 【Low code preacher】
Many beginners , Will ask a question , What is the basis for learning micro build low code . If you look at publicity , Everyone is a developer , It doesn't seem to need any foundation . But when you really start making apps , It is found that every small basic point is insurmountable . The reason is , Just didn't learn programming knowledge first , Started to practice .
Many people will hold an idea , Knowledge I learn what I encounter . The premise of this view is , You train and study for a long time , I have mastered the general knowledge of this industry , The emergence of new knowledge is also the continuation of old knowledge . Because with the foundation , Master the method of learning , So it's not difficult to learn what you encounter .
For cross industry , Or for students who start learning from scratch , If you don't sort out knowledge into a system , Step by step learning , You will find it difficult to take every step .
In order to solve the above problems , We have prepared this series of courses , Starting from the basis of programming . If you want to learn, you have to practice , Then our practical tool is micro build low code, which is a low code tool . Translate the knowledge of programming into low code tools , Let you not only master the basic knowledge of programming, but also gradually get familiar with the use of tools , Achieve twice the result with half the effort .
Web three piece set
When we browse all kinds of web pages on the Internet , You can view the text , Click the button to interact , Play videos, etc . Web pages are generally composed of three parts , Content 、 style 、 Interaction consists of three parts . These three parts correspond to three technologies , Namely html、css and javascript.
Into low code , take html Various basic components of have been sub assembled , Into an ordinary container 、 Text 、 Buttons and other components . Therefore, the biggest difference between low code development and traditional development is that traditional development uses the form of tags to complete the construction of page content , Low code development is to complete the assembly of pages through the assembly of components .
It doesn't mean that the difficulty of programming through component combination is reduced , The difficulty is the same , It is necessary to understand which elements or components are used to implement different contents . However, if the low code manufacturer adapts to more business scenarios , Then the more common his components are , We're faster when we assemble pages . The cost reduction and efficiency increase mentioned by low code means that more work can be done per unit time .
CSS Determine the style of the page , For example, the background color , Background map , The color of the text 、 Font, etc. . Low code for CSS There's not much encapsulation ,CSS The properties of can be set . It just has two modes , Low code mode can be set through the interface , Pure code mode can directly write style code .
The third part is javascript 了 , In low code, it is called behavior . Each component can be configured with a variety of behaviors , For example, click on 、 Long press 、 slide 、 Touch bottom 、 Value change, etc . With the action button, you live , When you click, you can perform various tasks according to the rules you set , For example, save the data to the database , Calling applet api, Or call various functions of Tencent system , Such as Tencent documents 、 Wechat payment 、 Tencent Conference .
Small example
We use the text component to make a clickable button , Put the text component into the page first , Modify text content

Switch to the style tab , If you don't set the style , The width of our text takes up the whole line , We don't want the text to occupy the whole line , But you can set the width , You can set the layout to inline-block

You can see that the width has now surrounded the text . Then we can set the width of the text to 250, High for 80

By default , The text is in the upper left corner , We need to be horizontally and vertically centered . You can set the alignment to center alignment

Then the row height setting 80 The vertical center is realized

Then you can set the background color , Fill by color

Then set a fillet effect

When the mouse moves up, I hope the mouse will become a small hand , This special style , You need to write style code , Click style code edit , Enter the style of the mouse
cursor: pointer;

After the style is set , Set the behavior of the button

Set the execution action to pop-up

Final effect

summary
In this section, we introduce the basic concepts in micro build low code , Developed a small example , It is suitable for zero basic introductory learning . Later, we will gradually integrate technical concepts into low code tools , Gradually master the theory , Practice and theory , Programming is an introduction .
版权声明
本文为[Low code preacher]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220910435466.html
边栏推荐
- Problem solving: dpkg DEB: error: package name has characters that are't lowercase alphanums or '- +‘
- What is a proxy IP pool and how to build it?
- 数字藏品平台入驻 数字藏品平台开发 数字藏品SaaS平台
- What should I pay attention to when using proxy IP?
- Is it better to use a physical machine or a virtual machine to build a website?
- 安装mysql出问题求解决
- 什么是bgp服务器,有哪些优势?
- Leetcode-阶乘函数后 K 个零
- Leetcode 112 Total path (2022.04.22)
- 哪些代码需要做单元测试?
猜你喜欢

客户端项目管理经常面临的挑战

批处理多个文件合成一个HEX

动态代理ip的测试步骤有哪些?

教程】如何用GCC“零汇编”白嫖MDK

力扣(LeetCode)112. 路径总和(2022.04.22)

《维C中国》乡村助农暖人心第三站嘉宝果农场

FL studio20.8最新中文版本安装下载图文教程

Batch multiple files into one hex

2022 melting welding and thermal cutting operation certificate examination question simulation examination platform operation

最长公共子序列(记录路径版)
随机推荐
Use yolov4 on colab
数字藏品平台入驻 数字藏品平台开发 数字藏品SaaS平台
What categories do you need to know before using proxy IP?
When should I write unit tests? What is TDD?
.NET单元测试第一篇:常见.NET单元测试框架有哪些?
Problem solving: dpkg DEB: error: package name has characters that are't lowercase alphanums or '- +‘
浅析一下隧道代理IP的优缺点。
关于C4D动画如何导入Lumion
[experience tutorial] Alipay balance automatically transferred to the balance of treasure how to set off, cancel Alipay balance automatically transferred to balance treasure?
42. Use k3det in mmrotate for rotating target detection, MNN deployment and ncnn deployment
什么是布尔类型?
Echo "new password" |passwd -- stdin user name
mb_substr()、mb_strpos()函数(故事篇)
[hands on learning] network depth v2.1 Sequence model
C语言中如何“指名道姓”的进行初始化
How to change the size of SVG pictures without width in openlayer
在使用代理IP前需要了解哪些分类?
Solve the problem when installing MySQL
CC2541的仿真器CC Debugger使用教程
Challenges often faced by client project management