Course Intermediate 5063
Course Introduction:Laravel is a Web open source framework based on the PHP language developed by Taylor Otwell, which adopts the MVC architectural pattern. This course introduces the basic concepts and usage of the Laravel framework in windows and macOS, and briefly analyzes Laravel's design patterns and part of the source code.
Course Elementary 6125
Course Introduction:PHP usually refers to hypertext preprocessor, which is used for object-oriented and imperative programming. It is a general-purpose open source scripting language. The learning of all computer languages must start from the basics. This course is not only the basic part of PHP, but also the core technology of PHP language. It is the content that must be mastered to learn PHP.
Course Elementary 23640
Course Introduction:HTTP protocol (HyperText Transfer Protocol, Hypertext Transfer Protocol) is the most widely used network transmission protocol on the Internet. All WWW files must comply with this standard. From the beginning of this lesson, we will learn the details of HTTP.
Course Elementary 12514
Course Introduction:CSS is one of the core technologies in WEB front-end development, and it is also what we must learn when learning PHP. The "CSS in-depth video tutorial" recorded by Chuanzhi Podcast mainly talks about some basic knowledge of CSS, and use cases to dissect CSS in more detail. ! Get a better experience for you. The course content is very well-paced, allowing you to study from start to finish without any stress.
Course Intermediate 13348
Course Introduction:"JavaScript In-Depth Video Tutorial" This course was recorded by Beifeng.com. JavaScript is a literal scripting language. It is a dynamically typed, weakly typed, prototype-based language with built-in support for types. Its interpreter is called the JavaScript engine, which is part of the browser and is widely used in client-side scripting languages. It was first used on HTML (an application under Standard Universal Markup Language) web pages to add dynamic functions to HTML web pages. .
Course Intermediate 22743
Course Introduction:This set of courses is recorded for reference from the classic best-selling book "PHP in Detail". It is carefully recorded and shared by industry experts. Whether you are a beginner or a developer with a certain foundation, you can find your shortcomings in this set of courses. , quickly improve skills
Course Intermediate 82543
Course Introduction:This set of courses is recorded for reference from the classic best-selling book "PHP in Detail". It is carefully recorded and shared by industry experts. Whether you are a beginner or a developer with a certain foundation, you can find your shortcomings in this set of courses. , quickly improve skills
Course Intermediate 21648
Course Introduction:This set of courses is recorded for reference from the classic best-selling book "PHP in Detail". It is carefully recorded and shared by industry experts. Whether you are a beginner or a developer with a certain foundation, you can find your shortcomings in this set of courses. , quickly improve skills
Course Intermediate 22406
Course Introduction:This set of courses is recorded for reference from the classic best-selling book "PHP in Detail". It is carefully recorded and shared by industry experts. Whether you are a beginner or a developer with a certain foundation, you can find your shortcomings in this set of courses. , quickly improve skills
Course Intermediate 13381
Course Introduction:"JQuery In-Depth Video Tutorial" This course was recorded by Beifeng.com and explains jquery in depth. It encapsulates commonly used functional codes in JavaScript, provides a simple JavaScript design mode, and optimizes HTML document operations, event processing, animation design and Ajax interaction.
Course Intermediate 10543
Course Introduction:"React Routing In-depth Video Tutorial" This tutorial is about React routing in more than 20 minutes. When it comes to routing, the first thing that comes to mind is the routing system in ASPNET MVC - by defining a set of routing rules in advance, the program can automatically follow the rules when running. The URL we enter returns the corresponding page. The routing in the front-end is similar. The routing in the front-end renders different pages/components according to the routing rules you define, and also updates the URL in the address bar.
Course Intermediate 8650
Course Introduction:Redis is a key-value storage system. Similar to Memcached, it supports relatively more stored value types, including string (string), list (linked list), set (set), zset (sorted set - ordered set) and hash (hash type). These data types all support push/pop, add/remove, intersection, union, difference, and richer operations, and these operations are all atomic.
Course Elementary 15012
Course Introduction:redis is a storage system. It supports storing relatively more value types, including string (string), list (linked list), set (set), zset (sorted set - ordered set) and hash (hash type). "Maizi Academy's in-depth redis video tutorial" takes you from shallow to deep understanding of this system.
Course Advanced 21754
Course Introduction:"Gao Luofeng explains PHP video tutorial in detail" This video is mainly divided into three parts, which respectively describe HTML and CSS, as well as the basic knowledge of PHP, as well as all knowledge of PHP object-oriented programming, showing everyone a wonderful PHP world. For the latest courses, please go to: //m.sbmmt.com/course/1203.html.
Course Intermediate 10599
Course Introduction:"React Native Advanced In-depth Video Tutorial" This course covers more than 40 minutes of advanced React Native. React Native (RN for short) is a cross-platform mobile application development framework open sourced by Facebook in April 2015. It is Facebook's first open source The UI framework React is a derivative of the native mobile application platform and currently supports the two major platforms of iOS and Android. RN uses Javascript language, JSX similar to HTML, and CSS to develop mobile applications, so technicians who are familiar with Web front-end development can enter the field of mobile application development with very little learning.
Course Advanced 27814
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 a domestic PHP framework that started early and is relatively mature, has a considerable number of users in the country. Through the "Geek Academy In-depth ThinkPHP Framework Video Tutorial", we will introduce the basic knowledge of ThinkPHP to everyone and prepare for subsequent actual projects.