Course Advanced 16949
Course Introduction:"PHP News Release System Tutorial" is implemented using our basic knowledge of HTML, MYSQL, and CSS. It can publish, modify, and delete news.
Course Advanced 61075
Course Introduction:"PHP Student Management System Tutorial" mainly demonstrates the simple use of HTML, PHP and MySQL.
Course Intermediate 13629
Course Introduction:PHP is used to build a website CMS system. The project will use the MVC architecture to complete common registration and login, permission management, user management, menu management, article management, comment management, advertising management and other modules.
Course Elementary 56942
Course Introduction:Learning from practice is the best and fastest way for developers to learn. "WeChat Mini Program Development CMS System Video Tutorial" will help you build a WeChat Mini Program CMS system step by step from scratch. Each chapter will involve different knowledge points. By the time you finish the tutorial, you will not only have mastered all the knowledge of mini program development, At the same time, he also has the development experience of a complete work!
Course Intermediate 12014
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 16880
Course Introduction:"PHP Development Article Publishing System Tutorial" is based on PHP+MySQL to implement a simple article publishing system website, including front-end and back-end parts. The front-end mainly includes the front-end article display page and article details page, and the back-end includes article management, addition, and modification. , delete and other operations
Course Advanced 34494
Course Introduction:The course "Video Tutorial on PHP News Release System" allows everyone to understand the basic methods of interoperability between MySQL, PHP, and HTML through the combined use of PHP+mysql, so that everyone can quickly get started with practical tutorials on PHP.
Course Advanced 59787
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 Intermediate 10894
Course Introduction:Real commercial-level B2C e-commerce projects, real API data interfaces, say goodbye to simple case exercises and simulated data calls. Based on the vue family bucket (vue, vue-router, vuex), combined with the currently popular uniapp framework, the packaged output is implemented to implement a B2C client H5. Teach you how to code step by step and gain project experience. Suitable for novices and front-end engineers who lack project experience.
Course Advanced 22387
Course Introduction:"Simple Voting System Tutorial for PHP Development" introduces how to create a simple voting system through PHP.
Course Advanced 11474
Course Introduction:Practical development of live broadcast system and multi-person live chat room system. The main technologies used are websocket, workerman/swoole, real-time message broadcast and storage. It is an advanced course and requires certain front-end and PHP foundation.
Course Elementary 57311
Course Introduction:Design the voting items that need to be carried out, conduct voting statistics and display the voting results
Course Advanced 24282
Course Introduction:"Tutorial on Developing a Simple News Release System with PHP" uses PHP to build a simple news release system, and realizes addition, deletion, modification and query operations of a simple news system by operating the database.
Course Intermediate 14358
Course Introduction:"Nodejs + mongoDB practical development of Weibo system" Node.js is a Javascript runtime environment (runtime). In fact, it encapsulates the Google V8 engine. The V8 engine executes Javascript very quickly and has very good performance. Node.js optimizes some special use cases and provides alternative APIs to make V8 run better in non-browser environments.
Course Intermediate 20766
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 Intermediate 14488
Course Introduction:"Practical Video Tutorial on PHP Development Article System Management" This video was recorded by the backing education teacher. It belongs to the practical development series and teaches you step by step how to use PHP to develop article system management.
Course Elementary 2731
Course Introduction:Questions and inquiries WeChat: Le-studyg; This course will provide an in-depth analysis of the basic concepts and principles of processes, as well as their key role in program execution. The course will comprehensively explain the underlying mechanism of Socket communication, including the TCP/IP protocol stack and Socket programming interface. In addition, the course will explore in detail how Nginx communicates efficiently with back-end applications (such as PHP-FPM) through FASTCGI, and the core position of Nginx in web servers. At the same time, the course will provide an in-depth explanation of the conversion principles between host byte order and network byte order, helping students understand the changing process of data during network transmission. Finally, the course will lead students to appreciate the implementation of Redis basic applications and communication protocols, master the core data structure and common commands of Redis, and understand its advantages in caching and data storage. This course is suitable for back-end development engineers, system administrators, network engineers and students who are interested in back-end technology. Through learning, students will comprehensively improve their skills and knowledge in the field of back-end development.
Course Elementary 120357
Course Introduction:A simple PHP Chinese website article management system that can publish articles on the website and perform addition, deletion, modification and query operations.
Course Intermediate 14597
Course Introduction:This course will help you build your own universal backend management system from scratch, including basic administrator management, menu management, role management, permission management and other functions.
Course Advanced 8901
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.