Course Elementary 3168
Course Introduction:This course mainly explains the basic syntax of JavaScript, including the latest web API, DOM, BOM operations, production of web page special effects on mobile terminals, etc. The course is designed in a closed-loop manner, with key content and comprehensive intensive exercises through complete cases or projects, allowing students to apply what they have learned.
Course Elementary 2482
Course Introduction:The teacher’s years of job search and HR experience are summarized to provide students with comprehensive employment guidance, covering Internet job introductions, job responsibilities, job interview skills, career planning, etc.
Course Advanced 14415
Course Introduction:A programmer who does not understand SQL skills is not a good programmer. This course "MySQL Development Skills (1) Video Tutorial" will teach you how to debug SQL
Course Advanced 11118
Course Introduction:A programmer who does not understand SQL skills is not a good programmer. This course "MySQL Development Skills (2) Video Tutorial" will teach you how to debug SQL
Course Intermediate 9231
Course Introduction:"JavaScript OOP Debugging Skills Video Tutorial" This course was recorded by Beifeng.com. JavaScript is a good choice for writing object-oriented WEB applications. It can support OOP because it supports inheritance through prototypes and through Properties are just as good as methods. Many developers try to abandon JS and try to use C# or JAVA simply because JS is not an object-oriented language that they feel is suitable. Many people have not realized that javascript supports inheritance. When you write object-oriented When writing code, it can give you very powerful energy. You can also use it to write reusable and encapsulated code. Why are objects so great? The success of object-oriented thinking is that it imitates real things and their relationships. Things have attributes and methods. If we describe a desk lamp, we will say its height and width, such as 12CM. The action of "turning on the light" is Its method. When it is on, it can be made lighter or darker (that is, the brightness attribute value becomes larger or smaller).
Course Intermediate 11343
Course Introduction:Everyone must have used CSS, but did you know that you can also achieve some interesting animation effects using CSS? Today, please follow our "Video Tutorial on CSS Animation Practical Skills" to experience it together!
Course Intermediate 11361
Course Introduction:"Self-study IT Network Linux Load Balancing Video Tutorial" mainly implements Linux load balancing by performing script operations on web, lvs and Linux under nagin.
Course Advanced 17663
Course Introduction:"Shangxuetang MySQL Video Tutorial" introduces you to the process from installing to using the MySQL database, and introduces the specific operations of each link in detail.
Course Advanced 11380
Course Introduction:"Brothers Band Front-end Example Display Video Tutorial" introduces examples of HTML5 and CSS3 technologies to everyone, so that everyone can become more proficient in using HTML5 and CSS3.
Course Intermediate 27070
Course Introduction:RBAC is one of the most common rights management technologies in commercial systems. RBAC is an idea that can be implemented in any programming language. Its mature and simple control idea is increasingly popular among developers. "ThinkPHP (RBAC) Rights Management Video Tutorial" will introduce the basic knowledge, principles and complete implementation process of RBAC in detail through the theoretical part and practical part, and demonstrate the application scenarios of RBAC.
Course Intermediate 53024
Course Introduction:Redis is the main caching service used in PHP projects. We will introduce the advanced usage of redis in "Yan Shiba Redis Video Tutorial", and will also use cases to learn Redis in depth.