CourseElementary20652
Course Introduction:Design pattern (Design pattern) is a set of classified and cataloged summary of code design experience that is used repeatedly, known to most people. The purpose of using design patterns is to reuse code, make the code easier to understand by others, and ensure code reliability. There is no doubt that design patterns are win-win for ourselves, others, and the system; design patterns make code writing truly engineering; design patterns are the cornerstone of software engineering, just like the structure of a building.
CourseIntermediate3326
Course Introduction:The classic MVC design pattern is the first choice for many commercial websites. This course uses a classic case as the entry point to allow everyone to quickly understand the agile development brought by the design model. It uses several commonly used design patterns to let everyone understand the framework. The underlying operating principle
CourseAdvanced6482
Course Introduction:JavaScript is a particularly flexible language. In the early years, it was considered a toy-like language that could only do a small job of painting web pages. The project project is not very large, let alone the application of design patterns in Javascript. However, with the rise of Nodejs, HTML5 and web2.0, JavaScript itself has become more and more important. Many classic programming ideas such as design patterns have also been applied to JavaScript to complete larger projects. We have collected "JavaScript Design Patterns Video Tutorial", hoping to help everyone better understand the concept of design patterns.
CourseIntermediate2282
Course Introduction:Design patterns are solutions developers face to common problems during software development and represent best practices. The main content of this course includes common JS design patterns and specific application scenarios, creating a one-stop knowledge long-term service, suitable for students with a basic knowledge of JS.
CourseAdvanced4361
Course Introduction:JavaScript is a purely object-oriented programming language, and object-oriented is always its core. This set of courses uses the creation and use methods of commonly used objects to show you the ins and outs of JavaScript objects, past and present, and all involved in JavaScript. The design pattern of object creation has been analyzed and explained in depth. Welcome to learn.
CourseAdvanced23937
Course Introduction:"PHP Advanced Design Patterns Video Tutorial" This course is recorded by Boole Education, and it sublimates the PHP design patterns mentioned before, so that friends can have a deeper understanding of PHP design patterns.
CourseIntermediate12158
Course Introduction:"Complete Video Tutorial on JavaScript Design Patterns" This video tutorial was recorded by Geek Academy. There are two parts of JavaScript design patterns. The first part gives the basic knowledge of object-oriented features required to implement specific design patterns, including interfaces, encapsulation and information hiding, inheritance, single mode, etc. The second part focuses on various specific design patterns and their application in the JavaScript language, mainly introducing several common patterns such as factory mode, bridge mode, combination mode, and facade mode.
CourseAdvanced12818
Course Introduction:"PHP Advanced Design Patterns Video Tutorial" introduces the concept of design patterns and introduces some commonly used design patterns, such as singleton pattern, adapter pattern, etc.
CourseElementary8603
Course Introduction:Design pattern (Design pattern) is a set of classified and cataloged summary of code design experience that is used repeatedly, known to most people. The purpose of using design patterns is to reuse code, make the code easier to understand by others, and ensure code reliability. There is no doubt that design patterns are win-win for ourselves, others, and the system; design patterns make code writing truly engineering; design patterns are the cornerstone of software engineering, just like the structure of a building. We have collected the "Boolean Educational Design Pattern Video Tutorial", hoping to help everyone better understand the concept of design patterns.
CourseAdvanced8485
Course Introduction:"Power Academy Design Pattern PHP Video Tutorial" first introduces the design pattern, tells the use and importance of the design pattern, and explains in detail the occasions when the design pattern is applied. Next, a number of design patterns are introduced through code examples. Finally, a comprehensive and in-depth case analysis illustrates how to use design patterns to plan new applications, how to write these patterns in PHP language, and how to use the design patterns introduced in the video to modify and refactor existing code blocks.
CourseIntermediate6222
Course Introduction:Design patterns contain a large number of programming ideas, and it is not easy to teach and truly master them. There are many design pattern courses online, and most of them are relatively obscure and lack real application scenarios and framework source code support. After learning, you only know the shape but not the form. Its god. I know various design patterns, but don’t know how to use them in real projects. This course aims at the above problems. (1) The teaching method adopts diagram + framework source code analysis. (2) It systematically and comprehensively explains the design pattern, including the seven principles of design pattern, the six major relationships between UML class diagram and class, and 23 types of designs. Patterns and their classification, etc.
CourseIntermediate8474
Course Introduction:"Video Tutorial on Basic Introduction to JavaScript and Design Patterns" This video mainly explains the advanced design patterns of JavaScript, and also includes the basic introduction to JavaScript. It will guide everyone to fully master the JavaScript design patterns from the shallower to the deeper.
CourseIntermediate7679
Course Introduction:"JS Abstract Class and Event Design Pattern Video Tutorial", JavaScript is a literal scripting language, 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. .
CourseAdvanced9902
Course Introduction:This course is an integration of the Chongqing leader’s ten years of experience in software development. It focuses on software architecture and uses frameworks such as Prism and ReactiveUI to create modular and reactive programming projects, so that there will be no secrets in PC development. The following is the module content explained in this course: PC development module: Shell module (program entry), core module (dialog box, enumeration, extension type, help type, IOC container, language management, interface), UI general Modules (template styles, converters, font libraries, pictures, language resources), system configuration modules, cache modules, log modules, hardware modules (PLC, control cards, cameras (Souhaikang Robot), optical machines, flat panel detectors, X-ray tube, code scanner, serial port), business module (shared interface
CourseElementary3967
Course Introduction:As the project has more and more functions, the amount of code will also increase, and later maintenance will become more difficult. At this time, modular specifications will be considered for management in terms of JS. This video covers: understanding modularity, why modularization is needed, the advantages and disadvantages of modularization, and modularization specifications. And will lead everyone to learn commonjs, AMD, ES6, and CMD specifications that are very popular in development. It is recommended that students learn project construction after learning the modular specifications to better equip themselves with skills.
CourseElementary26454
Course Introduction:Regular expressions, also known as regular expressions. (English: Regular Expression, often abbreviated as regex, regexp or RE in code), a concept in computer science. Regular tables are usually used to retrieve and replace text that matches a certain pattern (rule).
CourseIntermediate168457
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
CourseAdvanced20600
Course Introduction:This course uses HTML5 and bootstrap to develop adaptive corporate websites, quickly get started with building web pages, and can be practically applied to study and work.
CourseElementary22957
Course Introduction:Functions of smarty template engine
CourseElementary17774
Course Introduction:Basic application of Smarty template engine