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 2475
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 9230
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 Elementary 10023
Course Introduction:The processing and analysis of strings is an important foundation in any programming language. The classification, parsing, storage and display of information, as well as data transmission in the network, all require the manipulation of strings. It is particularly important in web development. Most of the work of programmers is to operate strings, so string processing also reflects a programming ability of programmers.
Course Intermediate 11339
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 Elementary 25556
Course Introduction:Object-oriented programming using php
Course Intermediate 11360
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 11377
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 27068
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.