Building Software (End-to-End)

所在平台: Udemy

课程主页: https://www.udemy.com/course/from-zero-to-hero-build-software-from-scratch/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:**构建软件(端到端)** **课程概述:** 本课程是一门独一无二的课程,将带您从零基础到精通,共分为14个简单步骤。课程将深入浅出地讲解软件开发的基础知识,包括设计一个简单的数据库,并从头至尾构建一个完整的应用程序。 **课程内容:** * **数据库内容规划:** 讨论您可能会想在Covid-19患者数据库中存储哪些内容。 * **数据库创建:** 学习如何创建一个数据库。 * **表创建:** 学习如何创建表来存储患者信息。 * **字段定义:** 创建字段以容纳患者的不同属性,例如姓名、出生日期等。 * **表单创建:** 学习创建用户界面(表单),用于捕获记录。您将了解如何将数据库与用户界面关联起来。 * **CRUD 操作:** 掌握著名的 CRUD(创建、检索、更新、删除)操作: * **创建 (Create):** 向数据库插入记录。用户通过表单录入信息并点击保存按钮,INSERT 命令将信息发送到数据库。 * **检索 (Retrieve):** 当数据存储后,您需要将其显示出来。SELECT 命令负责此功能。 * **更新 (Update):** 有时数据库中的数据需要更改或更新。UPDATE 语句用于此目的。 * **删除 (Delete):** 需要删除不需要的记录。DELETE 命令在此场景下使用。 **课程特色:** 本课程以实践为导向,通过实际操作,让您掌握从数据库设计到应用程序开发的完整流程。

课程评论(0条)

课程详情

This is a course like no other. This course takes you from zero to hero in 14 simple stepsI have broken down the basics of Software development , designed a simple database and build an application from scratch to the end. In this course , we are doing the following:A discussion of what content you may want to store in a database of Covid-19 patients.Create a databaseCreate a table Create fields to hold different attributes of a patient e.g. Name, Date of Birth etc.Create a form. This is the user interface where records can be captured. In this section, you will learn how to relate a database and the interfaceFinally, we are handling the famous CRUD acronym - Create - Retrieve - Update - DeleteCreate - This is inserting records into the database. A user captures information into a form and clicks on the save button. The INSERT commands sends that information to the database.Retrieve - Once the data is stored. You will want to display it somewhere. SELECT command is responsible for the same.Update - Sometimes, the data that is in the database needs to be changed or updated. UPDATE statement is used for that purpose.Delete - The unwanted records have to be removed. DELETE command in this case is used.

课程标签

0人关注该课程

主题相关的课程