Deployment of pure domestic environment (Galaxy Kirin + Feiteng) JAVA program (Springboot + Mybatis + Damon database)
JAVA program deployment
preface
Operating environment: Galaxy Kirin + Feiteng CPU Project framework: Springboot + Mybatis + Dameng database jdk1 eight
The last one wrote the source code of the project, and this one mainly wrote the deployment of the project on the domestic operating system and the installation and creation of Dameng data ...
Added by Pezmc on Wed, 09 Feb 2022 21:50:13 +0200
Make Ubuntu 18 for firefly-RK3399PRO 04 file system
catalogue
Download the Ubuntu root file system and the firefly root file system
Installing virtual machines
Extract and create root file system
Copy the official peripheral driver file
Mount root file system
Configure root file system
Make root file system
This paper refers to the following disclosure:
RK3399 make ubuntu from zero - F ...
Added by phpcat on Tue, 08 Feb 2022 09:50:50 +0200
Ubuntu20.04+vscode quick debugging ROS general program
(PlaceHolder.....)
It is assumed that you have installed ROS noetic and git.
(1) Install vscode and extensions
How to install vscode on ubuntu can refer to the official website,
Running Visual Studio Code on Linux
The vscode extensions to be installed are as follows:,
C/C++ (c++ intellisense and configuration help) -> MandatoryClangd ( ...
Added by -entropyman on Sun, 06 Feb 2022 10:53:51 +0200
Build FISCO bcos 2.8.0 blockchain system for Ubuntu 20.04
0. Summary
This paper describes the installation process in detail according to the official documents of FISCO bcos and Webase. For some unclear places in the official documents, it has been supplemented to facilitate novice construction.
1. Preparation
1.1 system:
Ubuntu 20.04.3 Desktop / Server Fisco-BCOS 2.8.0
1.2 virtual machine confi ...
Added by Kurrel on Fri, 04 Feb 2022 09:32:47 +0200
[2022ROS melodic version installation trial and error]
This chapter records the installation of ROS system:
We can learn more about the current mainstream robot framework platform ROS from the videos or books explained by ROS (it is not a real operating system, but a set of environment framework similar to various virtual machines or dockers running on the host. Its main function is to correlate a ...
Added by gterre on Fri, 04 Feb 2022 06:32:30 +0200
Cloud application system development technology test center (related to interview questions)
#Cloud application system development technology test center (related to interview questions)
1. CAP theory
Overview: a distributed system can only meet two of the three requirements at most: Consistency, Availability and Partition tolerance.
Consistency consistency
Consistency refers to "all nodes see the same data at the same time& ...
Added by krembo99 on Wed, 02 Feb 2022 13:49:12 +0200
2021-06-01 Ubuntu 1604 Installation ROS+ROS Initialization Failure Solution
#This article is a compilation of ROS installation on the network and solutions to ROS initialization error problems. It is only used as a personal learning record#
1. ROS Version Selection
ROS currently only supports installation and deployment on Linux systems, and its preferred development platform is Ubuntu. Today, ROS has been update ...
Added by mp04 on Wed, 02 Feb 2022 10:33:44 +0200
Install ROS2 Galactic for Ubuntu 20.04
I wrote a manual about installing ROS 2E under Ubuntu 20.04 before. I'm going to use Moveit2 recently. I found that I still need to upgrade to Fox Fitzroy. I've seen that the latest one has arrived at Galactic Geochelone, so I'll record the process of installing ROS 2 Galactic Geochelone under Ubuntu 20.04. Because there are many holes in th ...
Added by zxiny_chin on Tue, 01 Feb 2022 05:05:00 +0200
Ubuntu16.04 installing cuckoo sandbox under
cuckoo installation and configuration
1, Main functions of cuckoo
Cuckoo is a security mechanism to isolate and execute unknown and untrusted software. Malware analysis sandbox is generally used to automatically and dynamically execute untrusted software in an isolated environment, and then extract the process behavior, network behavior, ...
Added by tearrek on Tue, 01 Feb 2022 04:39:38 +0200
Several installation methods of Qt under ubuntu
Several installation methods of Qt under ubuntu
This article introduces a variety of installation methods, including apt package management system, binary package, source code, and online installation of Qt SDK and Qt Creator.
apt
Execute the following commands in sequence
# Open the terminal, right click on the desktop - > open term ...
Added by rosegarden on Sun, 30 Jan 2022 20:30:52 +0200