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 is PHPStorm better than VScode?
- PHPStorm, an IDE-type development tool, has many functions that can be used out of the box and are easily configured. VScode is equally powerful if you take the time to configure it, but what you end up doing may not be as smooth as an IDE.
- phpstorm . vim 9654 2019-12-19 15:40:22
-
- Tutorial on the use of vim plug-in in vscode
- Tutorial for using the vim plug-in in vscode: 1. Install the vim plug-in, search for the vim plug-in, and click to install it after finding the plug-in; 2. Set the clipboard, enter [Preferences], and enable the use of the system clipboard; 3. Use [j , k, h] and other keys can control the cursor accurately and quickly.
- VSCode . vim 7212 2019-12-17 09:39:06
-
- How to use phpmyadmin to access remote mysql database with IP address
- How to use phpmyadmin to access the remote mysql database: modify the config.default.php file, set the server IP address, server port user name, etc. in this file, and then enter the server address, user name and password in the browser to enter the phpmyadmin login interface to remotely Log in to the database.
- phpMyAdmin . vim 3794 2019-12-11 16:18:36
-
- What are the differences between sublime and vscode?
- Sublime: Small in size and fast in running speed; powerful text function; supports compilation function and the output can be seen on the console; paid and closed source; no function of creating a new window. vscode: loads large files quickly; JS, HTML, etc. support highlighting and completion; free; based on Atom, but the performance is Atom-fast; does not support project loading, etc.
- VSCode . vim 6880 2019-12-07 13:55:45
-
- Unable to use root user for remote login in linux
- The solution to the inability to use the "root" user for remote login in "linux" is: first install the "ssh" service, because by default only ordinary users can connect remotely, so you need to enable the "root" user, first modify the configuration file, and then Just restart the "ssh" service.
- Linux Operation and Maintenance . vim 3513 2019-12-03 11:22:45
-
- What are golang IDEs?
- There are many golang IDEs, such as Goland, VS Code, Vim GO, etc. Among them, Goland is a Go integrated development environment launched by the commercial company jetbrains in the past two years. It is really extremely powerful. Goland is ready to use right out of the box, so there are very few problems with it. It can basically be started after installation!
- Golang . vim 3008 2019-12-03 10:52:02
-
- Create a colorful Vim editor
- This article introduces the configuration of the vim editor, including syntax highlighting and code color matching. I hope it will be helpful to friends who are programming under Linux! Before starting, we need to check whether the Vim editor is installed on the system. Generally speaking, Ubuntu system comes with it by default. If you don't have it, please install it yourself first.
- Linux Operation and Maintenance . vim 3688 2019-11-30 16:22:53
-
- Vim editor split-screen operation (graphics and text)
- This article introduces the method of split-screen operation of the Vim editor. I hope it will be helpful to friends who are programming under Linux! Why do you need split screen functionality? In fact, there are many demand occasions. For example, my current screen is very large, but our code is generally left-aligned and the right side is empty, so that we can make full use of the right screen by splitting the screen.
- Linux Operation and Maintenance . vim 6791 2019-11-30 15:57:47
-
- What are the powerful features of Notepad++?
- Notepad++'s powerful features include automatic saving, editing read-only files, column editing, monitoring logs, search and replace, formatting, encoding and symbols, custom syntax highlighting and other features.
- notepad . vim 5459 2019-11-29 11:12:14
-
- How to install jdk1.8 under linux system
- This article introduces how to install jdk1.8 under the Linux system from the java introductory program column. I hope it will be helpful to friends who are learning java! After downloading the jdk, you need to edit the profile file in the etc directory, then modify the path of "Javah_home", and finally check whether the configuration is successful.
- Javagetting Started . vim 2273 2019-11-25 17:02:03
-
- NGINX achieves high availability under Linux
- Under Centos, you can obtain the installation by switching the yum source. You can also directly download the installation package. The following commands require root permissions to execute: first install the necessary libraries (the gzip module in nginx requires the zlib library, and the rewrite module requires the pcre library).
- Nginx . vim 3466 2019-11-25 16:01:53
-
- Introduction to basic knowledge of Linux (essential for backend)
- The system knowledge points and interview questions I have summarized for Java learning are now open source and will continue to be improved. Suggestions and guidance are welcome and Star: [Link]
- Linux Operation and Maintenance . vim 2582 2019-11-25 13:20:31
-
- linux installation postgresql
- Below, the Linux tutorial column will introduce to you how to install postgresql on Linux. I hope it will be helpful to friends in need! Install postgresql related packages through yum, initialize the database, start the database, create users and data, modify files...
- Linux Operation and Maintenance . vim 2913 2019-11-22 10:28:39
-
- Linux cannot connect to the Internet
- Solution to Linux unable to connect to the Internet: First use vim to edit the ifcfg-eth0 network card file, set gateway, subnet mask and other information; then edit the resolv.conf file to configure dns; finally use "service network restart" to restart the network card.
- Linux Operation and Maintenance . vim 6864 2019-11-19 16:45:20
-
- Set up LNMP environment on Raspberry Pi
- First download the source code of Nginx/PCRE/OpenSSL. I won’t go into the download process. PCRE requires version 1.x, and OpenSSL does not require fips version. After downloading, unzip it. I did it in the /tmp directory.
- PHP Tutorial . vim 2709 2023-04-07 19:54:01