Source Installation for Mysql8.0
The 8.0 version of Mysql has been around for some time. Under recent research, the first step is to install and deploy it. Here is the source installation process.
1. Environmental Preparation
OS: CentOS 7.4 DB: Mysql 8.0.18 Hardware: 40G or more space, 4G or more memory
2. Environmental Preparation
1. Download Files
Download mysql-boos ...
Posted by ahmedkl on Thu, 19 Dec 2019 17:59:18 -0800
Configuring Alibaba mysql under centos7
After the open-source cross platform development framework Weex, Alibaba once again announced another major open-source project AliSQL.
The performance of this version is about 70% better than that of community mysql
Alibaba mysql git address git address: https://github.com/alibaba/AliSQL.git0. Check whether there is mysql resid ...
Posted by flit on Wed, 11 Dec 2019 09:23:28 -0800
C + + calls Tensorflow model in Python
C + + calls Tensorflow model
Save tensorflow model
Model loading code
C + + program calls Python program
CMakeLists document writing
Result
Use C + + to call Python 2.7 program, load tensorflow model (why not use Python 3, there are too many pits, which has not been solved well). The whole environment is completed under Ub ...
Posted by ojeffery on Wed, 11 Dec 2019 08:05:09 -0800
How to compile Ali's MNN happily on windows
At present, in-depth learning has many high-quality open source frameworks on terminal deployment, such as Baidu's Paddle-lite, Ali's MNN, Tencent's ncnn.However, after watching a lot of evaluations, I finally chose MN of Ali to study.However, the corresponding tool chain provided by Ali is not particularly satisfied.I guess the most intertwine ...
Posted by fellixombc on Tue, 10 Dec 2019 09:55:53 -0800
SDR development environment construction
SDR development environment construction
Compilation and installation
Installation dependency
Compile and install UHD
Compile and install hackrf support
Compile and install gnuradio
Compile and install soapysdr
Compile and install Limesuite
Compiling and installing gr osmosdr
Compilation and installation
The installati ...
Posted by stangoe on Mon, 02 Dec 2019 22:59:05 -0800
Deep in Debian Linux install ffmpeg
Installing CMake and CCMake
sudo apt install cmake
sudo apt install cmake-curses-gui
Install X265 development library
sudo apt-get install libx265-dev
Install Yasm
Download address: http://www.tortall.net/projects/yasm/releases/
tar -xvf yasm-1.3.0.tar.gz
cd yasm-1.3.0/
./configure
make && make install
Install OpenCoreAMR
Download addr ...
Posted by dlgilbert on Mon, 02 Dec 2019 14:23:04 -0800
Cmake easy to use
I. Principles of CMake compilation
Cmake is a cross platform compilation tool, which is more advanced than make and much more convenient to use. Cmake is mainly to write CMakeLists.txt file, then use cmake command to convert CMakeLists.txt file to make required makefile file file, and finally use make command to compile source code ...
Posted by nezbo on Mon, 02 Dec 2019 06:25:29 -0800
Mairadb source compilation and installation
Source compilation and installation of Mairadb
1. Install the dependent components required by the environment first
[root@node6 ~]# yum -y install bison bison-devel zlib-devel libcurl-devel \
libarchive-devel boost-devel gcc gcc-c++ cmake ncurses-devel gnutlsevel \
libxml2-devel openssl-devel libevent-devel libaio-devel
2. Create required us ...
Posted by Martin18 on Mon, 18 Nov 2019 08:09:33 -0800
android studio configuration ffmpeg
1) copy the compiled so library to the libs folder, and the header file in include to the libs folder.
2) add the following code to build.gradle
defaultConfig {
applicationId "com.houde.ffmpeg.test"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrument ...
Posted by gozbay.com on Wed, 13 Nov 2019 12:25:44 -0800
Kubernetes enterprise level offline environment landing practice
Live broadcast at 21:00 p.m. on November 7, 2019.
I. Kubernetes environment configuration
https://github.com/easzlab/kubeaszhttps://github.com/opsnull/follow-me-install-kubernetes-cluster
2. Build BaseImage and service image through dockerfile
Basic image construction of container service
FROM harbor.qa.com.cn/public/centos:6.9
LABEL vendor=OC ...
Posted by JoelRocks on Wed, 06 Nov 2019 10:52:34 -0800