2019年10月13日

isomd5sum工具

摘要: # apt-cache search md5 | grep md5cl-md5 - Common Lisp package for MD5 Message Digestscrack-md5 - Password guessing program (MD5 variant)md5deep - tran 阅读全文

posted @ 2019-10-13 18:16 pengyicun 阅读(1847) 评论(0) 推荐(0) 编辑

在MySQL和分布式TiDB之间迁移数据

摘要: 在MySQL和分布式TiDB之间迁移数据,这里用到mydumper工具。 迁移分为2步: 第1步:dump到本地,需要保证本地有足够的磁盘空间 第2步:在分布式TiDB上恢复数据 附1:mydumper的安装过程 1. 获得root权限: $ su root 2. 更新包列表信息 # apt-get 阅读全文

posted @ 2019-10-13 18:04 pengyicun 阅读(1274) 评论(0) 推荐(0) 编辑

Python软件仓库pip

摘要: Find, install and publish Python packages with the Python Package Index https://pypi.org/ 如何安装pip: 1. 下载get-pip.py文件: $ curl https://bootstrap.pypa.io 阅读全文

posted @ 2019-10-13 13:32 pengyicun 阅读(775) 评论(0) 推荐(0) 编辑

安装Python yaml模块

摘要: 在Windows上安装yaml模块,使用pip安装。 >pip install PyYAMLCollecting PyYAML Downloading https://files.pythonhosted.org/packages/da/7e/b82dad5d7343eb3d53cf84aaefb5 阅读全文

posted @ 2019-10-13 12:59 pengyicun 阅读(2185) 评论(0) 推荐(0) 编辑

Windows安装Python MySQLdb模块

摘要: 在Windows 10上安装Python MySQLdb模块,遇到了一点问题,记录如下: 1. 使用pip安装 >pip install MySQL-python Collecting MySQL-python Using cached https://files.pythonhosted.org/ 阅读全文

posted @ 2019-10-13 12:51 pengyicun 阅读(569) 评论(0) 推荐(0) 编辑

导航