Course Elementary 23064
Course Introduction:Compared with traditional hard drives or USB flash drives, online network disks realize file storage, access, upload, download, and backup functions.
Course Elementary 120210
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 11843
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 44006
Course Introduction:PHP native code operates the background management page and can perform addition, deletion, modification and query operations.
Course Advanced 9908
Course Introduction:"Chuanzhi Podcast Session Management Video Tutorial" introduces the introduction to detailed technical explanations of session management.
Course Advanced 18853
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 27001
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 59687
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 60934
Course Introduction:"PHP Student Management System Tutorial" mainly demonstrates the simple use of HTML, PHP and MySQL.
Course Elementary 2969
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 Intermediate 8313
Course Introduction:Many programmers who have worked for many years still have a very basic understanding of databases. They are confused as soon as they go out for interviews. They don’t understand basic SQL statements, more complex SQL queries, and SQL statement optimization. They don’t even know how to use them. Redis improves system performance and can withstand tens of millions of concurrencies. This set of courses will help you thoroughly understand MySQL locks, execution plans, indexes, MVCC & Redis transactions, cache, breakdown, penetration, avalanche, warm-up, etc., and you can complete all database interviews in one set!
Course Advanced 241694
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 19211
Course Introduction:"PHP News Release Management System Development Example" introduces the implementation of the addition, deletion, modification, and paging functions of news pages.