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:
-
- What software do beginners use to write python?
- Software that beginners can use when writing python include Sublime Text, Vim, Visual Studio Code, PyCharm, Spyder, and Thonny. The first three are code editors, and the last three are integrated development environments.
- Python Tutorial . vim 4895 2020-03-04 16:53:23
-
- What is the linux new file command?
- Linux new file commands are: 1. vi/vim, use the vi/vim editor to directly create a file and open it; 2. touch, use the touch command to directly create a non-existent file; 3. echo, the echo command is used with the Directed symbols can create files.
- Linux Operation and Maintenance . vim 32913 2020-02-28 11:01:28
-
- Solution to forgetting MySQL database password under Linux
- Solution to forgetting the MySQL database password under Linux: 1. vim /etc/my.cnf; 2. Add a line skip-grant-tables under [mysqld], then save and exit; 3. Restart the mysql service service mysqld.
- Mysql Tutorial . vim 2917 2020-02-17 18:05:19
-
- vi in linux displays garbled Chinese characters
- The solutions to the Chinese garbled characters displayed in vi in Linux are: 1. [$vi ~/.vimrc]; 2. [let &termencoding=&encoding]; 3. [set fileencodings=utf-8,gbk]; 4. [$:wq 】.
- Linux Operation and Maintenance . vim 4331 2020-02-14 14:45:23
-
- Linux host name modification command
- Linux commands to modify the host name are: 1. hostname <newHostName>, this command will temporarily change the host name; 2. hostnamectl set-hostname <newHostName>, this command will permanently change the host name.
- Linux Operation and Maintenance . vim 12559 2020-02-06 09:39:22
-
- Linux server hosts file configuration
- How to configure the Linux server hosts file: first enter sudo vim /etc/hosts to edit hosts; then fill in the relevant information in the format of "IP address host name domain name"; finally press ESC and enter: wq to save.
- Linux Operation and Maintenance . vim 7673 2020-02-03 17:35:18
-
- Clear historical commands recorded in history under Linux
- Below, the Linux tutorial column will introduce to you how to clear the historical commands recorded in the history in the Linux environment. I hope it will be helpful to friends in need!
- Linux Operation and Maintenance . vim 3330 2020-01-31 17:51:37
-
- Detailed explanation of shell to implement SSH automatic login
- Before writing the ssh automatic login script, let’s talk about the basics of shell scripts. This basics is not some grammar or anything. It is everywhere on the Internet. Here is a summary of the operating mechanism of shell scripts~
- Linux Operation and Maintenance . vim 3698 2020-01-25 16:44:19
-
- Solve the problem of excessive server memory resource consumption caused by too many php-fpm processes in CentOS7
- The server memory usage has been high recently. After checking, it was found that it may be related to the excessive number of php-fpm processes. This article records my process of optimizing the php-fpm configuration file and adds some knowledge related to php-fpm.
- PHP Tutorial . vim 3152 2023-04-08 08:16:01
-
- How to set mysql to be case-insensitive in linux
- The method to set mysql to be case-insensitive in Linux is: 1. First check whether mysql is case-sensitive; 2. Then open the [/etc/my.cnf] file and add [lower_case_table_names=1]; 3. Finally, restart the mysql service. Can.
- Linux Operation and Maintenance . vim 4200 2020-01-11 14:30:05
-
- Chinese garbled characters appear when viewing logs in Linux
- The solution to Chinese garbled characters when viewing Linux logs is: 1. First execute the [locale -a] command to check the server's supported encoding; 2. Then execute the [vi /etc/sysconfig/il8n] command to modify the server encoding to [zh_CN.UTF] -8】That’s it.
- Linux Operation and Maintenance . vim 10009 2020-01-11 11:46:30
-
- How to install the IdeaVim plug-in in PhpStorm
- Click "File>Settings>Plugins" in the upper left corner of PhpStorm, click the "Browse JetBrains Plugins" button at the bottom of the dialog box, enter "IdeaVim" in the search box above, and click "Install" after searching.
- phpstorm . vim 4069 2020-01-06 15:10:54
-
- Mac local Apache server settings
- Start the Apache server: Enter sudo apachectl start in the terminal and press Enter; the ssh service is installed on the mac itself and will not start automatically on boot by default; to check whether it is started, sudo launchctl list | grep ssh.
- Apache . vim 3348 2020-01-06 14:53:19
-
- How to configure phpStorm to automatically check the code with PHP_CodeSniffer
- Composer installs PHP_CodeSniffer: composer global require "squizlabs/php_codesniffer=*"; find the phpcs file and remember it; add the execution path to the environment variable vim ~/.bashrc.
- phpstorm . vim 4761 2020-01-04 14:30:55
-
- What editor to use in golang?
- Commonly used editors for golang: 1. gedit. Install the "External Tools" plug-in to configure and build golang related commands. 2. vim, the Go language installation package already contains environmental support for Vim. 3. Eclipse, you need to install the "Goclipse" plug-in.
- Golang . vim 7797 2020-01-02 09:22:29