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:
-
- Should the vendor directory be added to version control?
- The composer usage tutorial column feels that under normal circumstances, please do not do this. The best way is to let all developers use the Composer command to install dependencies. Similarly, build servers, deployment tools, etc. need to include running Composer as part of the project boot.
- composer . svn 3308 2019-09-20 13:29:34
-
- Use Git to implement automated deployment of Laravel projects
- In our development process, we will inevitably use version control. Of course, this also gives you an understanding of Git and SVN. Both are excellent version control tools. I am personally more accustomed to using Git. Of course, this may be related to personal habits.
- Laravel . svn 4359 2019-09-19 10:13:04
-
- Problems encountered when installing svn plug-in in Sublime Text3
- Today I plan to use the editor sublime text3. It is said that it is relatively lightweight and many shortcut keys are more convenient to use, so I plan to use it and see which one is better to use compared with webstorm.
- sublime . svn 3562 2019-09-11 13:56:18
-
- Share sublime text2 tips
- In addition to its numerous practical functions and features, SublimeText2 can also install and use various extensions/skins/color schemes to enhance itself. Below, the sublime usage tutorial column will share with you some tips on sublime text2.
- sublime . svn 2862 2019-09-10 13:54:57
-
- What tools can analyze php source code
- Tools that can analyze PHP source code include PHP Parser, PHPSandbox, PHP Mess Detector, PHPCPD, PHPCheckstyle, Ubench, and PHP Analyzer.
- PHP Problem . svn 2883 2023-02-23 19:24:02
-
- md5 encryption algorithm
- MD5 Message-Digest Algorithm (English: MD5 Message-Digest Algorithm), a widely used cryptographic hash function that can produce a 128-bit (16-bit) hash value (hash value), used to ensure Information transfer is complete and consistent.
- Common Problem . svn 7263 2019-09-02 10:39:01
-
- What does composer mean?
- Composer is a tool used by PHP to manage dependencies. You can declare the external tool libraries you depend on in your project, and Composer will install these dependent library files for you.
- composer . svn 5394 2019-08-30 13:41:26
-
- How to use jquery in phpstorm
- Just use phpstorm to open jquery.js directly. If it is a compressed version of jquery.min.js, you can use the code formatting provided by phpstorm to beautify it. Click "Code" and then select "Reformat Code" to format.
- phpstorm . svn 3423 2019-08-19 09:14:11
-
- phpstorm scroll wheel font size setting
- 1. Click File in the upper left corner, and then click setting; 2. Editor->General, select Change font size (Zoom) with Ctrl+Mouse Wheel; 3. Click OK. Then you can use the scroll wheel and the ctrl key to adjust.
- phpstorm . svn 4411 2019-08-15 10:53:09
-
- How to use svn
- Create a warehouse: The first step is to create the directory structure D:\TortoiseSVN\Repository\Repo-iOS;||The second step is to right-click TortoiseSVN on the directory structure. ||The third step is to create the warehouse, then create the file structure, then click to start browsing the warehouse, and finally click "OK".
- Common Problem . svn 36182 2020-06-10 14:02:12
-
- phpstorm console garbled code
- phpstorm outputs garbled characters on the console. You only need to change the text file encoding of the project. Right-click on the project->properties->resource-> first adjust the text file encoding back to GBK, and then go back and reset the console encoding to GBK.
- phpstorm . svn 9087 2019-08-08 09:09:41
-
- A Guide for High-Quality Programmers
- First of all, your computer does not have to have high configuration, but it must have dual screens, and the bigger, the better. It would be better if it can have one horizontal screen and one vertical screen. In this way, one is used to check information and the other is used to write code. In short, it should appear to be very informative and very efficient.
- headlines . svn 4461 2019-08-15 10:34:21
-
- Introduction to Composer
- For programming beginners, you may have heard of composer, but you may not know what it is? how to install? The following PHP Chinese website composer tutorial column will explain in detail what composer is and the installation steps.
- composer . svn 7136 2019-08-02 17:13:42
-
- The difference between thinkphp and laravel
- The differences between thinkphp and laravel are: the way of rendering templates. In the Laravel framework, return view() is used to render the template, while in ThinkPHP, the $this->display() method is used to render the template; the way of writing conditional judgment statements differences etc.
- ThinkPHP . svn 17074 2019-07-11 18:00:20
-
- What is the php development environment?
- The PHP development environment is a software development environment, which refers to a set of software used to support PHP development and maintenance based on basic hardware and digital software. Its environment mainly comes in two forms: independent development environment and integrated development environment. .
- PHP Tutorial . svn 6443 2023-04-06 21:58:01