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:
-
- Detailed explanation of disk partitioning and mounting of Centos7
- Below, the centos tutorial column will give you a detailed explanation of Centos7 disk partitioning and mounting. I hope it will be helpful to friends in need! Recently, the existing system hard disk is not enough. It is necessary to add hard disk operations to the existing system. The original environment is centos7...
- CentOS . vim 5031 2020-12-31 14:55:48
-
- How to change the default installation path of mysql
- How to modify the default installation path of mysql: first use the command [service mysqld stop] to stop mysql and check the default path of the mysql database; then modify the MySQL configuration file and modify the MySQL startup script.
- Mysql Tutorial . vim 6228 2023-01-04 09:37:16
-
- What are the three commands to view logs in Linux?
- There are three commands for viewing logs in Linux: 1. To view real-time changing logs, the code is [tail -f filename]; 2. To search logs near keywords, the code is [cat -n filename |grep "keyword"]; 3. , enter edit search.
- Linux Operation and Maintenance . vim 19417 2021-01-21 15:24:24
-
- What tools are used to develop react?
- The development tools that can be used with react are: 1. Chrome React Dev Tools; 2. React Sight; 3. React Bootstrap; 4. Create React App; 5. React Styleguideist, etc.
- JS Tutorial . vim 4017 2020-11-26 09:45:24
-
- Detailed explanation of file viewing and editing in CentOS
- The centos basic tutorial column below will introduce you to CentOS file viewing and editing. I hope it will be helpful to friends in need! First, let’s introduce cat. The original meaning of cat command is concatenate, which is used to connect the contents of multiple files and output them to the standard output stream (the standard output stream defaults to the screen).
- CentOS . vim 3778 2020-11-19 15:26:27
-
- Sharing of commonly used plug-ins for webstorm
- webstorm: This article shares some commonly used webstorm plug-ins for everyone, hoping to help everyone.
- webstorm . vim 5097 2020-11-17 15:36:43
-
- What to do if apache php does not parse
- Solution to apache php not parsing: 1. Load the "php5_module" and "libphp5.so" modules; 2. Modify the apache configuration file "httpd.conf"; 3. Add the parameters "most" and "when compiling and installing apache" all" can be done.
- PHP Problem . vim 3229 2023-03-07 15:44:02
-
- What is the method to install mysqli extension in php
- The method for installing the mysqli extension in PHP is: 1. Find the mysqli directory under the ext directory and execute the [/usr/local/php7.2/bin/phpize] command; 2. Configure the system environment; 3. Execute [make && make install] Command to compile and install.
- PHP Problem . vim 3342 2023-03-07 14:30:02
-
- The impact of PHP 8 new features JIT on PHP application performance
- Since PHP 8 has not been officially released yet, you can only download the source code, compile and install it, so you need to prepare a Linux environment as a test environment. Many students reported to me that they have not demonstrated the operation process on Windows, so today I specially chose to use WSL in Windows 10 Professional Edition...
- PHP8 . vim 5824 2023-02-17 11:42:01
-
- How to create files in linux directory
- How to create files in a directory in Linux: First open the xshell software and connect to the Linux server; then use [mkdir directory name] to create a directory and cd into the directory; then enter the command [touch file name] to create an empty file; finally use [vim File name] Create an empty file and open it for editing.
- Linux Operation and Maintenance . vim 31605 2020-10-22 10:00:49
-
- How to create txt file under linux
- How to create a txt file under Linux: You can use the touch command to create a txt file, such as [touch qwe.txt], which means creating a file named qwe.txt.
- Linux Operation and Maintenance . vim 30896 2020-10-20 10:21:31
-
- How to modify the installation path of mysql
- How to modify the installation path of mysql: first use the command to stop mysql, create the target storage directory and use the command to copy the file; then modify the MySQL configuration file; then modify the MySQL startup script; finally restart the mysqld service mysqld restart.
- Mysql Tutorial . vim 6076 2020-10-19 15:04:49
-
- What is the save and exit command in vim
- The save and exit command in vim is wq. Specific method: First press i key to enter insert mode; then edit the file; then press esc key to enter command line mode; finally enter [:wq] to save the file and exit.
- Linux Operation and Maintenance . vim 129083 2022-03-31 19:01:41
-
- How to install mysql extension in centos php
- How to install the mysql extension in centos php: first download the mysql extension package; then find and open the php.ini configuration file; then add the extension package with the statement "extension=mysql.so"; and finally restart the php-fpm service.
- CentOS . vim 3818 2020-10-19 11:53:20
-
- How to install and configure linux php ldap
- How to install and configure Linux php ldap: first use yum to install the phpldapadmin tool; then modify the phpldapadmin configuration file; then start the http service; and finally access phpldapadmin.
- PHP Problem . vim 2820 2023-03-06 15:28:02