current location:Home > Technical Articles > Development Tools
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to use su and sudo in linux system
- Generally, we recommend not to directly use the root account to log in to the server. It is recommended to use a normal account to log in, and only switch identities when the root user must be used to operate. Next, let’s talk about the two identity switching commands su and sudo.
- Linux Operation and Maintenance . vim 2466 2020-09-10 16:18:55
-
- How to set up linux gateway
- How to set up a Linux gateway: first use xshell to log in to the Linux server; then use ip add to check the local address and manually add a route; finally write the route add command into the configuration file.
- Linux Operation and Maintenance . vim 27575 2020-08-31 14:36:08
-
- 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. .
- CentOS . vim 2900 2020-08-31 09:52:20
-
- 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".
- CentOS . vim 4126 2020-08-29 13:42:31
-
- 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...
- sublime . vim 2828 2020-08-26 13:17:31
-
- 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.
- PHP Problem . vim 2879 2023-03-04 22:52:02
-
- 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.
- PHP Problem . vim 2925 2023-03-04 07:20:02
-
- 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...
- sublime . vim 3714 2020-08-01 12:00:51
-
- 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].
- CentOS . vim 1765 2020-07-28 13:39:10
-
- 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...
- CentOS . vim 3350 2020-07-27 13:51:01
-
- 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.
- CentOS . vim 4612 2020-07-24 09:48:51
-
- 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].
- PHP Problem . vim 2554 2023-03-03 06:24:01
-
- 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.
- PHP Problem . vim 3470 2023-03-02 22:32:01
-
- 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.
- phpMyAdmin . vim 3816 2020-07-21 10:08:45
-
- 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.
- Mysql Tutorial . vim 2709 2020-07-20 17:23:34