Course Elementary 120192
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 Elementary 11822
Course Introduction:Git is a powerful version control tool, divided into graphical version and command line version (sourcetree). This chapter only explains the Git operation of the command line version. Git was originally developed by Linus Torvalds, the father of Linux, in order to improve It is written to manage Linux kernel code well and is used by many large Internet companies. The benefits of learning Git: 1. Have a local version library and roll back the version at any time; 2. It is very simple to establish a branch; 3. It is faster, especially after you are familiar with Git commands; 4. Designate and work with several different remote code repositories. Interaction.
Course Elementary 43989
Course Introduction:PHP native code operates the background management page and can perform addition, deletion, modification and query operations.
Course Advanced 9901
Course Introduction:"Chuanzhi Podcast Session Management Video Tutorial" introduces the introduction to detailed technical explanations of session management.
Course Advanced 18841
Course Introduction:Laravel is a simple and elegant PHP Web development framework (PHP Web Framework). It can free you from messy codes like noodles; it can help you build a perfect network APP, and every line of code can be concise and expressive.
Course Intermediate 26989
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 Advanced 59680
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 60920
Course Introduction:"PHP Student Management System Tutorial" mainly demonstrates the simple use of HTML, PHP and MySQL.
Course Elementary 2960
Course Introduction:The course content includes understanding the application of NPM, installing npm and using npm tools to manage packages, understanding package.json files and package.json file parsing, as well as basic application of modules, comparison and migration of npm and yarn.
Course Advanced 241676
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 Advanced 19208
Course Introduction:"PHP News Release Management System Development Example" introduces the implementation of the addition, deletion, modification, and paging functions of news pages.
Course Elementary 31118
Course Introduction:PHP implements administrator login permissions