Article Topic Learning Download Q&A Programming Dictionary Game Recent Updates
LOGIN
简体中文(ZH-CN) English(EN) 繁体中文(ZH-TW) 日本語(JA) 한국어(KO) Melayu(MS) Français(FR) Deutsch(DE)

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
Found a total of 1453 related content
vscode is actually very simple

Course15582

Course Introduction:vscode is a cross-platform source code editor for writing modern web and cloud applications that runs on Mac OS X, Windows and Linux. It runs on the desktop and is available for Windows, macOS and Linux. It has built-in support for JavaScript, TypeScript, and Node.js, and a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).

Linux optimization video tutorial

Course10905

Course Introduction:"Linux Optimization Video Tutorial" introduces the installation of MySQL, compilation of apache+php, optimization of Nginx and other related contents.

SQL optimization and troubleshooting (MySQL version)

Course3374

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.

PHP+Mysql paging simple tutorial

Course29826

Course Introduction:Are you still worried about the realization of the paging function? This course will analyze the principles from simple to complex, and work with everyone to complete a fully functional paging.

MySQL index optimization solution

Course2454

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.

More courses
  • How to optimize tp6 query

    When the tp6 model is associated with multiple data tables for query, the query will be very slow. How can I optimize it? Is there any optimization method? Help! ! ! ! !

    2023-11-17 08:50:36 0 0 84

  • Nuxt.js: window is not defined apexcharts/vue-apexcharts

    I've added this simple example from apexcharts.com. Pretty sure the import is correct. I don't reference window anywhere. When adding this file my entire application stops. I believe this has something to do with SSR or Nuxt configuration.