|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/java-network-programming/
课程评论:没有评论
课程名称:Java网络编程 - TCP/IP套接字编程 课程概述:该在线Java培训课程通过45个视频提供Java网络编程和网络通信的扎实基础。课程在多个方面进行了更新,例如添加了合适的字幕、提升了音质,并增加了一个可下载的聊天应用程序。课程中也添加了学习巩固的测验,以帮助学生更好地掌握知识。 课程内容涉及: 1. 网络通信的基本概念。 2. Java线程和Java输入输出(IO)的基础知识,为构建网络应用做好准备。 3. Java套接字编程,包括简单的TCP服务器和客户端编写,以及多用户多线程服务器的创建。 4. 网络编程的其他重要主题,如扫描远程主机的开放端口、获取网络接口硬件信息、验证IP地址、使用Java代码进行Ping操作和网页数据抓取。 5. UDP章节讲述TCP与UDP这两种传输层协议的区别,包含UDP服务器和客户端的编写。 6. 实用应用实例:发送电子邮件、在服务器与客户端之间传输文件、创建一个小型网页浏览器。 课程中提供的源代码可以下载,学生可以利用这些代码创建自己的项目。每个章节都包含理论介绍视频,并在讲解代码时逐行详细解释所需的理论,确保所有学生能掌握必要的基础。 通过本课程,学生不仅能够构建网络应用,还能了解网络编程相关的各种知识,教师Catalin以专业和清晰的讲解风格受到了学生们的一致好评。让我们开始这段有趣的旅程吧!
Update April 17, 2017: Two students asked me for subtitles. I removed the auto-generated subtitles and I added right subtitles for every lesson. Also, sound quality has been improved for some lessons. Thanks for your suggestion! Now, every student can follow this course more easily.Update September 17, 2016: Some of my students asked me for a chat application. SoI created the application (GUI included) and I added it in chapter 9. Now, you can download the application, run it and view the source code. Enjoy!Update August 4, 2016: Added: quizzes for learning reinforcement.--------------------------------Student Testimonials!★★★★★The best course ever on udemy , it teaches student not only the how to build network application but also discuss all programming topics like streams , thread that involved on building network applications ,the teacher explains while he is coding every step in details , and explain why he prefered this method over that method. Mr. Catalin provides detail answers for any question in quick time. Take this course and you will master building network applicationsRashed★★★★★Professional and up to the point. It tells the beginners every single step about Java Network Programming which is very nice. It makes the difficult things look easy.Sobhan N.★★★★★Excelente curso, esta muy bien explicado y la sintaxys del codigo es muy clara, solo me gustaria ver streaming de audio en tiempo real.JuanCourse DescriptionWith over 45 videos this online Java training course is designed to provide a solid foundation in Java network programming and network communication.--------------------------------Learn something new Network programming is one field which everybody uses but is still considered an advanced topic.--------------------------------Open Source CodeAll source code shown in this course is also available for download. Students can create their own projects using the downloaded java files.--------------------------------Combine theory with practice!Each chapter has an intro video to cover basic theory needed to understand the rest of the material covered.In the first chapter you will learn the concept of network communication from the very basic fundamental level that needs to be understood by everyone.Two other chapters are included in this course for those programmer who haven't worked yet with java threads or java IO. These two are very important topics when you want to build a network application and I want to ensure that all students have the basics before we start to code Client - Server applications.In the Socket (Java Socket programming) section you will start to write simple TCP servers or TCP clients. Also, you will learn how to create a multi-user or a multithreaded server and we are going to test each written application. We will connect multiple TCP clients to a multithreaded server and we will observe the TCP server behavior and how it makes to respond to multiple clients at the same time. In this chapter I will cover some other important network programming topics:Scan a remote host for open portsGet network interface hardware informationValidate an IP address in different waysPing a remote host address using java codeBrowse internet using java code.Web scrapping - get what data you want from a web pageUDP chapter focus on the difference between the most used Transport Layer protocols: TCP and UDP. We will write together an UDP server and an UDP client. The interesting part of this chapter comes after we will run the code. The next chapters present some useful applications:Send an emailTransfer files between a server and a client using TCP socketsA small web browser.The code is explained in details, line by line. All the needed theory is presented in the application intro and we will test each application after the source code is explained.So let's start the interesting journey now! Cheers, Catalin Baba