Cmake compiles and installs MySQL&mysqld_multi deploys MySQL multi-instance solution

Cmake compiles and installs MySQL & mysqld_multi to deploy MySQL multi-instance solution mysqld_multi deployment MySQL multiple instances: using separate configuration files to achieve multiple instances, this way of customizing the configuration of each instance is not very good, the advantage is that it is easy to manage, centralized ma ...

Posted by ezekiel on Wed, 26 Dec 2018 09:48:06 -0800

Android NDK environment configuration: Android Studio 3.0.1 + CMAKE + OpenCV3.4.1

1. Preface Because the author encountered various pits when configuring the NDK environment, and had some insights in the process of climbing the pit, I wrote a blog to describe in detail the process of configuring NDK using CMAKE mode in Android Studio 3.0.1 (version >= 2.2), hoping to help you.   2. Preparations 2.1 De ...

Posted by czambran on Mon, 17 Dec 2018 17:33:04 -0800

linux and windows install openOffice to convert excel and doc files to pdf or html

1. Preparations (downloading software, etc.) 1. openoffice Download Address http://www.openoffice.org/zh-cn/download/ Download the version you need, windows or linux, etc. 2. In addition to openoffice, we also need to use pdf2htmlEX software; download address https://github.com/coolwanglu/pdf2htmlEX/ https://github.com/coolwanglu/pdf2html ...

Posted by ffdave77 on Wed, 12 Dec 2018 21:54:06 -0800