Course Elementary 65959
Course Introduction:PHP Chinese website's original MySQL tutorial "MySQL Authoritative Development Guide (Tutorial)" is taught by PHP Chinese website teacher Ouyang Ke. This course is a basic MYSQL video tutorial, which mainly explains the basics, construction, data types, basic operations of adding, deleting, modifying, and querying mysql database! Very suitable for mysql beginners to learn!
Course Elementary 31195
Course Introduction:PHP implements administrator login permissions
Course Intermediate 27069
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 11113
Course Introduction:vue.js is a progressive framework for building data-driven web interfaces. The goal of Vue.js is to enable responsive data binding and composed view components with the simplest possible API. Not only is it easy to get started, it is also easy to integrate with third-party libraries or existing projects.
Course Intermediate 8086
Course Introduction:React is a JavaScript library used to build user interfaces and is also the view layer of web applications. Redux is a predictable state container for JavaScript applications. It is an application data flow framework.
Course Elementary 31911
Course Introduction:"CSS3 Latest Edition Reference Manual" is the official CSS3 online reference learning manual. This CSS3 online development manual contains various CSS3 properties, syntax, definitions, usage methods, example operations, etc. It is indispensable for web front-end learners and developers. Check manual documents online! Note: CSS3 is an upgraded version of CSS technology. CSS3 language development is developing towards modularization. These modules include: box model, list module, hyperlink method, language module, background and border, text effects, multi-column layout, etc.
Course Intermediate 176335
Course Introduction:Thinkphp6.0 was officially released on October 24, 2019. Compared with the beta version, there have been many changes. At present, TP6 is relatively stable, so the php Chinese website will re-record the course again in 2020 to help get started quickly! related suggestion: ThinkPHP6.0 complete development manual (annotated version) //m.sbmmt.com/course/1049.html
Course Elementary 64675
Course Introduction:"HTML5 latest version reference manual" is the official HTML5 online reference learning manual. This H5 online development manual contains various HTML5 tag attributes, syntax, definitions, usage methods, example operations, etc. It is indispensable for web front-end learners and developers. The missing online query manual document! In this manual tutorial, you will learn what HTML5 is, what HTML5 is used for, how to use HTML5, etc.!
Course Elementary 186003
Course Introduction:"ThinkPHP 5.0 Manual Latest Edition" is a high-performance framework designed for API development - a subversive and reconstructed version that adopts new architectural ideas, introduces many new PHP features, optimizes the core, and reduces dependencies. It implements true lazy loading, supports composer, and makes a lot of optimizations for API development. ThinkPHP5 is a new milestone version, including routing, logs, exceptions, models, databases, template engines and verification modules, etc. have been reconstructed. It is not suitable for upgrading the original 3.2 project. Please carefully consider upgrading commercial projects, but it is definitely new. The first choice for projects (whether it is WEB or API development), and it is best to forget the thinking habits of version 3.2 and re-understand TP5
Course Elementary 7048
Course Introduction:The latest web front-end html5+css3+ front-end project is now online! Using practical teaching and comprehensive cases from first-tier manufacturers, each technical point is explained in the shortest way, and each chapter forms a closed loop. There are two practical projects in the course and at the end of the course. The first type of project is a corporate website, which allows you to quickly and repeatedly practice basic knowledge points; the second type of project is an e-commerce website, which is based on the difficulty of upgrading the first project to master the development of more complex web page effects. Process and layout standards. Strictly follow the professional development process: professional measurement tools to achieve 100% restoration of the design draft; coding standards are benchmarked against the development standards of first-tier manufacturers to achieve professional development from beginning to end. This allows students to experience first-hand the development processes and standards of first-tier manufacturers while studying.
Course Elementary 11974
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 34475
Course Introduction:"New Version of PHP Introduction Tutorial" is a basic PHP tutorial. The purpose is to lead everyone to understand the basic knowledge of PHP, learn some basic applications, and lay a solid foundation for future advanced courses and practical courses.