MongoDB(1) Install, Start and Connect to shell
MongoDB Installation and Startup
1. Installation
1.1 windows Edition
click https://www.mongodb.com/download-center?jmp=nav#community
Download the msi file on the mongodb official website. Double-click to run it. There is nothing to explain.
1.2 Linux Edition
curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.3.tgz # ...
Posted by latinofever on Wed, 26 Jun 2019 11:58:44 -0700
iOS Continuous Integration Series - Automated Code Review
introduce
In order to ensure code quality, code review is very important. Usually we only pay attention to the realization of interface and logic in the process of development, but do not consider the standardization of code. Code review is to strictly require our own. We use OCLint+xcpretty to review the code. Here, I will only introduce the ...
Posted by stormcloud on Mon, 15 Apr 2019 01:21:33 -0700
Mac OS X System Installation Nginx
1. Preparations
When installing Nginx, because some modules of Nginx need to rely on other third-party libraries, such as pcre library (supporting rewrite module), zlib library (supporting gzip module) and openssl library (supporting ssl module), it is recommended to install with the help of Homebrew tool.
Homebrew Reference: ...
Posted by robertf on Fri, 05 Apr 2019 15:18:31 -0700
Construction of MySQL Environment under Mac
It's easy to install MySQL under Mac. In summary, there are two ways to install MySQL.
Method 1: Installation with dmg mirror
1, installation
Official website Download the installation package of MySQL Mac version and install it in regular steps. The following tips will appear in the installation process:
2019-03-24T18:27:31.043133Z 1 [Note] A ...
Posted by AKalair on Sun, 24 Mar 2019 13:21:28 -0700
portainer of docker in-depth 2-UI Updates service ACL through API
portainer of docker in-depth 2-UI Updates service ACL through API2018/10/15
Dead work
Reading document
This example uses httpie to send requestsbrew install httpie
Formatting data through jqbrew install jq
workdir/tmp/httpie
Reason
After the upgrade of portainer to 1.19.2, there are some special changes:Although ACL was previously set for ...
Posted by wellscam on Sat, 02 Feb 2019 22:33:15 -0800
FFmpeg Mac Compiler Downloaded in Installation
Articles Catalogue
Compile ffmpeg
Recording issues
Android cross-compilation
Download ndk
mac.sh script
Compile ffmpeg
Here we use the mac system, which will be supplemented later by other systems.
download
git clone https://git.ffmpeg.org/ffmpeg.git
Help
cd ffmpeg
./configure --help | more
cd ffmpeg
Installation ...
Posted by poe on Fri, 01 Feb 2019 19:15:15 -0800
Make vim a code reader (for mac and ubuntu)
Tools needed:
NERDTree
Cscope
ctags
vundle
homebrew(for mac)
Catalog:
Introduction to Software
NERDTree
Cscope
ctags
vundle
homebrew
mac installation
ubuntu installation
Introduction to Software
NERDTree
NERDTree is a vim plug-in that displays tree directories:
Enter the tree interface of ...
Posted by alapimba on Sun, 06 Jan 2019 15:39:09 -0800
Use of Homebrew on Mac (Homebrew makes OS X more complete)
What is 0 Homebrew?
"Homebrew installs the stuff you need that Apple did't. - Homebrew makes OS X more complete."
Homebrew's official website [1] (Multilingual Version) Briefly describes how to install and use the tool, and provides its own Wiki.
1 Install Homebrew
The installation of brew is simple, using a r ...
Posted by daq on Fri, 04 Jan 2019 17:24:11 -0800
Go Development: Installing Go Environment and VS Code on Mac
1. download SDK
reach https://golang.org Download the corresponding SDK (you need to turn over the wall)
The Mac version is as follows:
1.1 Installation Version: go1.8.darwin-arm64.pkgOnce the download is complete, just double-click to open the installation.1.2 Compressed Edition: go1.8.darwin-arm64.tarAfter downloading, you need to decompress, ...
Posted by daredevil88 on Tue, 18 Dec 2018 04:45:04 -0800
1.4.2. PHP 5.6 Goddess Level Tutorial - Goddess Growth Environment (PHP Development Environment Configuration and Installation under Mac php5.6.x nginx mysql)
Catalog
Blog directory
http://www.foxwho.com/article/24
CSDN directory
http://blog.csdn.net/fenglailea/article/details/60330101
Wind.fox
Environmental description
System: mac 10.12.3
PHP: 5.6.x
Nginx: the latest edition
mysql recommends Docker installation
redis recommends Docker installation
install
Install the dependency man ...
Posted by Thikho on Tue, 11 Dec 2018 02:18:06 -0800