Course Intermediate 8980
Course Introduction:React makes creating interactive UI a breeze. Design concise views for each state of your application, and React can efficiently update and render the appropriate components when data changes.
Course Intermediate 9140
Course Introduction:The teaching of this course mainly uses the popular PHP back-end framework thinkphp and the front-end adminlte to build a back-end system. Using a front-end framework to build pages will speed up project development. In addition, this course introduces several popular and easy-to-use jquery form-related plug-ins to help complete form verification and asynchronous requests, and encapsulates several recursive functions to help achieve asynchronous cache clearing, and implement Infinitus classification and other functions...
Course Advanced 19246
Course Introduction:Laravel 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.
Course Advanced 27503
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 Elementary 10023
Course Introduction:ThinkPHP configuration development and CMS backend practical courses include: ThinkPHP development framework configuration and development process, CMS backend development technology (LayUI), dynamic website and template writing technology, classification/system/user/permission/content release management...
Course Elementary 6056
Course Introduction:Comprehensive practical practice, including Ant Design Vue component library and Ant Design Pro (admin) backend management, real project online process, ThinkPHP6 implementation of API interface development, SMS verification, payment system development..., consolidate the learning results of the first and second phases, and achieve front-end and Flexible application of PHP core knowledge points, practical training to complete your own projects, and guidance to go online!
Course Intermediate 11516
Course Introduction:Webman is a high-performance HTTP service framework developed based on Workerman. It is used to replace the traditional php-fpm architecture and provide ultra-high-performance and scalable HTTP services. You can use webman to develop websites, or you can develop HTTP interfaces or microservices. Webman also supports custom processes and can do anything that Workerman can do, such as websocket services, Internet of Things, games, TCP services, UDP services, unix socket services, etc.
Course Intermediate 17861
Course Introduction:The teaching of this course mainly uses the popular PHP back-end framework thinkphp6.0 version and the front-end adminlte3.0 version to build a general backend system. Knowledge points covered are as follows: 1. TP6 multi-application configuration and route registration; 2. File upload disk configuration and multi-language configuration; 3. TP interface data and cross-domain processing; 4. rbac permission table design and implementation; 5. Unlimited navigation menu Extreme classification and cache clearing; 6. Article publishing, disk configuration, webuploader image asynchronous upload, etc...
Course Intermediate 7533
Course Introduction:The core concepts of webpack Entry: Entry, the starting point (file) for Webpack packaging Output: output, the bundle (packaged file) generated by webpack compilation and packaging Loader: Module loader (converter), which packages non-js and non-json modules into js modules that webpack can understand. Plugin: Plug-in, which inserts code with specific functions at specific times in the Webpack build process
Course Advanced 9523
Course Introduction:Practical demonstration of using laravel to develop a complete backend general management system, including login verification, permission management, user management, etc.
Course Intermediate 72149
Course Introduction:A background management system built using thinkphp6 and layui, which is a practical advanced course
Course Advanced 62541
Course Introduction:"Tutorial on Simple Book Backend Management System for PHP Development" introduces how to create a simple book backend management system through PHP to help manage books.
Course Intermediate 5818
Course Introduction:Vue is a JavaScript framework for building user interfaces. It is built on standard HTML, CSS, and JavaScript, and provides a declarative, component-based programming model to help you develop user interfaces efficiently. Whether it’s a simple or complex interface, Vue can do it all.
Course Elementary 13189
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 81649
Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).
Course Elementary 12703
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
Course Elementary 24156
Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.
Course Elementary 26919
Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.
Course Elementary 57458
Course Introduction:"Redis Command Operation Chinese Manual" is the latest official Redis online reference manual. Redis is an in-memory cache database. This manual contains various Redis operation commands with Chinese explanations. You will learn to master the efficient use of Redis in the data server. It is a must-have online query for Redis learning and users. Refer to the documentation tutorial!
Course Elementary 87161
Course Introduction:"Python 3 Tutorial" The 3.0 version of Python is often called Python 3000, or Py3k for short. This is a major upgrade compared to earlier versions of Python. In order not to bring too much burden, Python 3.0 was not designed with backward compatibility in mind. Python language is very simple and easy to use for beginners and to complete common tasks.