Course Elementary 65204
Course Introduction:This manual is a java online tutorial, which is a tutorial manual written for the high-level programming language java launched by Sun Microsystems in May 1995. Java can run on multiple platforms, such as Windows, Mac OS, and other UNIX versions of systems. This tutorial will let everyone better understand the JAVA programming language through simple examples.
Course Elementary 7479
Course Introduction:Java reference documentation
Course Advanced 26119
Course Introduction:The "Alibaba Java Development Manual (Official Version)" launched by Alibaba Group is the crystallization of the collective wisdom of nearly 10,000 Alibaba development students. It focuses on the development perspective and lists in detail how to develop more efficiently, more fault-tolerant, and more collaborative. Strive to know what is true and what is not true, and combine positive and negative examples to enable Java developers to improve collaboration efficiency and code quality.
Course Elementary 180966
Course Introduction:Welcome to our "JAVA Basic Introductory Video Tutorial" Java language has become the mainstream development language in the current software development industry. This course will lead you to learn our JAVA in a simple and in-depth way and lead you into the wonderful world of JAVA
Course Advanced 33697
Course Introduction:"Geek Academy Java Video Tutorial" will take you into the Java language world from shallow to deep, from basic to advanced. Java can run on multiple platforms, such as Windows, Mac OS, and other UNIX versions of systems. As a representative of static object-oriented programming languages, Java language perfectly implements object-oriented theory and allows programmers to perform complex programming with an elegant way of thinking.
Course Intermediate 17086
Course Introduction:"Comprehensive Analysis of Java Annotations" is an important online Java tutorial. In project development, annotations are used everywhere. The use of annotations simplifies the code and reduces the programmer's workload. This course leads students to have a comprehensive understanding of Java annotations, including why annotations are used, common annotations in Java, classification of annotations and how to customize annotations. Finally, a practical case is used to demonstrate the application of annotations in actual projects.
Course Elementary 18740
Course Introduction:"MoLe Technology Java Backgammon Video Tutorial" is a very good swing video project among the Java video tutorials. It explains the use of swing in great detail. You can definitely learn swing! Enhance understanding of knowledge.
Course Elementary 88056
Course Introduction:"The Latest Java Complete Video Tutorial" is a Java course recorded by Dynamic Node. It talks about relatively basic things about computers, as well as the basic language of Java. It teaches step by step how to install the environment. It is suitable for students with no basic knowledge and who want to learn Java. oh!
Course Intermediate 17130
Course Introduction:The Tank Battle Game is a very classic JAVA course basic project. You can comprehensively practice each chapter of the "Horse Soldier JAVA Tank Game Video Tutorial" to lay a solid foundation for future work and study.
Course Elementary 17864
Course Introduction:"Shang Xuetang Java Development Chat Room Video Tutorial" is an elementary Java video tutorial. Let everyone become familiar with socket network programming, multi-threading technology, etc. by completing a point-to-point LAN chat system.
Course Intermediate 16772
Course Introduction:"Java Multithreading and Concurrency Library Advanced Application Video Tutorial" is specially designed to help those who have already studied and understood it, but have not mastered it very deeply, to improve Java thread technology. Therefore, Java thread beginners should learn this video tutorial It may be difficult at first, and you may have to patiently learn it many times before you get better at it. However, once you master the content, your understanding of Java thread technology will be quite outstanding!
Course Advanced 11307
Course Introduction:Java online learning Web application uploads pictures to generate thumbnails. The course "Java Video Tutorial for Implementing Equal-proportioned Thumbnails of Images" explains how to use Java to implement the function of generating equal-proportioned thumbnails of images in the form of examples. The performance of information browsing is improved through thumbnail generation, which reduces the amount of data transmission while ensuring user experience.
Course Intermediate 18573
Course Introduction:"Java Game Project: Puzzle Game Development Video Tutorial" has the function of freely selecting pictures. You can choose your favorite pictures according to your own interests to play the game. In order to reduce the difficulty, a digital prompt function has been added to the game. In the game interface , the left half is the game area, and the right half is the preview of the original image. When the game starts, the system will randomly allocate a missing piece and disrupt the order of the images. The user can move and restore the image based on the original image. The number of steps and time will be counted in the game for players to compare. This game is completely operated by the mouse, making it easy to get started.
Course Intermediate 7582
Course Introduction:Design patterns contain a large number of programming ideas, and it is not easy to teach and truly master them. There are many design pattern courses online, and most of them are relatively obscure and lack real application scenarios and framework source code support. After learning, you only know the shape but not the form. Its god. I know various design patterns, but don’t know how to use them in real projects. This course aims at the above problems. (1) The teaching method adopts diagram + framework source code analysis. (2) It systematically and comprehensively explains the design pattern, including the seven principles of design pattern, the six major relationships between UML class diagram and class, and 23 types of designs. Patterns and their classification, etc.
Course Elementary 13737
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 82244
Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).
Course Elementary 13127
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
Course Elementary 24571
Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.
Course Elementary 27432
Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.
Course Elementary 57879
Course Introduction:"Redis Command Operation Chinese Manual" is the latest official Redis online reference manual. Redis is an in-memory cache database. This manual contains various Redis operation commands with Chinese explanations. You will learn to master the efficient use of Redis in the data server. It is a must-have online query for Redis learning and users. Refer to the documentation tutorial!