Course Intermediate 26388
Course Introduction:"The latest video website development tutorial of PHP Chinese website" mainly introduces the use of PHP+mysql to create a website backend management system and front-end video website, helping friends who are new to PHP to quickly become proficient in using PHP and database technology.
Course Elementary 32297
Course Introduction:What knowledge does a website developer need to have? How to build your own website?
Course Elementary 18885
Course Introduction:If you want to publish your website to the world, then your website needs to be placed on a WEB server.
Course Elementary 13264
Course Introduction:In this tutorial, you will learn how to create high-quality web sites. You will learn important web standards that will make your site easier and more readable.
Course Advanced 55127
Course Introduction:"Practical Tutorial on Developing Corporate Websites with PHP" will introduce how to create process-oriented front-end and back-end programs for corporate websites, then display the database information on the front-end page, and how to manage the database in the background!
Course Advanced 9116
Course Introduction:E-commerce websites are very popular right now. Our course teaches you how to create an e-commerce website. The course uses a vertical e-commerce website to introduce the steps and methods of building and implementing front-end architecture, and what we need to do in this process to help the project finally move from design to implementation. Isn't it tempting? Let’s learn together!
Course Intermediate 21675
Course Introduction:This course uses PHP, MySQL, HTML and a small amount of JavaScript native code to develop a complete website, and introduces the relevant usage and knowledge points of PHP in detail.
Course Elementary 117687
Course Introduction:1. Single column layout 2.Two column layout 3. Three-column layout
Course Elementary 6302
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 Elementary 20059
Course Introduction:Some students said that tp5 should be recorded. Here I want to say that for novices, it is best not to use the latest version. For example, the current tp5 is still in the error correction stage, which means that it is still being investigated and corrected. Due to its own problems, it is not suitable for novices to learn. tp3.2.3 is a relatively new and more importantly stable version. It has been tested by everyone and allows everyone to learn more, so we use thinkphp3 .2.3
Course Elementary 66439
Course Introduction:"Practical Project of Developing a News Website Natively in PHP" is a front-end and back-end program that uses pure native code to create a news station, and then displays the database information on the front-end page. How to manage the database in the background!
Course Elementary 22230
Course Introduction:1. Introduction to small programs and developer tools 2. Introduction to mini program documentation 3. Micro official website project 4. Home page, products, product details, news, news details, about us
Course Intermediate 283336
Course Introduction:This course is a practical PHP development course. It uses the iQiyi movie website as a model to develop your own website from scratch. The purpose is to let everyone understand the architecture and development process of real projects
Course Advanced 14742
Course Introduction:WeChat public platform is a new service platform that provides business services and user management capabilities to individuals, enterprises and organizations. The WeChat public platform mainly includes real-time communication, message sending and material management. Users can group and manage fans of public accounts and communicate in real time. They can also use advanced functions - editing mode and development mode to automatically reply to user information. (The videos on this site are provided by netizens. If there is any infringement, please contact QQ:88526 for deletion!)
Course Elementary 14288
Course Introduction:A basic tutorial on setting up a website with high concurrency, mainly describing solutions for high concurrency of a website.
Course Advanced 11171
Course Introduction:"Website Attack Prevention Training Tutorial Video" Security is of course very important to us, and it is the same for websites. In this lesson, we will talk about how to make a website better prevent external attacks! alright! Not much else to say, let’s start learning together! !
Course Elementary 4757
Course Introduction:PHP is a very commonly used back-end programming language and is very friendly to novices who are new to programming. PHP allows you to create great web functionality with very simple code. In this free PHP7 teaching course, you will learn the basic knowledge of PHP7 programming language, connect the MySQL database to create some simple website programs, and also learn how to use professional website development tools, so that you can have Ability to DIY your own website works. This course is free and is taught in Cantonese. I hope you can benefit from this course, gain a foundation in website development, and enjoy the fun of building your own website.
Course Elementary 3853
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 Elementary 7935
Course Introduction:This series of tutorials will show you how to create an imaginary official website of a network technology company from scratch, which is divided into navigation, carousel, about us, successful cases, service process, team introduction, data section, company news, bottom information and other content blocks. The entire website uses CSS Grid layout, supports responsiveness, and has smooth transitions and animations.
Course Elementary 10795
Course Introduction:VuePress consists of two parts: the first part is a minimalist static website generator (opens new window), which contains a theme system and plug-in API driven by Vue, and the other part is a default theme optimized for writing technical documents. The original intention was to support the documentation needs of Vue and its sub-projects.