Course Elementary 59855
Course Introduction:Use Html+CSS technology to create some simple small cases
Course Elementary 32297
Course Introduction:What knowledge does a website developer need to have? How to build your own website?
Course Elementary 3854
Course Introduction:This course will guide you to build a powerful PHP debugging environment from scratch using phpenv, VSCode and Xdebug. Master how to set up and run PHP projects on a local server and use Xdebug for code debugging. Through practical operations, you will have an in-depth understanding of the debugging process, improve your ability to troubleshoot problems, and improve development efficiency. Suitable for developers with certain PHP foundation and VSCode experience. Important 2 lines of code: xdebug.remote_enable = 1 xdebug.remote_autostart = 1
Course Intermediate 8820
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 Elementary 6305
Course Introduction:The web development environment contains various elements. For example, integrated development environments (IDEs), editors, compilers, code formatting and parsing and other tools directly related to coding work and testing tools, task runners, source code version control and other peripheral tools, and even bugs. / Rich in content, such as issue tracking and database and other operation and maintenance tools.
Course Intermediate 13598
Course Introduction:PHP is used to build a website CMS system. The project will use the MVC architecture to complete common registration and login, permission management, user management, menu management, article management, comment management, advertising management and other modules.
Course Intermediate 11312
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 13973
Course Introduction:There is a wise saying in the coding community: "Every first programmer should own a MacBook." Is this true? Apple computers start with appearance and end with experience. After all, using Apple computers is a completely different experience than traditional Windows computers. This set of tutorials is for new users who like MacBook computers but are worried about using them well.
Course Elementary 2953
Course Introduction:Ultimate cms is a free and open source PHP website building program that does not require commercial authorization. The call to data output is completely free and open. Webmasters do not need to manually configure pseudo-static, and it also supports configuring custom links in various formats. The webmaster can output any data stored in the database at the front desk. It has its own static data cache. It does not need to update to generate static pages to achieve static access efficiency. Upload image management, cache cleaning, etc. The ultimate cms is convenient for managing server files. It has complete functions and extensions. Convenience is the highlight of the ultimate cms website building system.
Course Advanced 43158
Course Introduction:"High-Performance Linux Server Building Video Tutorial" introduces the installation and configuration of the system, the introduction of the editor, the operation of files, the establishment of the lnmp environment and the installation and use of Redis.
Course Elementary 9406
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.