06 2019 档案

摘要:python之pymysqlPyMySQL 是在 Python3.x 版本中用于连接 MySQL 服务器的一个库,Python2中则使用mysqldb。 官方文档: https://pymysql.readthedocs.io/en/latest/index.html 安装: pip3 install PyMySQL 常用参数 阅读全文
posted @ 2019-06-26 16:46 X-Wolf 阅读(3497) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-06-26 14:43 X-Wolf 阅读(24101) 评论(0) 推荐(2)
摘要: 阅读全文
posted @ 2019-06-20 12:04 X-Wolf 阅读(334) 评论(0) 推荐(0)
摘要:日常经常会连接服务器,这里介绍一些常用的连接工具,xshell,winscp,FileZilla等 Windows: 1. 使用ssh命令 下载软件: openssh for windows 连接: ssh root@+ip 阅读全文
posted @ 2019-06-12 10:11 X-Wolf 阅读(280) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-06-12 10:01 X-Wolf 阅读(2265) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-06-10 18:15 X-Wolf 阅读(1013) 评论(0) 推荐(0)