Staying at home during the epidemic, what can we do?
All php Chinese netizens, hello!
How long will the epidemic last? One month, two months, three months... maybe...
This sudden national disaster is a major test in difficult times for both companies and individuals.
It will inevitably lead to the collapse of a large number of companies, individual unemployment, and a sharp increase in competitive pressure...
Faced with this battle that concerns you and me, as individuals, apart from eating and sleeping every day, After sleeping and eating, what else can be done?
Are we just going to sit back and wait for death? We must be mentally prepared and prepare for the worst!
I would like to appeal to all netizens of php Chinese website to "move"!
Learn to take action, actively save yourself, and improve yourself!
Arrange 8 hours of retreat study for yourself every day, and master at least one programming language during the epidemic prevention period.
The following are free courses prepared by php Chinese website, hurry up and study!
PHP programming learning route:
四.Comprehensive practical case
1: Learning preparation
You need to install the PHP operating environment first and choose a code editor
1.Edit Editor selection
For beginners, it is recommended to choose a simple and easy-to-use editor. You can choose Notepad
first. After you have a certain foundation, you can choose Sublime
, phpStorm
, VSCode
and other development tools
Notepad download address: https://www.php.cn/xiazai/gongju/92
For other PHP editor recommendations, please move to this article: https://www.php.cn/toutiao-352768.html
2. Local PHP running environment construction
Installing and configuring the PHP development environment is a time-consuming and labor-intensive task. Beginners can choose PHP integrated environment tools for fool-proof installation and configuration.
Here we recommend the phpStudy V8 server environment integration tool developed by php Chinese website, which integrates PHP
, Mysql
, Apache
, Nignx
Environment, and the environment can be switched freely.
phpStudy V8 download address: https://www.php.cn/xiazai/gongju/1500
Other PHP integrated environment recommendations: https:/ /www.php.cn/toutiao-362311.html
#2: Learning the basics of front-end
Note: 1. For students with front-end foundation, please skip; 2. You can also learnPHP
directly after completing theHTML
tutorial, and then come back to learnCSS
andJavaScript
##Must learn:
1.《 Dugu Jiujian (1)-html5 video tutorial》(Write a page to see the effect)
2.《Dugu Jiujian (2)-CSS video tutorial 》(Add some styles to see how it looks)
3.《Dugujiujian (3)-JavaScript Video Tutorial》(Fill in the page to see Special Effects)
Elective:
1.《杀师太: HTML5 Quick Start》
2.《杀师太: A quick introduction to CSS3》
##3.《杀师太: A quick introduction to JavaScript》
##3: Learning the basics of PHPNote:
It is best to have a certain front-end foundation, at least Have a little html basics, the followingPHP course contains MySQLmust learn:knowledge;
1.《Dugu Jiujian (4)-php video tutorial》(video) 2.《 PHP Complete Self-Study Manual》(Manual) ##3.《Peter-Zhu: The latest ThinkPHP 5.1 world premiere video tutorial》 4.《Thinkphp6.0 official version video tutorial》 Elective: 1.《Ouyang Ke: Classic Introduction to PHP Video Tutorial》 《Ouyang Ke: Classic Introduction to MySQL Video tutorial》 Four: Comprehensive practical case##Note: ##1. 《Peter-Zhu: Learn website layout in 30 minutes》2. 《Peter-Zhu: PHP practice, making a personal blog from scratch》3. 《Ouyang Ke: Rapid development of PHP small forum 》Elective: 1. 《西门大官人: PHP full stack Development of a small blog with great wisdom》2. 《Dugujiujian (8)_php develops one’s own PHP framework from scratch 》3. 《Peter-Zhu: ThinkPHP5 rapid development of enterprise sites》In case of danger, It’s organic. Only when you are prepared can you avoid trouble. Only when you have difficulties can you grow! Take advantage of this isolation time, don’t let time pass by waiting, face it positively, and learn actively! While others are still confused, you have stepped up your studies and been prepared! Come on yourself! Come on Wuhan! Go China! PHP After basic knowledge, learn the practical cases of this course to achieve flexible application
Must learn:

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



No more need for pip? Come and learn how to uninstall pip effectively! Introduction: pip is one of Python's package management tools, which can easily install, upgrade and uninstall Python packages. However, sometimes we may need to uninstall pip, perhaps because we wish to use another package management tool, or because we need to completely clear the Python environment. This article will explain how to uninstall pip efficiently and provide specific code examples. 1. How to uninstall pip The following will introduce two common methods of uninstalling pip.

To learn more about the matplotlib color table, you need specific code examples 1. Introduction matplotlib is a powerful Python drawing library. It provides a rich set of drawing functions and tools that can be used to create various types of charts. The colormap (colormap) is an important concept in matplotlib, which determines the color scheme of the chart. In-depth study of the matplotlib color table will help us better master the drawing functions of matplotlib and make drawings more convenient.

The Charm of Learning C Language: Unlocking the Potential of Programmers With the continuous development of technology, computer programming has become a field that has attracted much attention. Among many programming languages, C language has always been loved by programmers. Its simplicity, efficiency and wide application make learning C language the first step for many people to enter the field of programming. This article will discuss the charm of learning C language and how to unlock the potential of programmers by learning C language. First of all, the charm of learning C language lies in its simplicity. Compared with other programming languages, C language

Learn Pygame from scratch: complete installation and configuration tutorial, specific code examples required Introduction: Pygame is an open source game development library developed using the Python programming language. It provides a wealth of functions and tools, allowing developers to easily create a variety of type of game. This article will help you learn Pygame from scratch, and provide a complete installation and configuration tutorial, as well as specific code examples to get you started quickly. Part One: Installing Python and Pygame First, make sure you have

When editing text content in Word, you sometimes need to enter formula symbols. Some guys don’t know how to input the root number in Word, so Xiaomian asked me to share with my friends a tutorial on how to input the root number in Word. Hope it helps my friends. First, open the Word software on your computer, then open the file you want to edit, and move the cursor to the location where you need to insert the root sign, refer to the picture example below. 2. Select [Insert], and then select [Formula] in the symbol. As shown in the red circle in the picture below: 3. Then select [Insert New Formula] below. As shown in the red circle in the picture below: 4. Select [Radical Formula], and then select the appropriate root sign. As shown in the red circle in the picture below:

Title: Learn the main function in Go language from scratch. As a simple and efficient programming language, Go language is favored by developers. In the Go language, the main function is an entry function, and every Go program must contain the main function as the entry point of the program. This article will introduce how to learn the main function in Go language from scratch and provide specific code examples. 1. First, we need to install the Go language development environment. You can go to the official website (https://golang.org

Learn the strconv.Atoi function in the Go language documentation to convert strings to integers. The Go language is a powerful and flexible programming language. The strconv package in its standard library provides the function of string conversion. In this post, we will learn how to convert string to integer using strconv.Atoi function. First, we need to understand the purpose and declaration of the strconv.Atoi function. The description of the function in the document is as follows: funcAtoi(sstring)(i

Learn pip installation from scratch and quickly master the skills. Specific code examples are required. Overview: pip is a Python package management tool that can easily install, upgrade and manage Python packages. For Python developers, it is very important to master the skills of using pip. This article will introduce the installation method of pip from scratch, and give some practical tips and specific code examples to help readers quickly master the use of pip. 1. Install pip Before using pip, you first need to install pip. pip