- 博客(8)
- 资源 (6)
- 收藏
- 关注
原创 【无标题】
import pymysql from sshtunnel import SSHTunnelForwarder import pymysql.cursors #以dict形式输出 def dbconnect_ssh(ssh_host,ssh_port,ssh_user,ssh_passwd,db_host,db_name,sql,db_port,db_user,db_passwd): with SSHTunnelForwarder( (ssh_host, ssh_port), ssh_password=s
2021-12-03 15:48:26 1240 1
原创 【无标题】
import pymysql from sshtunnel import SSHTunnelForwarder with SSHTunnelForwarder( ('47.46.42.49', 22), # 跳板机ip及端口 ssh_password='*******', # 跳板机密码 ssh_username='root', # 跳板机用户名
2021-12-03 14:40:18 104
原创 mac 配置python环境变量
官网下载python3图形界面安装或者我们使用brew安装python3 想要调用python3,需要命令行直接输入python3,习惯性的我们使用的是命令行输入python调用的形式。 安装完毕python3以后,敲入命令 which python3,安装路径为: /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 我们...
2019-04-19 22:58:47 11502 1
原创 selenium模拟鼠标键盘定位输入值的35例子(接上一篇第30例导入win32api库)
-- coding:utf-8 -- from selenium import webdriver import unittest import time from selenium.webdriver import ActionChains from selenium.webdriver.common.keys import Keys import time import win32clipbo...
2019-02-20 14:49:22 534
原创 options = webdriver.ChromeOptions()无弹窗经典python-selenium小练习
-- coding:utf-8 -- from selenium import webdriver import unittest import time class GloryRoad(unittest.TestCase): # 测试前的初始化工作 @classmethod def setUpClass(cls): # cls.driver=webdriver.Chrome() options ...
2019-02-17 15:09:48 17487 1
原创 使用fiddler设置限速,模拟低速网络
使用fiddler设置限速,模拟低速网络 1、打开fiddler,点击Rules–>Coustomize Rules……–>找到代码: if (m_SimulateModem) { // Delay sends by 300ms per KB uploaded. oSession[“request-trickle-delay”] = “300”; // Delay receives b...
2019-02-02 15:06:41 930
原创 client does not support authentication
1、cmd窗口登陆mysql:mysql -u root -p 2、Enter password:输入你设置过的数据库密码; 3、mysql> alter user ‘root’@‘localhost’ identified with mysql_native_password by ‘1234’; Query OK, 0 rows affected (0.07 sec) mysql>...
2019-02-01 16:50:06 3097
原创 2018.1.12解决Genymotion, “Unable to load VirtualBox engine
2018.1.12解决Genymotion, “Unable to load VirtualBox engine 安装Genymotion手机模拟器,主要需要测试手机APP。 一、点击VirtualBox-4.3.10-93012-Win.exe一直点击下一步进行安装; 二、点击genymotion-2.6.0.exe一直点击下一步进行安装; 正常不应该报错,但是我win10系统,报错:“Unab...
2019-01-12 14:19:01 195
这里包含了linux相关知识的介绍及其各种命令
2018-12-01
sql的相关命令及重要语句归纳
2018-12-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人