Tag:development environment
-
Time:2020-11-8
Visual studio 2017 is an IDE development environment launched by Microsoft to cooperate with. Net strategy. It is also the latest tool for developing c ා program. This section takes the installation of visual studio 2017 Community Edition as an example to explain the specific installation steps. Note: the community edition of visual studio 2017 […]
-
Time:2020-11-1
preface: I installed Ubuntu 18.04 before. As a result, there were a lot of errors when installing CodeBlocks / vscode or GCC, C / C + + (missing dependency tree and other problems, and changing the source could not succeed). I didn’t make any progress all afternoon. I couldn’t find any solution on the Internet, […]
-
Time:2020-9-18
goLanguage is highly efficient and runs at close speedCThe modern programming language of programs,qtCross platform excellenceguiKuo, the combination of the two works very well. This article talks about two things. The first is installationgoLinguisticqtBundle, the second is installationgoLanguage integrated development environment. install github.com/therecipe/qt package This section describes how to install and configuregithub.com/therecipe/qtDevelopment package, which is […]
-
Time:2020-8-17
JDK is a software development kit of Java language, which is mainly used for Java applications on mobile devices and embedded devices. JDK is the core of the whole java development, it contains the Java running environment (JVM + java system class library) and java tools. 1. Install JDK development environment Download website: http://www.oracle.com/ Start […]
-
Time:2020-4-30
Environmental requirements The minimum hardware configuration: 1 core CPU, 1G memory (1 + 1). Note: if you have more applications, but the hardware configuration of the host node is low, it is recommended to enable virtual virtual memory when deploying the node; 2G or more memory is recommended for production environment; Recommended installation system: 64 […]
-
Time:2020-2-15
This article introduces how to configure Ruby on rails development environment in windows in detail, hoping to be helpful for ror beginners. 1、 Download and install Ruby The best choice for installing Ruby under windows is ruby installer.Download address: http://rubyforge.org/frs/? Group? Id = 167.We download the latest rubyinstaller-1.9.3-p0.exe one click installation package here. In addition […]
-
Time:2019-12-18
What does the article say This article mainly talks about how to build a remote development environment step by step. The final effect is: use Mac to work in the company, then forward the port of home desktop through FRP, RDP to home desktop windows, and SSH directly connect to a set of virtual machine […]
-
Time:2019-11-7
Today’s knowledge point (October 26, 2019) – day 193 (I also want to work out the topic) [HTML] to illustrate the difference between UL, DL and ol? [CSS] explain why the reset of CSS does not recommend to write as follows: * {margin: 0; padding: 0;}? [JS] please write a rule to get the color […]
-
Time:2019-6-25
Virtual Machine and entos Virtual machines use Centos6.8 in VMware environment, but choose Centos7 for themselves I downloaded the DVD version. Then there’s the usual installation, which is relatively simple. Yum configuration Step 1: Back up your original image file so that it can be restored after an error occurs. mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup Step 2: […]
-
Time:2019-4-7
Accelerate Eclipse startup [see appendix] When Eclipse starts up, it always searches for jres that let it run, which is often the search process that slows down the start of eclipse. (When not set, wait for 2-3s to appear progress bar, and then directly appear progress bar after setting), configure-vm attribute in eclipse.ini, pay attention […]
-
Time:2019-3-20
Recently, a small project of our company tried to use. net core as a server for development, and it went online smoothly for a period of time, the overall effect is satisfactory. Here is a record of the overall development process for memorandum and sharing background The project requirements are actually simple, similar to a […]
-
Time:2019-2-14
In the last article [.net core project actual combat review summary] (http://www.bug2048.com/netcor…), the whole development process is formally described from this article. This article mainly introduces the environment preparation before development, the installation and configuration of vs2017 and docker. system requirements First of all, it is recommended to adopt it.Windows 10 Professional Version/Enterprise Version/Educational VersionAnd […]