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.
CourseIntermediate2454
Course Introduction:This set of courses is based on the design concept and data structure of MySQL index, index usage scenarios, index classification, index usage scenarios, index performance analysis, query optimization, slow query of MySQL index, etc. It mainly describes the solution of MySQL index optimization. It is very suitable for students who have basic knowledge of MySQL or have certain work experience. The course explains how to solve the problem of slow large-volume queries, how to write an efficient SQL, how to optimize query statements, what is the implementation principle of indexes, how to optimize indexes... and many other difficulties and interview points in SQL index optimization.
CourseElementary6749
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. .
CourseElementary19159
Course Introduction:Git is an open source distributed version control software that is used to effectively and quickly handle version management of projects from small to very large projects. This "Little Knowledge on Using Git Tools" mainly explains what git is; how to use git; the difference between git and other version control software, etc.! Each small knowledge point takes about 5 minutes, and we strive to be concise and to the point!
CourseAdvanced11954
Course Introduction:Curl is an open source file transfer tool that uses URL syntax to work in command line mode. It can obtain network resources such as web pages, pictures, scripts, file data, etc. from the Internet. Let’s follow the course to learn how to use curl.
CourseAdvanced9988
Course Introduction:SSDB is a high-performance NoSQL database developed in C/C++ language. It supports KV, list, map(hash), zset(sorted set), qlist(queue) and other data structures. It is used to replace or cooperate with Redis to store billion-level lists. The data.SSDB is stable, used in production environments, and has been used in many Internet companies_From the SSDB Database User Manual
CourseAdvanced9750
Course Introduction:SSDB is a high-performance NoSQL database developed in C/C++ language. It supports KV, list, map(hash), zset(sorted set), qlist(queue) and other data structures. It is used to replace or cooperate with Redis to store billion-level lists. The data.
CourseIntermediate4867
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.
CourseElementary36430
Course Introduction:Detailed explanation of the use of layUI front-end framework
CourseElementary19208
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.
CourseIntermediate10198
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.
CourseElementary56201
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.
CourseElementary1654
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!
CourseElementary20832
Course Introduction:Git is a free and open source distributed version control system for agile and efficient work on projects of any size. More and more projects are migrating to Git for management, including many open source projects hosted on GitHub, making Git the most popular version control system today, and therefore Git has become an indispensable skill. "Geek Academy Git Usage Video Tutorial" will introduce you to the local and remote operations of Git, hoping to lead you to easily master Git operations.
CourseElementary3788
Course Introduction:This course uses Go language to write a family photo album system based on HTTP server from scratch, supports multiple client access, and connects smart devices at home! It is suitable for students who have a certain understanding of computer programming and want to learn Golang.
CourseElementary15493
Course Introduction:Markdown is a writing tool that can use simple markup syntax to write HTML format. It is very suitable for blogging and publishing technical articles, so every programmer should master the use of this writing tool. This course uses the most commonly used Markdown syntax to allow everyone to quickly master this new online writing tool in the shortest time, so that we can quickly share our articles.
CourseIntermediate7151
Course Introduction:"SVN Video Tutorial", SVN: full name Subversion, is a code version management software that manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers every file change. This way you can restore a file to an older version, or browse the file's change history. Many people think of version control systems as some kind of "time machine."
CourseIntermediate5948
Course Introduction:How to tune SQL according to execution plan under massive data? How does the mysql index system cope with massive data storage? How to design a mysql index with excellent performance under massive data Full analysis of clustered index and non-clustered index of mysql Must-ask nouns in mysql index interview: table return, index coverage, leftmost matching How to optimize indexes for specific SQL scenarios
CourseIntermediate3005
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.
CourseElementary1936
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