Course Elementary 7569
Course Introduction:Composer is a dependency management tool for PHP. We can declare the external tool libraries we depend on in the project, and Composer will help you install these dependent library files. With it, we can easily use one command to reference other people's excellent code into our project. .
Course Elementary 20382
Course Introduction:"Introduction to Installation of Apache and Introduction to Installation and Use of MySQL" This course explains what is Apache, what is MySQL, and how to install Apache and MySQL, etc.
Course Intermediate 21741
Course Introduction:uni-app is a framework that uses Vue.js to develop all front-end applications. Developers write a set of codes that can be published to iOS, Android, Web (responsive), and various small programs (WeChat/Alipay/Baidu/Toutiao/ QQ/DingTalk/Taobao), Quick App and other platforms. The basic introductory course of uni-app allows novice uni-app developers to quickly become familiar with and use the uni-app framework to develop simple cross-end applications~
Course Intermediate 11234
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 Elementary 2389
Course Introduction:As a back-end, being urged by the front-end to require interfaces has become a daily hassle in my work; and when the front-end jointly debugged, I found that the data of my mock did not match the back-end, which was even more frustrating. When the backend has not yet provided a real interface, it is very important to first get a data structure of the simulated response, which is what we call the interface document. How to write such a dynamic document that is clear and standardized and can be updated in real time? No need to do it yourself, we can use Apipost, a research and development collaboration artifact, to quickly and automatically generate an ideal interface document!
Course Intermediate 5628
Course Introduction:Message queue is an asynchronous communication method between services, suitable for serverless and microservice architecture. Messages are stored on the queue until they are processed and deleted. Each message can be processed only once by a user. Message queues can be used to separate heavy-duty processing, buffering or batching work and to alleviate peak workloads.
Course Elementary 38898
Course Introduction:Detailed explanation of the use of layUI front-end framework
Course Elementary 61585
Course Introduction:Xiaopi Panel (phpstudy-linux panel) is a server environment construction and management tool launched for Linux servers. This course video includes a series of tutorials on the installation of small leather panels, site construction, website backup, security protection, etc.
Course Elementary 2812
Course Introduction:This case uses the fullpage full-screen scrolling plug-in to allow you to quickly and efficiently develop full-screen scrolling pages. Material download address: https://gitee.com/xiaoqiang001/full_screen_plugin.git
Course Intermediate 3780
Course Introduction:The data visualization project uses the most popular chart engine ECharts to display all aspects of data that need to be presented in the e-commerce platform. Used to analyze the operation of e-commerce platforms in more detail in order to make correct decisions. The front-end of this project uses the Vue technology stack, the back-end uses the Koa2 framework, and the front-end and back-end data interaction uses WebSocket to ensure the real-time nature of the data. The project also supports theme switching to display cool chart effects. It also supports switching between large and small screens, ensuring that charts are presented on different screens.
Course Intermediate 3889
Course Introduction:Gin is a web framework written in Go language. It has fast running speed, grouped router, good crash capture and error handling, and very good support for middleware and json. In short, it is a web framework worth studying in the field of Go language development. Open source URL: https://github.com/gin-gonic/gin
Course Intermediate 11246
Course Introduction:"Self-study IT Network Linux Load Balancing Video Tutorial" mainly implements Linux load balancing by performing script operations on web, lvs and Linux under nagin.
Course Advanced 17581
Course Introduction:"Shangxuetang MySQL Video Tutorial" introduces you to the process from installing to using the MySQL database, and introduces the specific operations of each link in detail.
Course Advanced 11291
Course Introduction:"Brothers Band Front-end Example Display Video Tutorial" introduces examples of HTML5 and CSS3 technologies to everyone, so that everyone can become more proficient in using HTML5 and CSS3.
Course Intermediate 27000
Course Introduction:RBAC is one of the most common rights management technologies in commercial systems. RBAC is an idea that can be implemented in any programming language. Its mature and simple control idea is increasingly popular among developers. "ThinkPHP (RBAC) Rights Management Video Tutorial" will introduce the basic knowledge, principles and complete implementation process of RBAC in detail through the theoretical part and practical part, and demonstrate the application scenarios of RBAC.
Course Intermediate 52935
Course Introduction:Redis is the main caching service used in PHP projects. We will introduce the advanced usage of redis in "Yan Shiba Redis Video Tutorial", and will also use cases to learn Redis in depth.
Course Advanced 21224
Course Introduction:The jquery tutorial "Dark Horse Programmer jQuery Video Tutorial" takes you directly to learn basic to advanced knowledge of jQuery, taking your front-end learning a step further. jQuery is a lightweight "write less, do more" JavaScript library that greatly simplifies JavaScript programming and is easy to learn.