CourseElementary13166
Course Introduction:dedeCMS is an open source content management system that is both flexible, simple and powerful. It is also the leading brand of open source CMS in China. The dede video tutorial template allows more webmasters to easily create websites based on the dede cms system.
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.
CourseIntermediate9923
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.
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.
CourseIntermediate6924
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.
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
CourseElementary62228
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.!
CourseElementary22957
Course Introduction:Functions of smarty template engine
CourseElementary17774
Course Introduction:Basic application of Smarty template engine
CourseIntermediate2672
Course Introduction:Golang has an in-depth understanding of the GPM scheduler model and full scenario analysis. I hope you will gain something from watching this video; it includes the origin and analysis of the scheduler, an introduction to the GMP model, and a summary of 11 scenarios.
CourseElementary5644
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.
CourseElementary6334
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.
CourseElementary33254
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.
CourseIntermediate9123
Course Introduction:Laravel7 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.
CourseIntermediate3926
Course Introduction:Smarty is a web template system based on PHP. Smarty is basically a tool introduced to separate different considerations, which is a common design strategy for some applications.
CourseIntermediate4477
Course Introduction:Smarty template engine is currently one of the most popular template engines for PHP and has had a huge impact on many other template engines. This set of courses is based on the latest 3.0 system template engine and introduces some of the latest syntax and commonly used basic operations.
CourseElementary7156
Course Introduction:"Smarty Template Engine" will show you how to implement code separation. smarty is one of the most famous PHP template engines in the industry. It separates logical code and external content, providing an easy-to-manage and use method to separate PHP code logic that is originally mixed with HTML code. Simply put, the purpose is to separate PHP programmers from front-end personnel so that the work of the two will not affect each other!
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.
CourseIntermediate3374
Course Introduction:MySQL installation and configuration under Linux, database logical layering, parsing process, index, detailed analysis of SQL execution plan, principles to avoid index failure, optimization cases, common optimization strategies, slow SQL troubleshooting, simulation of massive data, lock mechanism, MySQL under windows and linux Master-slave replication.
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