现象 Parallels Desktop 15 for Mac 版本15.1.2 (47123) 安装了CentOS 8 后安装增强工具报错。通过查看日志文件 /var/log/parallels-tools-install.log 发现在一个file.c的文件中报错。 解决方案 文件代码有bug, ...
分类:
其他好文 时间:
2020-06-01 16:50:58
阅读次数:
196
IOS常用控件定位方式 name:id定位 lable:accessibility定位 value:xpath定位 IOS模拟器 环境:appium-desktop 1.15.1 IDE:PyCharm 应用:UICatalog.app.zip(这是我编译好的链接下载地址: https://pan. ...
分类:
移动开发 时间:
2020-05-31 22:11:09
阅读次数:
115
使用下面的terminal指令,可以搜索出工程里面用到了UIWebView的所有代码 grep -r UIWebView [/Path to project] 比如 grep -r UIWebView /XXX/XXX/Desktop/Projects/MyProject 从搜索出来的结果里逐条查看 ...
一般来说,由于Mac的存储设备不支持连接外部磁盘至虚拟机,用户甚至连特定的USB设备都不能在虚拟机中正常使用。 若强行连接USB,可能会以下状况: 插入后,无法在USB设备列表中显示出来; USB设备自动与虚拟机断开; USB设备在虚拟机中表现不稳定; USB设备无法被电脑识别。 别担心,想要轻松地 ...
分类:
其他好文 时间:
2020-05-29 13:37:24
阅读次数:
124
废话不多说,直接上代码 代码 __author__ = 'huyang:十一的杂文录' import unittest import HtmlTestRunner import sys sys.path.append(r'C:\Users\Administrator\Desktop\新建文件夹') ...
分类:
Web程序 时间:
2020-05-28 00:40:38
阅读次数:
90
下载安装 Redis请参考网址(含安装包):https://www.cnblogs.com/xing-nb/p/12146449.html 下载安装Redis Desktop Manager 请参考网址(含安装包):https://www.jianshu.com/p/6895384d2b9e Red ...
分类:
其他好文 时间:
2020-05-28 00:33:53
阅读次数:
109
C:\Users\Desktop\homeWork\Django_stu_man>python manage.py migrate Operations to perform: Apply all migrations: admin, app01, auth, contenttypes, sessi ...
分类:
移动开发 时间:
2020-05-27 18:45:16
阅读次数:
86
import pandas as pd df = pd.read_excel('C:\Users\60963\Desktop\Python成绩登记统计.xlsx') da = df.to_csv('C:\gg\Python_1.csv') da = pd.read_csv('C:\gg\Python ...
分类:
编程语言 时间:
2020-05-27 12:11:33
阅读次数:
72
软件环境:VMware10.0,VMware10,ubuntu15.10桌面版(ubuntukylin-15.10-desktop-i386.iso),Apache hadoop(hadoop-1.2.1.tar.gz),JDK(jdk-8u11-linux-i586.tar.gz) 一 安装JDK ...
分类:
其他好文 时间:
2020-05-27 00:47:44
阅读次数:
69
13、环境-配置git-ssh asus@WGR-PC MINGW64 ~/Desktop $ git config --global user.name "dalianpai" asus@WGR-PC MINGW64 ~/Desktop $ git config --global user.ema ...
分类:
其他好文 时间:
2020-05-25 15:39:24
阅读次数:
96