Course Intermediate 8880
Course Introduction:MVC refers to a certain framework of the MVC pattern, which enforces separation of input, processing, and output of the application. Applications using MVC are divided into three core components: model, view, and controller. They each handle their own tasks.
Course Advanced 61034
Course Introduction:"PHP Student Management System Tutorial" mainly demonstrates the simple use of HTML, PHP and MySQL.
Course Advanced 241773
Course Introduction:This set of tutorials uses a real school teaching management system as an example to teach you step by step how to quickly develop a commercial project using the ThinkPHP5 framework on a piece of white paper, starting from scratch.
Course Elementary 3563
Course Introduction:If you have any questions, add WeChat: Le-studyg; this course is an in-depth exploration of the internal working principles of computer systems. It starts from the macro application level and gradually goes down to the bottom of the hardware, revealing how all levels of the computer system work together. By studying this course, students will master the entire process from application software to hardware implementation, laying a solid foundation for future technology research and development and innovation.
Course Intermediate 11979
Course Introduction:"PHP Framework System Learning Video Tutorial" This video was recorded by a teacher from Backend.com. The video explains very clearly. Starting from the most basic database construction, it will lead everyone to gain in-depth knowledge of the PHP framework system.
Course Advanced 59754
Course Introduction:"PHP Student Management System Video Tutorial" mainly explains the mutual collaboration between HTML, PHP, and MySQL to achieve dynamic web page display and data acquisition.
Course Advanced 10730
Course Introduction:"Statistics Tutorial on File Download Count for PHP Development" uses PHP+Mysql+jQuery with examples to realize the process of clicking on a file, downloading the file, and accumulating the number of times.
Course Advanced 9260
Course Introduction:"Power Academy Design Pattern PHP Video Tutorial" first introduces the design pattern, tells the use and importance of the design pattern, and explains in detail the occasions when the design pattern is applied. Next, a number of design patterns are introduced through code examples. Finally, a comprehensive and in-depth case analysis illustrates how to use design patterns to plan new applications, how to write these patterns in PHP language, and how to use the design patterns introduced in the video to modify and refactor existing code blocks.
Course Intermediate 20739
Course Introduction:There are many different web frameworks under Python. Django is the most representative of the heavyweight players. Many successful websites and apps are based on Django. Django is an open source web application framework written in Python. "Wheat Academy Django Personal Blog System Video Tutorial" takes you through creating a personal blog system.
Course Elementary 53362
Course Introduction:The course in this chapter does not use any back-end framework of PHP, but writes a simple student information management system to add, delete, check and modify student information. The purpose of not using a framework is to have a deeper understanding of the interaction process of front-end and back-end data, to become more familiar with the use of SQL query statements, and the native use of session tracking sessions.
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 11379
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.
Course Intermediate 53023
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.
Course Advanced 21301
Course Introduction:The jquery tutorial "Dark Horse Programmer jQuery Video Tutorial" takes you directly to learn basic to advanced knowledge of jQuery, taking your front-end learning a step further. jQuery is a lightweight "write less, do more" JavaScript library that greatly simplifies JavaScript programming and is easy to learn.