|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/java-and-ruby-on-rails-for-beginners-build-12-projects/
课程评论:没有评论
课程名称:Java和Ruby on Rails初学者:构建12个项目 课程概述: 本课程旨在帮助初学者掌握Java和Ruby on Rails的基础知识,并通过构建实际项目来加深理解。Java是一种现代的、通用的、面向对象的编程语言,具有大小写敏感特性。Java的一个重要优势是平台独立性,您只需编写一次Java代码,即可在任何平台上运行,如Mac、Windows或Linux。 您将学习到的内容包括: - 基本数据类型 - 变量 - 数组 - 创建图形用户界面(GUI)项目,项目示例包括数字时钟、温度转换器、身高转换器和字数统计工具。 课程将指导您了解Java的基本知识、核心语法以及编写强大Java代码的基础。我将展示如何安装Java JDK和NetBeans IDE,NetBeans是一个非常适合Java开发的集成开发环境。在学习过程中,我们将涵盖以下主题: - 声明和初始化各种数据类型的变量 - 基本算术运算符的使用 - 解决编译错误 - 使用条件代码控制流程 - 创建方法和事件处理方法 - 使用组件控制以及更改其属性 Ruby是另一种现代的面向对象编程语言,而Ruby on Rails是用于构建Web应用程序的流行且强大的框架。Rails是用Ruby构建的,使得用Ruby开发Web应用程序变得更加简单。我将指导您设置开发环境,并介绍Ruby编程语言的基础知识。同时,我们还将安装git并简要介绍用于版本控制的GitHub。 我们将从零开始创建一个完整的博客应用程序,在这个过程中逐步提高您的技能。到课程结束时,您将获得足够的技能,能够创建自己的基本Java和Ruby on Rails项目。
Java is a case-sensitive, modern, general-purpose, object-oriented programming language. One of the reasons Java is so popular is that it is platform independent. You only need to write java code once and then run it on any platform be it mac, windows or Linux. You will learn about: Primitive Data Types Basic Data types Variables Arrays We will also build some projects with graphical user interfaces -GUI The projects include:Digital ClockTemperature ConverterHeight ConverterWord Count Tool This course will guide you through java basics, its core syntax, and the fundamentals of writing strong java code. I will show you how to install Java JDK and NetBeans IDE. Netbeans is a great IDE for developing in java, and then dive into the language itself. Along the way, we will cover topics such as:Declaring and initializing variables with a variety of data typesExploring Basic Arithmetic operatorsTroubleshoot Compile errorsControlling flow with conditional codeCreating MethodCreating Event Handler methodsUsing Component controls and changing their properties Ruby is a modern object oriented programming language, and Ruby on Rails is a popular and powerful frameworks for building web applications. Rails was built using Ruby and makes it much easier to develop web applications with Ruby. I will guide you through setting up your development environment. Then we will cover some basics of the Ruby programming language. We will also install git and touch on github which is used for version control.We will create a complete blog application from scratch using Rails and in the process build up your skills. By the end of this course you would have acquired enough skills to create your own basic projects in Java and Ruby on Rails.