Course Advanced 27384
Course Introduction:This course will help you build your own universal backend management system from scratch, including basic administrator management, menu management, role management, permission management and other functions.
Course Intermediate 85398
Course Introduction:"ThinkPHP Basics Practical Video Tutorial" This course was recorded by Dark Horse programmers. It tells the basic knowledge of thinkphp. It has been created for students who have just learned the basics of PHP, allowing us to master thinkphp faster and more comprehensively. Special topic on thinkphp technical articles: //m.sbmmt.com/phpkj/thinkphp/
Course Intermediate 34056
Course Introduction:"Javascript - ES6 Practical Video Course" explains the ES6 features that are supported by the running environment, while ignoring the unsupported features. With the gradual support of ES6 running environments such as Node.js, babel and browsers, the content of this set of video courses Will also add. The advantage of this kind of teaching is that it allows students to directly apply the new ES6 features in development and avoids the confusion caused by learning unsupported features.
Course Intermediate 47285
Course Introduction:A very powerful practical Python video tutorial. This set of "Python Practical Crawler Video Tutorial" is for friends who already have a certain understanding of Python and have mastered Python and want to take a step further. You can learn this set of tutorials!
Course Intermediate 18122
Course Introduction:"Front-end Enterprise Project Practical Video Tutorial" This course is recorded by Dark Horse programmers. Front-end project practical summarizes and summarizes the front-end knowledge. It is suitable for students who have just finished learning front-end! ! The project in this video tutorial contains cool-looking animations on the front end!
Course Elementary 6287
Course Introduction:This course mainly includes the introduction and application scenarios of message queues, the introduction of rabbitmq and the use of installation commands, the use of various modes of php message queue rabbitmq, the use of dead letter queue and delay queue plug-ins, and the actual use of tp6 message queue rabbitmq.
Course Intermediate 5967
Course Introduction:Hooks are a new feature in React 16.8. It allows you to use state and other React features without writing classes. React 16.8.0 is the first version to support Hooks. When upgrading, please make sure to update all packages, including React DOM. React Native supports Hooks starting from version 0.59.
Course Intermediate 17402
Course Introduction:Python is an object-oriented, interpreted computer programming language invented by Guido van Rossum in 1989. The first public release was released in 1991. Python is purely free software. The source code and interpreter CPython follow the GPL (GNU General Public License) agreement. Python syntax is concise and clear, and one of its features is the mandatory use of white space as statement indentation. Python has rich and powerful libraries. It is often nicknamed the glue language, which can easily connect various modules made in other languages (especially C/C++) together. "Old Boy Python Advanced Operation and Maintenance Practical Premium Advanced Video Tutorial" will give you an in-depth understanding of the Python language
Course Advanced 31136
Course Introduction:"PHP Classic Practical Video Tutorial" introduces many relevant practical examples of PHP, such as upload and download, shopping cart, message board, verification code, file processing, etc.
Course Intermediate 71979
Course Introduction:ThinkPHP is the most popular Chinese PHP development framework in China and the best choice for your Web projects. "ThinkPHP5 Mall Project Practical Video Tutorial" will lead you to learn from a practical experience.
Course Intermediate 32712
Course Introduction:This lesson uses the latest PHP7 version to actually develop a cms content management system!
Course Advanced 18141
Course Introduction:"Comprehensive Interpretation of the Laravel Framework and Practical Video Tutorial" introduces the Laravel framework and its installation methods, routing, views, basic addition, deletion, modification and query functions, as well as related knowledge points such as login and registration instances.
Course Intermediate 11877
Course Introduction:"H5 Weibo Project Practical Video Tutorial" This course was recorded by Beifeng.com. HTML5 gives web pages better meaning and structure. Richer tags will come with support for RDFa, microdata and microformats, building a data-driven Web that is more valuable to both programs and users.
Course Intermediate 7553
Course Introduction:Flutter is Google's mobile UI framework that can quickly build high-quality native user interfaces on iOS and Android. Dart has the advantages of being efficient, fast, portable, easy to learn, and responsive. We can use it to create gorgeous, high-quality experience applications on different devices.
Course Elementary 6520
Course Introduction:"Qianfeng PHP-HTML Introduction and Practical Video Tutorial" is specially designed for students who want to learn PHP. Before learning PHP, you still need to understand some basics of HTML to learn better. The course is explained step by step from the shallower to the deeper. Even students without any programming foundation can learn well. As long as you know the 26 English letters and have a desire to learn programming, then this course is definitely very suitable. your.
Course Intermediate 14000
Course Introduction:"Front-end Comprehensive Project Practical Video Tutorial" This course was recorded by Beifeng.com. This course brings together the basic front-end technologies. This course is perfect for front-end beginners. Multiple front-end projects can be put into practice. Comprehensively practice the basic knowledge you learned before.
Course Intermediate 8934
Course Introduction:"Mobile Front-end Project Practical Video Tutorial" This course was recorded by Beifeng.com. The practical projects in this course are written in HTML and CSS. It is perfect for those who have just learned front-end technology. You can learn the previous Make a summary of the technology.
Course Elementary 2939
Course Introduction:This course is recorded based on the "Go Language Basics Video" and is the second half of the Go language basics. Including package management, IO operations, the biggest highlights of Go language: high concurrency, goroutine, channel, reflection, etc. This video is mainly to help beginners of the Go language get started quickly from scratch. After completing this course, you can learn how to manage Go projects through packages, concurrency models, and concurrency implementations, how channels transmit data, reflection, etc.
Course Intermediate 9891
Course Introduction:This video is recorded based on Vue2.5 and covers the technologies required for Vue development: templates, data binding, declarative rendering, calculated properties, event processing, transition animation, instructions, custom Vue plug-ins, component development, inter-component communication, Ajax Front-end and back-end interaction, Vue-Router, etc. Conduct in-depth source code analysis of the core parts of data proxy, template parsing, data hijacking, and data binding.
Course Elementary 4132
Course Introduction:Go's syntax is close to C language, but the declaration of variables is different. Go supports garbage collection. Go's parallel computing model is based on Tony Hall's Communicating Sequential Process (CSP). Other languages that adopt similar models include Occam and Limbo. Go also has the characteristics of this model, such as channel transmission. Compared with C++, Go does not include functions such as enumeration, exception handling, inheritance, generics, assertions, virtual functions, etc., but it adds features such as slice type, concurrency, pipelines, garbage collection functions, interfaces, etc. level support. Unlike Java, Go natively provides associative arrays (also called hashes or dictionaries), just like string types.