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:
-
- How to create a new file in linux
- How to create a new file: 1. Use the redirection character ">" to create a file, the syntax "> file name"; 2. Use the touch command to create a file, the syntax "touch file name"; 3. Use the echo command to create a file; 4. Use printf to create a file; 5. Use cat to create a file; 6. Use the vi/vim command to create a file; 7. Use nano to create a file; 8. Use head to create a file; 9. Use tail to create a file. ;10. Use truncate to create a file.
- Linux Operation and Maintenance . vim 18323 2023-01-05 15:03:35
-
- What to do if node import error occurs
- Solution to node import error: 1. Execute "npm install --save babel-corenpm install --save babel-preset-env" in the project root directory; 2. Create a file named ".babelrc" in the project root directory file; 3. Use "npm start" and "babel-node app.js" to run the project.
- Front-end Q&A . vim 2926 2023-01-04 16:48:03
-
- Is go language a programming language?
- Go language is a programming language. The go language, also known as Golang, is a statically strongly typed, compiled, concurrent programming language with garbage collection capabilities developed by Google. The launch of the Go language aims to reduce the complexity of the code without losing application performance. It has the advantages of "simple deployment, good concurrency, good language design, and good execution performance".
- Golang . vim 2912 2022-12-01 19:14:58
-
- How to change the port number in php7
- How to modify the port number of php7: 1. Modify the php7 port number through "vim /usr/local/php7/etc/php-fpm.d/www.conf listen = 0.0.0.0:9000"; 2. Through "/usr /local/php7/sbin/php-fpm" to start php.
- PHP7 . vim 1791 2023-02-18 10:32:01
-
- What should I do if I can't enter docker hub?
- The reason why docker hub cannot be accessed is because "hub.docker.com" is located abroad, so the access speed is very slow, resulting in the inability to access the URL. The solution: 1. Find the "daemon.json" file; 2. Use the vim command Open it; 3. Add the content "{ "registry-mirrors" :["https://docker.mirrors.ustc.edu.cn"]}"; 4. Restart docker.
- Docker . vim 20991 2022-10-21 14:54:24
-
- Regarding the issue of cross-compilation of third-party libraries in Python
- This article brings you relevant knowledge about Python. It mainly introduces the issues about cross-compilation of third-party libraries. Cross-compilation refers to generating executable code on one platform on another platform. Let’s take a look at it together. I hope it helps everyone.
- Python Tutorial . vim 5134 2022-10-05 08:00:27
-
- Which editor do you use for javascript?
- The available editors are: 1. Sublime Text, which is a highly configurable and extensible text editor; 2. vscode, which is a free lightweight editor and IDE; 3. Brackets, which is a free open source Editor; 4. Atom, is an open source, programmable editor; 5. WebStorm, is a lightweight IDE; 6. Komodo Edit, is a multi-language editor; 7. Notepad++, is an open source Editor and Notepad.
- Front-end Q&A . vim 5470 2022-10-13 17:57:40
-
- What is the extension of html files? What is the file type of the file?
- There are two extensions for html files: "html" and "htm". An html file is a plain text file, a descriptive text composed of HTML commands, and a static web page file; an HTML file can only write plain text when editing, and cannot directly write text like a ".doc" document. Content styling.
- Front-end Q&A . vim 17986 2022-09-16 16:40:13
-
- Detailed explanation of VM virtual machine environment preparation steps (pictures and text)
- This tutorial Linux uses the CentOS7 version. After the Linux system of the virtual machine is installed, configuring the VM virtual machine network requires configuring the VM virtual machine, the win10 operating system network and the Linux network in the VM.
- Linux Operation and Maintenance . vim 2916 2022-09-15 11:18:37
-
- [Organize and share] 50+ practical VSCode plug-ins, come and collect them for use!
- This article mainly introduces some good plug-ins that I have used in the process of using VSCode over the years. These 50+ VSCode plug-ins help you create the most powerful IDE on the planet!
- headlines . vim 5637 2022-10-21 20:45:40
-
- What is the file with the suffix php?
- A PHP file with the suffix php is a script file containing code written in the PHP programming language and is a plain text file. Since PHP is a server-side (back-end) scripting language, the code written in the PHP file needs to be executed on the server. The PHP engine on the web server converts all code written in PHP into HTML, so when the generated web page is sent to the client for rendering in the user's browser, the resulting web page contains only HTML code.
- PHP Problem . vim 7338 2023-03-16 17:10:02
-
- HTML Hypertext Markup Language - Where is the hyper? (document analysis)
- This article will take you to understand HTML (Hypertext Markup Language), introduce the essence of HTML, the structure of HTML documents, the basic tags and image tags of HTML documents, lists, table tags, media elements, and forms. I hope it will be useful to everyone. help!
- HTML Tutorial . vim 3789 2022-08-02 18:05:56
-
- 10 efficient open source artifacts for VSCode, see if you need any!
- This article will share with you 10 efficient open source artifacts of VsCode that you may have never seen before. Come and collect them to see if you need them!
- VSCode . vim 3477 2022-08-08 18:13:54
-
- The latest summary! 150 essential commands for Linux operations!
- This article will introduce to you 150 essential commands for Linux operation. I hope it will be helpful to friends in need! There are two types of linux commands in the system: built-in shell commands and Linux commands.
- Linux Operation and Maintenance . vim 2194 2022-07-24 14:29:55
-
- Handling common errors during MySQL installation (summary sharing)
- This article brings you relevant knowledge about mysql. It mainly organizes issues related to common error handling during installation, including the inability to start processing, error 1053, Winwods installation initialization error, inability to log in after MySQL8 installation, etc., as follows. Let's take a look, I hope it will be helpful to everyone.
- Mysql Tutorial . vim 7349 2022-07-15 20:32:56