决方案: Cd到文件位置:C:\Windows\System32\drivers\etc\hosts 输入以下内容: 日期:2021/3/15 搜查到新的地址和IP 已经实时更新! #GitHub Start 140.82.112.3 github.com 140.82.114.4 gist.git ...
分类:
其他好文 时间:
2021-03-18 14:09:26
阅读次数:
0
STM32 windows10 x64 开发环境搭建 硬件连接 开发板(电源口)←12V 2A直流电源 开发板(RS232口)←USB转RS232线←电脑(USB口) 开发板(SWG口)←JTAG转SWG的转接板←ST-LINK←USB转Mini-USB-typeB线←电脑(USB口) 下载并安装K ...
分类:
其他好文 时间:
2021-03-17 14:38:21
阅读次数:
0
原文:https://code.visualstudio.com/docs/nodejs/reactjs-tutorial To debug the client side React code, we'll need to install the Debugger for Chrome exten ...
分类:
其他好文 时间:
2021-03-16 14:09:27
阅读次数:
0
前面随笔给出了NNIE开发的基本知识,下面几篇随笔将着重于Mobilefacenet NNIE开发,实现mobilefacenet.wk的chip版本,并在Hi3559AV100上实现mobilefacenet网络功能,外接USB摄像头通过MPP平台输出至VO HDMI显示结果。下文是Hi3559A ...
分类:
Web程序 时间:
2021-03-15 11:14:29
阅读次数:
0
出错原因是因为原来C盘不够用,重新调整了磁盘大小。导致之前安装的“TortoiseGit”无法使用。 解决方法: 步骤1:工具名:Windows Install Clean Up,大家可以在百度上搜索安装即可。 步骤2:删掉之后还得清理注册表,这个百度也有教程。 步骤3:使用管理员身份打开cmd窗口 ...
分类:
其他好文 时间:
2021-03-12 14:25:09
阅读次数:
0
手机驱动对象 驱动对象会帮助我们完成手机和脚本之间交互. 导入driver对象 from appium import webdriver 声明手机驱动对象 只有声明驱动对象我们才可以让手机完成脚本的操作,声明的方法如下: driver = webdriver.Remote('http://127.0 ...
分类:
移动开发 时间:
2021-03-11 15:09:44
阅读次数:
0
The USB-Link 2, the next generation vehicle interface from NEXIQ Technologies, has arrived. Dependable and rugged at Autonumen.com, the new USB-Link 2 ...
分类:
其他好文 时间:
2021-03-10 13:00:43
阅读次数:
0
一、单选框(radio)单选框的选择很简单,因为是单选,所以直接定位到元素后点击即可示例页面: 示例代码: from selenium import webdriver from selenium.webdriver.common.by import By driver = webdriver.Fi ...
分类:
其他好文 时间:
2021-03-10 12:56:10
阅读次数:
0
java连接数据库驱动格式 oracle 驱动:oracle.jdbc.OracleDriver mysql 驱动:com.mysql.jdbc.Driver url:jdbc:mysql://10.171.55.193/uba_db ...
分类:
数据库 时间:
2021-03-05 13:24:12
阅读次数:
0
Application Application=a driver program + executors 一般来说:1个SparkContext = 1个application=1个SparkShell Spark提交任务不一定须在集群里提交,有gateway就行 1个application ==> ...
分类:
系统相关 时间:
2021-03-04 13:20:14
阅读次数:
0