Course Intermediate 8824
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 Intermediate 3742
Course Introduction:Symfony is a set of reusable PHP components and a PHP framework for web projects. This tutorial will teach you how to get started with the Symfony project and develop the Teebblog blog system from scratch. Suitable for beginners to get started and developers with a certain foundation to improve their skills.
Course Intermediate 20674
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 Advanced 8825
Course Introduction:From the beginning of learning PHP, our code appeared in a mixed state of HTML, and then slowly became independent. Later, the PHP code was separated into different scripts, loading and calling each other. So what exactly is the logic in this? In fact, from the perspective of realizing business functions, any mode is acceptable. However, project development often involves team collaboration, which requires teamwork and the maintainability of later code. This leads to the practice of classifying code and dividing it into files.
Course Intermediate 11275
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 17601
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 11310
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 27016
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 52949
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 21244
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.
Course Advanced 10342
Course Introduction:"Miaowei Classroom JavaScript Video Tutorial" will introduce you to JavaScript in detail. JavaScript is a literal scripting language and a scripting language widely used in client-side Web development. Currently used by millions of web pages to improve design, validate forms, detect browsers, create cookies, and more.
Course Advanced 13421
Course Introduction:As a scripting language widely used on the web server, PHP has unique advantages in agile web development. It has many successful cases, an active community, rich resources, and many frameworks. ThinkPHP, as an earlier and relatively mature domestic PHP framework, has a considerable number of users in the country. Through the "thinkPHP3.2 Message Board Video Tutorial", we will introduce the basic knowledge of ThinkPHP to prepare for subsequent actual projects.
Course Advanced 28448
Course Introduction:"Dark Horse Programmer JavaScript Video Tutorial" will introduce you to JavaScript in detail. JavaScript is a literal scripting language and a scripting language widely used in client-side Web development. Currently used by millions of web pages to improve design, validate forms, detect browsers, create cookies, and more.