https://www.gravatar.com/avatar/5f48da38e786436afece6f2e46196202?s=240&d=mp

Linux Shell

Install and configure Redis on Ubuntu 16.04 with systemd

Manage my redis service with systemctl Author: @hackedunit I just fixed a bug. Install pre-requisities 1 2 $ sudo apt-get install tcl8.6-dev ```2. Install Redis $ cd /tmp $ wget http://download.redis.io/redis-stable.tar.gz $ tar xzvf redis-stable.tar.gz $ cd redis-stable $ make $ make test $ sudo make install $ sudo mkdir /etc/redis $ sudo cp /tmp/redis-stable/redis.conf /etc/redis $ sudo vi /etc/redis/redis.conf … supervised systemd … /var/lib/redis 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 .

how to install mysqlclient in python2/python3 on windows 10

how to install mysqlclient in python2/python3 on windows 10 Installing mysqlclient on windows is very cumbersome. here is a simple way : According to the version of python, download the corresponding file on this page. - python2.7: - 32 bit: mysqlclient‑[version]‑cp27‑cp27m‑win32.whl - 64 bit: mysqlclient‑[version]‑cp27‑cp27m‑win_amd64.whl - python3.7: - 32 bit: mysqlclient‑[version]‑cp37‑cp37m‑win32.whl - 64 bit: mysqlclient‑[version]‑cp37‑cp37m‑win_amd64.whl 2. install it - command: pip install mysqlclient‑[version]‑cp37‑cp37m‑xxx.whl 3. done

我们的2017

2018已过半,才有心来总结一下2017,这是我们走过的第一个年头,有磕磕碰碰,也有欢欢喜喜 工作 今年公司的几个项目的接连失败,导致几个程序大