使用appnium 操作如下(保证adb在连接真机或者模拟器的情况下) 如图所下 如图所下 desired_caps常用参数: platformName 平台的名称:iOS, Android, or FirefoxOS platformVersion 设备系统版本号 deviceName 设备号 I ...
分类:
移动开发 时间:
2020-11-11 16:47:27
阅读次数:
27
Last_IO_Errno: 1129 Last_IO_Error: error connecting to master 'slavetest@xxx.xxx.xxx.xx:6612' - retry-time: 60 retries: 1 message: Host 'xxx.xxx.xxx.x ...
分类:
数据库 时间:
2020-11-10 11:23:28
阅读次数:
13
产品数据库的环境是: Microsoft SQL Server 2017(14.x),有一个ETL运行失败,从系统中查看到错误消息是: Cannot continue the execution because the session is in the kill state. 从错误消息中推测,应 ...
分类:
数据库 时间:
2020-11-06 01:41:07
阅读次数:
28
git强制覆盖: git fetch --all git reset --hard origin/master git pullgit强制覆盖本地命令(单条执行): git fetch --all && git reset --hard origin/master && git pull ...
分类:
其他好文 时间:
2020-11-04 19:15:59
阅读次数:
26
root@pcl-01:/usr/share/defaults/kata-containers# qemu-system-aarch64 -vqemu-system-aarch64: error while loading shared libraries: librbd.so.1: cannot ...
分类:
系统相关 时间:
2020-11-04 17:41:12
阅读次数:
35
centos7 网卡配置错误问题解决办法(ifcfg-Wired_connection_1)
分类:
其他好文 时间:
2020-11-01 21:01:05
阅读次数:
17
query(new BeanPropertyRowMapper<T>(T.class)); JDBC连接mysql数据库,执行更新sql指令的一般顺序如下(密码和sql语句略去) 1 package cn.gao.jdbc; 2 3 import java.sql.Connection; 4 imp ...
分类:
数据库 时间:
2020-11-01 20:43:17
阅读次数:
17
1. git的创建 git init 可以创建git 仓库 git add 文件名 可以提交文件到暂存区 git diff HEAD -- 文件名 对比文件与上一个版本之间的差别 git reset HEAD 可以将add 之后的文件进行取消 git commit -m "注释" 提交 git st ...
分类:
其他好文 时间:
2020-11-01 10:19:32
阅读次数:
16
一开始是准备用vite的,但总是出不来,案例也比较少,感觉还不成熟,暂时放弃了。 1、升级 vue-cli为最新4.5 cnpm install -g vue @vue/cli 2、创建项目 vue create demo1 选择Manually select features 选中这些组件 选择3 ...
分类:
其他好文 时间:
2020-10-31 02:40:11
阅读次数:
36
package redis.config; import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.connection.DataType;import o ...
分类:
其他好文 时间:
2020-10-31 02:05:49
阅读次数:
14