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:
-
- Installation and configuration of Laravel in MAC environment
- I encountered many small problems when installing laravel in a Mac environment. Below I have compiled my notes during the installation process. Hope this can provide support for developers who encounter problems.
- Laravel . svn 2326 2021-08-25 11:05:34
-
- Parse all attribute fields in composer.json
- Below, the composer usage tutorial column will introduce to you the parsing of all attribute fields in composer.json. I hope it will be helpful to friends in need!
- composer . svn 2404 2021-08-17 21:23:18
-
- Summary of 11 classic PHP interview questions and answers (share)
- This article will share with you 11 classic PHP interview questions and answers. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP Tutorial . svn 8079 2023-04-10 08:20:02
-
- What are the seven major components of Spring Cloud?
- Seven major components of Spring Cloud: 1. Eureka component, which describes how the service is registered and where to register it; 2. Ribbon component; 3. Feign component, a declaration web service client; 4. Hystrix component; 5. Config component; 6 , Zuul component; 7. Bus component.
- JavaBase . svn 23233 2023-01-13 00:39:55
-
- What is the difference between idea community version and commercial version?
- Differences: 1. The main functions of the IDEA commercial version are intelligent code assistant, automatic code prompts, refactoring, and J2EE support; the main functions of the community version are Ant, JUnit, CVS integration, code review, and GUI design. 2. The commercial version of idea requires payment; the community version of idea can be used for free.
- Common Problem . svn 37457 2023-01-13 00:35:39
-
- 10 VSCode plug-ins worth collecting (recommended)
- This article recommends 10 VSCode plug-ins worth collecting. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- VSCode . svn 4043 2021-05-25 18:10:08
-
- A PHPer with 3-5 years of experience should have these skills!
- It’s time again, gold, three and silver, the season of changing jobs. I wasn't planning to change my job, but I looked through recruitment information online. Since I work in PHP, I looked at the current recruitment needs in the next 3-5 years, and found that these recruitment information had the following requirements...
- headlines . svn 8145 2021-03-08 14:42:07
-
- Swoole and HTTP
- The goal is to understand the use of swoole's http_server, understand swoole's tcp service development, and problems in actual projects such as sticky packet processing, agent hot update, user verification, etc. Swoole combines the existing framework with a more basic-heavy code environment PHP version.
- Swoole . svn 3516 2021-03-08 10:27:50
-
- Introducing the three working methods of Git and Git workflow demonstration
- There are three ways to use Git during project development, namely centralized workflow, Git Flow workflow, and Forking workflow. This article mainly provides a detailed demonstration of the most popular Git workflows.
- git . svn 3510 2021-02-25 10:28:47
-
- What software is unity?
- Unity is software similar to Director, Blender game engine, Virtools or Torque Game Builder that uses an interactive graphical development environment as its main method.
- Common Problem . svn 21859 2023-01-13 00:31:27
-
- Is Composer package development so easy?
- Below, the composer tutorial column will introduce you to Composer package development. I hope it will be helpful to friends in need! For a long time, PHP's open source method has been project-level, which means that once it is open source, it is a project, such as a complete set of cms...
- composer . svn 3209 2021-02-01 10:51:34
-
- 10 VSCode plug-ins worth collecting in 2022 (recommended)
- During development, you may often find yourself adding dependencies to your project. Although modular development has become a key part of software development today, it's still best to make sure to be careful with your input. The Import Cost plugin for JavaScript and TypeScript lets you be alerted to all your dependencies in real time.
- VSCode . svn 34391 2021-12-29 14:43:18
-
- What tool is svn?
- The full name of svn is subversion, which is a version control system. It is an open source version control system. Through the efficient management of the branch management system, in short, it is used for multiple people to jointly develop the same project, achieve shared resources, and achieve final centralization. style management.
- Common Problem . svn 47134 2020-11-30 16:57:41
-
- How to delete a folder in php
- How to delete a folder in PHP: first create a PHP sample file; then delete the files in the directory and delete the current folder through "function deldir($dir) {...}".
- PHP Problem . svn 4854 2023-03-07 07:38:01
-
- How to delete a directory or file in php?
- In PHP, you can use the unlink() function to delete files. The syntax is "unlink(specified file)". If successful, it will return true. If it fails, it will return false. You can use the rmdir() function to delete an empty directory. The syntax is "rmdir(specified directory)". , returns TRUE if successful, and FALSE if failed.
- PHP Problem . svn 3084 2023-03-07 07:16:01