文件名称:student-directory:课前第三周挑战
文件大小:6.95MB
文件格式:ZIP
更新时间:2024-04-27 12:36:31
学生目录 在本周中,我们旨在为您准备好许多基本概念和实践,这些基础知识和实践将成为您作为Web开发人员进行进一步开发的基础。 尽管它们看起来很简单,但是掌握这些概念确实很重要。 我们将建立一个基于终端的简单学生目录。 令人兴奋,是吗? 确保您已通过知识药丸( :pill: ),当您挣扎时。 概述 本教程的目的不仅是向您展示您需要编写的Ruby代码(这很简单),而且还向您展示了从头开始创建项目的过程。 最重要的是,我们将解释做什么,以什么顺序以及为什么要做。 该脚本将从命令行调用,并且仅使用纯Ruby,也就是说,将没有外部库可供使用。 它具有基于文本的界面,看起来并不特别令人兴奋,但是在尝试创建复杂的网站之前,了解如何构建基本内容非常重要。 挑战性 额外练习
【文件预览】:
student-directory-master
----14_more_exercises.md(2KB)
----03_refactoring.md(2KB)
----11_saving_data_to_file.md(6KB)
----01_setting_up_environment.md(5KB)
----images()
--------new_github_repo_created.png(927KB)
--------git_config.png(698KB)
--------vscode.png(519KB)
--------new_github_repo.png(855KB)
--------atom.png(146KB)
--------student_directory_readme.png(903KB)
--------new_github_repo_readme.png(880KB)
--------git_push.png(669KB)
--------directoryrb.png(55KB)
--------selecting_ruby_syntax_highlighting.png(303KB)
--------readme.png(552KB)
--------git_push_2.png(675KB)
--------directory_exec.png(406KB)
--------term.png(321KB)
--------directoryexec.png(33KB)
----06_adding_more_info.md(4KB)
----10_more_refactoring.md(4KB)
----12_loading_data_from_file.md(4KB)
----13_taking_arguments_command_line.md(6KB)
----README.md(2KB)
----02_printing_list_students.md(5KB)
----09_adding_interactive_menu.md(5KB)
----05_methods.md(2KB)
----08_exercises.md(3KB)
----07_asking_user_input.md(4KB)
----04_arrays.md(5KB)