
-
All
-
web3.0
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Backend Development
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Web Front-end
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Database
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Operation and Maintenance
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Development Tools
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
PHP Framework
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Common Problem
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Other
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Tech
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
CMS Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Java
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
System Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Computer Tutorials
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Hardware Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Mobile Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Software Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Mobile Game Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-

How to compile and install php-fpm on centos
How to compile and install php-fpm on centos: first install the dependent software through "yum install wget vim"; then install the php dependencies; then copy "php.ini-production" to the configuration file directory specified during compilation; finally check the PHP version. .
Aug 31, 2020 am 09:51 AM
How to install php under centos
How to install php under centos: first install the software required by php; then download php and unzip and install it; then enter the directory and compile and configure; finally, compile and install the php source code through the command "make & make install".
Aug 28, 2020 am 09:39 AM
Questions about sublime text3 split screen
Below, the sublime tutorial column will introduce to you the issues about sublime text3 split screen. I hope it will be helpful to friends in need! The shortcut key Alt + Shift + 1 is single screen, as shown in the picture...
Aug 26, 2020 pm 01:17 PM
How to configure mac php error log
How to configure mac php error log: first find and open the "php.ini" file; then find "display_errors = Off" and change Off to On; finally restart the apache server.
Aug 22, 2020 am 09:56 AM
Install nginx php under linux
How to install nginx php under Linux: First install nginx through the command "yum install nginx"; then execute the command "yum install php php-fpm" to install PHP and PHP FPM; finally configure nginx to work with php.
Aug 10, 2020 am 09:16 AM![Common usages of sublime text3 [Summary of shortcut keys]](https://img.php.cn/upload/article/000/000/020/5f24e8d9a285c660.jpg?x-oss-process=image/resize,m_fill,h_135,w_240)
Common usages of sublime text3 [Summary of shortcut keys]
Below, the sublime tutorial column will introduce to you the common uses of sublime text3 [Shortcut Key Summary]. I hope it will be helpful to friends in need! I mainly use C/C++ in my daily development, and occasionally write code to develop PHP. I often use Sublime in development...
Aug 01, 2020 pm 12:00 PM
How to install centos tools
How to install centos tools: first install the Python dependency package; then unzip the compressed package, enter the directory, and install Python3; finally create a soft link, the code is [ln -s /usr/local/python3/bin/python3/usr/ bin/python3].
Jul 28, 2020 pm 01:39 PM
Share two ways to modify IP in Centos
Below, the centos introductory tutorial column will introduce to you two ways to modify IP in Centos. I hope it will be helpful to friends in need! Method 1: Check the current IP address of the system: ip add; Method 2: Enter the network configuration file directory. First, make sure to operate under the root user. Enter the network configuration file...
Jul 27, 2020 pm 01:50 PM
How to install php-fpm on centos7
How to install "php-fpm" on centos7: first install "php-fpm" related components through yum; then modify the content in "default.conf" to support php; finally restart the nginx service.
Jul 24, 2020 am 09:48 AM
PHP error log configuration problem under Mac
Solution to php error log configuration under Mac: 1. Select the phpLog folder, right-click to display the introduction, and modify the permissions of staff and everyone; 2. Use the command line, the code is [sudo -i → chmod -R 777 /Users/yun /phpLog].
Jul 23, 2020 am 11:08 AM
How to implement one-click installation of centos PHP
How to implement centos php one-click installation: first download the LNMP one-click installation package to the "/usr" directory; then download and decompress the one-click installation package; then use the command "./install.sh" to execute the installation script; finally create the site And configure pseudo-static.
Jul 23, 2020 am 09:38 AM
What should I do if a phpMyAdmin-Error error occurs in phpmyadmin management?
The solution to the phpMyAdmin-Error error in phpmyadmin management: first modify the content of [vim php.ini] in the lib directory of the installation directory; then create a new tmp folder in the php directory; then modify the values of the relevant directories; and finally restart the php service and revisit the path.
Jul 21, 2020 am 10:08 AM
Anemometer graphically displays MySQL slow log tool construction and usage example analysis
This article mainly introduces the construction and use of Anemometer, a tool for graphically displaying MySQL slow logs. Anemometer is a tool for graphically displaying MySQL slow logs. Anemometer can easily help you analyze slow query logs, allowing you to It's easy to find which SQL needs optimization.
Jul 20, 2020 pm 05:10 PM
Introducing sublime automatic annotation plug-in DocBlockr
Below, the sublime tutorial column will introduce you to the sublime automatic annotation plug-in DocBlockr. I hope it will be helpful to friends who need it! Install: "ctrl+shift+P –> install Package–> DocBlockr and wait for the download to complete.
Jul 18, 2020 pm 01:21 PM
Hot tools Tags

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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use

Hot Topics









