current location:Home > Technical Articles > Backend Development
- 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:
-
- What is the difference between static and dynamic languages?
- The difference between static languages and dynamic languages: 1. Static languages are languages in which the data types of variables can be determined at compile time. Type matching checks are performed at compile time, so variables cannot be assigned values of different types; 2. Dynamic languages Language variable types whose data types are determined at runtime are mutable at runtime, which means that object polymorphism is inherent.
- Common Problem . ruby 37047 2020-09-10 13:25:10
-
- When programming languages are in the hands of enterprises, is it a chance of survival or a crisis?
- In April 2019, the paid era of Java 8 has arrived! In January 2019, Oracle announced that it would stop free support for Java 8 updates, and future Java updates would only be available to paid license holders. Recently, Oracle sent an email to notify users that Java 8 is the first
- headlines . ruby 3430 2019-04-03 10:29:11
-
- How to install and manage Node.js via NVM.
- NVM is called a node version manager, similar to the Ruby language's RVM (Ruby Version Manager). NVM provides an option to easily install Node.js. You can also use nvm to install a specific Node.js version or multiple Node.js versions on the same system and use the version required by your application.
- JS Tutorial . ruby 3908 2019-03-26 14:33:30
-
- Why do we continue to use PHP in 2019?
- Let’s get straight to the point: PHP is a weird language. It's neither fast nor syntactically beautiful. Good software development practices are also not followed. But I still develop a lot of software using it. The question then becomes obvious: Why are PHP still used today?
- headlines . ruby 7124 2019-05-03 23:17:29
-
- Summary of Redis interview questions, let's learn about it
- It’s the peak season for spring recruitment and job hopping again. Are all programmers unable to bear the thought of typing code and starting to head towards a salary increase? Today I will summarize the redis interview questions for you!
- headlines . ruby 17297 2020-08-05 15:54:02
-
- Why you should consider Linux for web development
- This article will discuss with you why you should consider using Linux for web development? It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- Linux Operation and Maintenance . ruby 2584 2019-02-11 11:48:15
-
- A brief discussion on the similarities and differences between Ruby and C language
- What are the similarities and differences between Ruby and C languages? This article will give you a brief introduction to the similarities and differences between Ruby and C language. I hope it will be helpful to you.
- C#.Net Tutorial . ruby 6819 2019-01-22 17:45:17
-
- What is Ruby? Advantages and Disadvantages of Ruby
- Ruby is an object-oriented, imperative, functional, dynamic, general-purpose programming language that aims to provide a programming language focused on simplicity and productivity. The following article will introduce you to the Ruby language and introduce the advantages and disadvantages of the Ruby language. I hope it will be helpful to you.
- C#.Net Tutorial . ruby 10564 2019-01-22 17:15:06
-
- How to create an array in Ruby
- How to create an array in Ruby: 1. Use the array command and assignment operator to create an empty array; 2. Use array literals to store known information; 3. Use the index operator to access each variable.
- C#.Net Tutorial . ruby 7873 2021-04-21 15:31:34
-
- How Ruby generates random numbers
- Ruby generates random numbers by first calling srand anywhere at the beginning of the program; then when you run it, you can generate a series of different seemingly random numbers.
- C#.Net Tutorial . ruby 7672 2021-04-22 15:05:26
-
- What is Ruby
- Ruby is unique among object-oriented scripting languages. In a sense, it is a purist's language for people who like object-oriented languages. Without exception, everything automatically becomes an object, which is not the case in other programming languages.
- C#.Net Tutorial . ruby 19297 2019-01-16 10:36:35
-
- what is source code
- Source code is a list of human-readable instructions that programmers often write in word processing programs when developing programs. Source code is run through a compiler, converting it into machine code that a computer can understand and execute, also known as object code. Object code consists mostly of 1s and 0s, so it is not human readable.
- C#.Net Tutorial . ruby 270631 2019-01-16 10:17:13
-
- An article to help you learn Python lists
- The content of this article is about an article that will help you learn Python lists. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- Python Tutorial . ruby 1868 2018-11-27 16:00:47
-
- Detailed explanation of commonly used text layout-related properties in CSS layout
- This article brings you a detailed explanation of commonly used text layout-related attributes in CSS layout. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- CSS Tutorial . ruby 2816 2018-11-26 16:13:36
-
- Introduction to CommonJS, AMD and CMD of JavaScript module specifications
- This article brings you an introduction to CommonJS, AMD and CMD about JavaScript module specifications. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- JS Tutorial . ruby 1766 2018-11-20 15:35:48