current location:Home > Technical Articles > Development Tools
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Will the container be deleted after restarting the docker service?
- In docker, the container will not be deleted after restarting the docker service, but the container will stop running. After restarting the docker process, all docker containers running on the server will exit and will not be deleted. You can use the "docker ps -a" command View all containers.
- Docker . vim 7065 2022-01-17 11:05:30
-
- How to modify history in git
- Method: 1. Use the "git commit --amend" command to modify the history record once; 2. Use the "git rebase -i specify commit number" command to modify multiple history records; 3. Use the "git filter-branch --filer command to modify range" command to rewrite history.
- git . vim 9211 2022-01-14 14:19:27
-
- How to modify tomcat port number in linux
- Method: 1. Use the vim command to enter and edit the "server.xml" file. The syntax is "vim/installation path/tomcat full name/conf/server.xml"; 2. Enter "/8080" at the bottom to find the specified port number. Modify; 3. After the modification is completed, enter ":wq" to save and exit.
- Linux Operation and Maintenance . vim 10648 2022-01-13 15:55:08
-
- How to modify mysql time
- Method: 1. Use the "sudo cat my.cnf" command to view the "my.cnf" file; 2. Use the "vim mysqld.cnf" command to edit the file content and add "default-time_zone = '+8:00' to the file. "statement; 3. Restart mysql to make the new time take effect.
- Mysql Tutorial . vim 7565 2022-01-12 11:04:30
-
- What is the command to install vim on linux?
- In Linux, you can use the yum command to install the vim editor. This command is used to find, install or delete the specified software package. When the parameter is set to "-y", it means that the installation process prompts to select all "yes", and the syntax is: "yum -y install vim".
- Linux Operation and Maintenance . vim 16675 2022-01-06 10:48:41
-
- Organize a list of commonly used Linux commands (summary sharing)
- This article brings you a basic and sufficient Linux command. It will cover various commands used in the series of blog building articles, which is convenient for query and learning. I hope it will be helpful to everyone.
- Linux Operation and Maintenance . vim 1814 2022-01-05 17:53:50
-
- What is the command to exit without saving in Linux?
- In Linux, the command to exit without saving is "q!"; this command can be entered after the colon that appears when editing a file to exit insert mode, indicating a forced exit and not storing the file, where "!" has "force" in it. mean.
- Linux Operation and Maintenance . vim 19758 2022-01-04 11:25:52
-
- How to turn off selinux in linux
- Method: 1. Use the "vim /etc/sysconfig/selinux" command to open the selinux file; 2. Modify "SELINUX=enforcing" in the file to "SELINUX=disabled"; 3. After saving the modification, restart.
- Linux Operation and Maintenance . vim 10107 2021-12-31 17:15:43
-
- How to permanently change the host name in Linux
- Method: 1. Use the vim command to open the network file, the syntax is "vim /etc/sysconfig/network"; 2. Modify the value of the "HOSTNAME" item in the file, that is, modify the host name; 3. Use "wq" to save the changes and Exit; 4. Restart.
- Linux Operation and Maintenance . vim 15468 2021-12-31 16:44:29
-
- What is the difference between nodejs and websocket
- Difference: 1. nodejs is a JS running environment, while WebSocket is a communication protocol; 2. nodejs is used to easily build network applications with fast response and easy expansion, while WebSocket can make data between the client and the server Exchange becomes simpler, allowing the server to actively push data to the client.
- Front-end Q&A . vim 2837 2021-12-31 11:28:11
-
- How to solve the error when starting docker
- Solution to the error when starting docker: 1. Open docker and add the content "OPTIONS="--selinux-enabled...""; 2. Clear the filter table of iptables; 3. Execute the "docker-storage-setup" command etc.
- Docker . vim 16099 2021-12-30 11:14:03
-
- What is vi in linux
- vi in linux is an editor in text mode. It can only edit characters and cannot typeset fonts and paragraphs. The vi editor can both create new files and edit files. There are three command modes: Command, Insert and Visual.
- Linux Operation and Maintenance . vim 6389 2021-12-27 17:37:36
-
- How to query the modification time of a file in Linux
- How to query the file modification time in Linux: 1. Execute the "stat filename" command, and the "Modify Time" item of the output result is the modification time; 2. Execute the "ls -l filename" command, and the output result is the modification time.
- Linux Operation and Maintenance . vim 27730 2021-12-21 17:32:49
-
- How to modify file content in linux
- Modification method: 1. Use the "vim file name" command to enter the specified file; 2. Find the location of the content to be modified; 3. After finding the location, press the "i" key on the keyboard to enter the editing state and modify the file content; 4. Modify After that, press the ESC key to exit the editing state and save the changes.
- Linux Operation and Maintenance . vim 66195 2021-12-21 16:51:34
-
- Recommended sharing of 40+ commonly used plug-ins in atom (with plug-in installation methods)
- This article will share with you 40+ commonly used plug-ins for atom, as well as methods for installing plug-ins in atom. I hope it will be helpful to you!
- atom . vim 19882 2022-12-12 20:22:05