When I tried svn up, I got an error.
E200030: sqlite[S11]: database disk image is malformed ```I found a solution on [stackoverflow](https://stackoverflow.com/questions/13675615/svn-cleanup-sqlite-database-disk-image-is-malformed).``` sqlite3 .svn/wc.db "pragma integrity_check" sqlite3 .svn/wc.db "reindex nodes" sqlite3 .svn/wc.db "reindex pristine"
工作 于今年6月份离开了上家公司,在现在的公司中又变成了我一人单独搞运维工作了,想起这几年来,不知道是什么原因,我总是会因这样那样的问题导致我
Manage my redis service with systemctl
Author: @hackedunit
I just fixed a bug.
Install pre-requisities $ 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
... dir /var/lib/redis ... ```Save and close the file.
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
都8102年了,还是有这么多的公司使用SVN 我们公司在生产环境中使用svn对外网进行版本管理,因为每台服务器的配置文件是独立的,这就要求不允
原因是 IMESupport 插件已经3年没有更新了,所以在win10中失效了,有大佬发布了修改版本,但是不能通过package_control 安装,但是安装也挺