
-
All
-
web3.0
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Backend Development
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Web Front-end
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Database
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Operation and Maintenance
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Development Tools
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
PHP Framework
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Common Problem
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Other
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Tech
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
CMS Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Java
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
System Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Computer Tutorials
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Hardware Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Mobile Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Software Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Mobile Game Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-

How to turn off the firewall in linux
How to turn off the firewall in Linux: 1. Use the "chkconfig iptables off" command to turn it off permanently and effectively. 2. The command that takes effect immediately is "service iptables stop".
Dec 26, 2019 am 10:49 AM
What IDE to use for golang?
Go is a simple and reliable programming language. Its solid structure and powerful classes have helped it develop into a stable and popular language for developers of all kinds. Commonly used go language IDEs include LiteIDE, VS Code, GoEclipse, Atom, Vim, etc.
Dec 25, 2019 am 11:17 AM
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.
Dec 17, 2019 am 09:39 AM
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.
Dec 11, 2019 pm 04:18 PM
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.
Dec 07, 2019 pm 01:55 PM
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.
Dec 03, 2019 am 11:22 AM
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!
Dec 03, 2019 am 10:52 AM
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.
Nov 30, 2019 pm 04:22 PM
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.
Nov 30, 2019 pm 03:57 PM
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.
Nov 29, 2019 am 11:12 AM
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.
Nov 25, 2019 pm 05:02 PM
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).
Nov 25, 2019 pm 04:01 PM
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]
Nov 23, 2019 pm 04:51 PM
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...
Nov 22, 2019 am 10:28 AM
Hot tools Tags

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use
