Course Intermediate 13866
Course Introduction:The bootstrap tutorial "Bootstrap. User Interface Architecture Video Tutorial" includes an introduction to the Bootstrap user interface and interaction architecture, the use of Bootstrap in web pages, layout, list forms, buttons, navigation menus, etc. Bootstrap, from Twitter, is a very popular front-end framework. Bootstrap is based on HTML, CSS, and JavaScript. It is simple and flexible, making web development faster.
Course Advanced 18980
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 27366
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 7834
Course Introduction:HTTP communicates based on B/S architecture, and the server-side implementation programs of HTTP include httpd, nginx, etc. The client-side implementation programs are mainly web browsers, such as Firefox, Google Chrome, Safari, etc. In addition, the client's command line Tools include elink, curl, etc. Web services are based on TCP, so in order to respond to client requests at any time, the Web server needs to listen on port 80/TCP. In this way, the client browser and the web server can communicate through HTTP.
Course Intermediate 71956
Course Introduction:A background management system built using thinkphp6 and layui, which is a practical advanced course
Course Advanced 9399
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 32679
Course Introduction:This lesson uses the latest PHP7 version to actually develop a cms content management system!
Course Intermediate 5633
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 Intermediate 8374
Course Introduction:Many programmers who have worked for many years still have a very basic understanding of databases. They are confused as soon as they go out for interviews. They don’t understand basic SQL statements, more complex SQL queries, and SQL statement optimization. They don’t even know how to use them. Redis improves system performance and can withstand tens of millions of concurrencies. This set of courses will help you thoroughly understand MySQL locks, execution plans, indexes, MVCC & Redis transactions, cache, breakdown, penetration, avalanche, warm-up, etc., and you can complete all database interviews in one set!
Course Elementary 25557
Course Introduction:Object-oriented programming using php