current location:Home > Technical Articles > Backend Development
- 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:
-
- JavaScript turns 25 this year!
- JavaScript was first introduced to the public 25 years ago (December 4, 1995). Originally developed in just 10 days, JavaScript quickly became one of the most popular programming languages, and is now used every day by millions of developers around the world.
- JS Tutorial . rust 2726 2020-12-17 17:21:26
-
- Call cjieba using PHP's FFI
- Use the FFI test of PHP 7.4 to directly call the cjieba word segmentation dynamic library. The reason for choosing CJieba is that FFI uses the C calling convention. If you use Cpp, you have to package it yourself, and then extern C to let the compiler generate standard C dynamics. library.
- PHP Tutorial . rust 4294 2023-04-09 16:36:02
-
- What is the shortcut key for vscode comments?
- Shortcut keys for vscode comments: "Ctrl + /" and "Alt+Shift+A". Methods for commenting in vscode: 1. For single-line comments, use "Ctrl + /", or press "CTRL+K" first, then "CTRL+U"; 2. For block comments, use "Alt+Shift+A".
- VSCode . rust 84628 2020-09-28 17:06:10
-
- PHP7 scalar type declaration RFC detailed explanation
- The RFC recommends adding four new scalar type declarations: int, float, string, and bool. These type declarations will be used consistently with PHP's original mechanism. The RFC also recommends adding a new optional directive (declare(strict_type=1);) to every PHP file.
- PHP7 . rust 4164 2023-02-17 16:12:02
-
- What can be developed with vscode
- The VSCode editor supports writing in multiple languages and file formats, and can develop HandleBars, Markdown, Python, Jade, PHP, Haxe, Ruby, Sass, PowerShell, Groovy, R, Makefile, HTML, JS, etc.
- VSCode . rust 5180 2020-06-06 11:54:02
-
- What can be written in vscode
- The vscode editor supports writing in multiple languages and file formats, including Markdown, Python, PHP, Java, JavaScript, C, C++, C#, Ruby, Sass, Rust, PowerShell, HTML, CSS, etc.
- VSCode . rust 5895 2020-04-30 13:58:49
-
- Reasons to give up Python and choose Go in 2021
- Which would you choose between Python and Go? If you have a deeper understanding of Go (Golang), then you will definitely choose it. Otherwise Python will be selected. Let’s take a look at the reasons for choosing go.
- Golang . rust 3952 2021-01-04 14:19:27
-
- Can vscode write html?
- vscode can write HTML. The vscode editor supports writing in multiple languages and file formats. As of September 2019, it has supported 37 languages or files. When you save the newly created file in vscode as HTML format, the HTML template will appear.
- VSCode . rust 4613 2020-01-11 14:06:11
-
- How to output js program in vscode console
- How to output the js program in the vscode console: Install the "code runner" plug-in in vscode, then right-click on the js file opened in vscode and select Run Code or click the square run button in the upper right corner of the editor to run the js file.
- VSCode . rust 9784 2020-01-10 14:53:23
-
- Can vscode write java?
- vscode can write java. vscode has a rich plug-in ecosystem, which can support C/C++, C#, Python, PHP, Java and other languages by installing plug-ins.
- VSCode . rust 5350 2019-12-30 15:54:14
-
- What is the golang compiler written in?
- Golang has completed bootstrapping, and the golang compiler can be written in golang. Because the compiler is a complex project and has a mature evaluation system. Being able to write a mature, usable, and efficient compiler for this language means that the language is ready for use.
- Golang . rust 3304 2019-12-27 14:27:02
-
- How to compile php with vscode?
- vscode can support the PHP language by installing plug-ins, and then configure the PHP running environment to compile PHP. Method: 1. Install PHP-related plug-ins in vscode; 2. Configure the PHP path in the preferences; 3. Place the Xdebug dll in the PHP-related directory; 4. Set breakpoints for debugging.
- VSCode . rust 10381 2019-12-23 16:57:07
-
- 10 must-install VSCode plug-ins for efficient development
- This article introduces 10 must-install development plug-ins for VSCode, the most popular development tool for front-end development, to greatly improve the efficiency of software development. VSCode (Visual Studio Code) is a free, open source, cross-platform text (code) editor developed by Microsoft.
- VSCode . rust 14447 2019-11-28 15:08:24
-
- What programming languages does vscode support?
- The vscode editor supports writing in multiple languages and file formats. As of September 2019, it has supported 37 languages or files, such as: Go, C++, Objective-C, CSS, JavaScript, Perl, TypeScript, PHP, Haxe, Java.
- VSCode . rust 14948 2019-11-09 10:30:02
-
- Both are dynamic languages, why is PHP so much faster than Python? Reason analysis
- Answer 1: Actually, it’s not that Python is slow, but that PHP is too fast. Just like you can’t say that Kobe Bryant is bad, it’s just that Jordan is too good. Answer 2: C and Python are faster than C of course. Most of the PHP functions used in this test are provided by the language itself, and these functions are written in C.
- headlines . rust 5672 2019-11-01 17:55:20