08 2017 档案
摘要:一、安装 windows 7 1.安装pip 下载get-pip.py后直接安装 python3 get-pip.py 2.安装django pip3 install Django==1.11.4 Linux 1.安装pip yum install python3-pip 2.安装Django pi
阅读全文
摘要:当mongo collection的名字当中存在特殊字符时,在shell中对改集合进行操作会报SyntaxError: identifier starts immediately after numeric literal的错误。 解决办法:getCollection函数将collection na
阅读全文
摘要:一、软件安装 yum install python-pip git clone https://github.com/danfengcao/binlog2sql.git pip install -r requirements.txt 二、编写脚本 vi bin_flashback.sh #!/bin
阅读全文