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:
-
- A brief analysis of how to upload code to gitee
- git . svn 1144 2023-03-29 11:38:33
-
- Describe in detail how to join other people's repositories on Gitee
- Gitee is a code hosting platform for developers, providing Git code hosting, SVN code hosting and other services. On Gitee, users can create their own warehouses, or join other people's warehouses to participate in open source projects. This article will introduce in detail how to join other people's repositories on Gitee.
- git . svn 7238 2023-03-27 10:35:19
-
- Super detailed! Github usage tutorial (detailed steps with pictures and text)
- This article brings you relevant knowledge about Github. It mainly introduces to you what Github is? How to use Github? Super detailed graphic tutorial~ Friends who are interested can take a look at it below. I hope it will be helpful to everyone.
- git . svn 101654 2023-03-28 16:18:55
-
- what is github
- GitHub is a hosting platform for open source and private software projects, allowing developers to host their own code here and perform version control. GitHub focuses on open source projects and collaboration. Through open source projects on this platform, developers can view the source code of other developers' projects, communicate and learn.
- git . svn 22361 2023-03-24 18:00:12
-
- When was gitee established?
- gitee is a service launched in 2013. The establishment of Gitee can be traced back to 2013, when its predecessor was GitCafe, created by the Chinese open source community; in April 2016, GitCafe was acquired by OSChina and renamed Gitee. With the acquisition of OSChina, Gitee has gained new opportunities to develop its business in a faster and safer way.
- git . svn 1354 2023-03-27 09:10:04
-
- What format is the git stored on the GitLab server?
- Git is currently one of the most popular distributed version control systems. It provides developers with collaborative development and version control functions. It is integrated into a Web server program to organize Git warehouses. This Web server program is GitLab. GitLab is an open source git warehouse management system written in Ruby on Rails. It provides a web front-end that can freely manage private Git warehouses.
- git . svn 1097 2023-03-24 18:37:05
-
- How to format code in idea
- How to format the code in idea: 1. Directly use the shortcut key "Ctrl+Alt+L" to format the code. 2. Open the idea, click "File" - "Settings" - "Plugins", search and install "eclipse code formatter"; then import the configuration file "eclipse-codestyle.xml"; finally use the shortcut key "Ctrl+Shift+ Alt+L" format code.
- Common Problem . svn 30360 2023-03-15 15:56:42
-
- How to use linux whereis command
- In Linux, the whereis command is used to locate the location of executable files, source code files, and help files in the file system. The syntax is "whereis [option parameter] [BMS directory name -f ] file name". The whereis command can only be used to search for program names, and only searches binary files (parameter "-b"), man description files (parameter "-m") and source code files (parameter "-s"); if the parameters are omitted, All information is returned.
- Linux Operation and Maintenance . svn 3621 2023-02-06 16:11:20
-
- [Compilation and Summary] Dozens of hard-core tools for programmers
- Among all the programmers I know, almost everyone has their own common tools and related resources. Today I will give you dozens of hard-core programmer tools. I believe there is always a tool here that belongs to you. !
- headlines . svn 4649 2023-01-31 15:19:25
-
- What is the use of go get command?
- The "go get" command can remotely pull or update code packages and their dependent packages with the help of code management tools, and automatically complete compilation and installation. The "go get" command can dynamically obtain the remote code package. Before using the "go get" command, you need to install a code management tool that matches the remote package, such as Git, SVN, HG, etc., and a package name needs to be provided in the parameter.
- Golang . svn 4557 2023-01-29 13:49:01
-
- What does php need to install?
- Things that php needs to install: 1. A web host that supports PHP and MySQL; 2. Install the web server on the PC; 3. Install the PHP source code; 4. Install a database, such as MySQL; 5. Install a PHP code editor, such as PhpStorm will do.
- PHP Problem . svn 1835 2023-03-17 07:08:02
-
- This article will help you understand the principles of npm
- npm is the package management tool of the JavaScript world and is the default package management tool for the Node.js platform. Through npm, you can install, share, distribute code, and manage project dependencies. This article will take you through the principles of npm, I hope it will be helpful to you!
- JS Tutorial . svn 3102 2022-08-09 09:23:02
-
- Share a useful VSCode header annotation plug-in: Fileheader Pro
- How to quickly make header comments in VSCode? The following article will share with you a useful VSCode header annotation plug-in: Fileheader Pro. Will you like the Fileheader plug-in that is ready to use out of the box and can be fully customized? All in all, it’s pretty easy to use. Just leave it to it to add header comments!
- VSCode . svn 3482 2022-07-14 21:08:19
-
- What is the efficient management of svn?
- svn uses a branch management system for efficient management; in short, it is used by multiple people to jointly develop the same project, realize shared resources, and ultimately achieve centralized management. svn is an open source version control system that uses a client/server system. Various versions of the project are stored on the server; there are two types of SVN clients, one is Web-based WebSVN, and the other is Client software represented by Tortoise SVN.
- Common Problem . svn 2695 2022-06-21 11:55:27
-
- Are thinkphp and laravel the same?
- thinkphp and laravel are different. Although thinkphp and laravel are both PHP development frameworks, they have many differences: 1. The methods of rendering the last class are different. Thinkphp uses the "$this->display()" method to render templates, while Laravel uses the "return view()" method; 2. Laravel is a rerouting framework, and thinkphp requires a controller method for normal access.
- ThinkPHP . svn 3837 2022-06-16 17:37:16