1. 安装python3,pycharm,可参考之前写的文档:https://www.cnblogs.com/chenweitoag/p/13154815.html 2. 准备以下必要工具: 基于win10 64位系统 JDK 1.8(64位) Android SDK Appium desktop ...
分类:
移动开发 时间:
2020-06-17 23:00:19
阅读次数:
82
1.把自己想要查看的日志命令先写在登录脚本就可以了,是不是很简单呢 1.如果想同时一次打开多个日志可以,建一个bat文件,执行下面的脚本一次打开多个日志 @echo off start "C:\Users\Administrator\Desktop" fas-db.log.xsh start "C: ...
分类:
系统相关 时间:
2020-06-17 10:37:21
阅读次数:
63
2020.04.21 Kali Linux最新版虚拟机桥接配置静态IP地址 系统版本:Linux kali 5.5.0-kali2-amd64 #1 SMP Debian 5.5.17-1kali1 (2020-04-21) x86_64 GNU/Linux 虚拟机:Parallels Deskto ...
分类:
系统相关 时间:
2020-06-17 09:12:45
阅读次数:
392
input随机数据生成示例: void data_get_in(){ srand((unsigned int)time(NULL)); freopen("C:\\Users\\gzr2018\\Desktop\\1.in","w",stdout); int len=0; cout<<9<<endl; ...
分类:
其他好文 时间:
2020-06-17 01:43:30
阅读次数:
64
因为怕盗版或者怕软件被植入病毒或者插件等,要对软件的完整性做校验。步骤:先下载完软件,然后再本地做校验。 1.windows下如何验证? certutil -hashfile 路径+文件名(包括文件名后缀) MD5 certutil -hashfile 路径+文件名(包括文件名后缀) SHA1 ce ...
分类:
其他好文 时间:
2020-06-17 01:10:36
阅读次数:
122
<repositories> <repository> <id>central</id><--中央仓库--> <url>http://uk.maven.org/maven2/</url> <layout>default</layout> </repository> <repository> <id> ...
分类:
其他好文 时间:
2020-06-16 15:16:54
阅读次数:
106
dmesg 命令可显示系统开机信息,一般用于故障排查和设备/驱动的加载的查询。 在日常工作中,dmesg 命令曾被用于查看硬盘加载状况: root@ubuntu:~/Desktop# dmesg | grep sda [ 3.791441] sd 32:0:0:0: [sda] 83886080 5 ...
分类:
系统相关 时间:
2020-06-16 12:49:41
阅读次数:
83
共有三种方法,推荐使用方法三: 1. 使用1.8版本的appium desktop 好处是方便,坏处是不能跟上潮流,一直用之前的版本。真的感觉不开心。 2. 替换 应该是官方的appium-uiautomator2-server-debug-androidTest.apk有问题,换个版本替换下这个a ...
分类:
移动开发 时间:
2020-06-16 01:23:50
阅读次数:
335
Language Version: C# 8.0 WPF 捕获系统主题改变 通过System.Windows.Interop using System.Windows.Interop; // this is Window 可以写在构造方法里 this.SourceInitialized += The ...
https://docs.docker.com/docker-for-windows/troubleshoot/ This page contains information on how to diagnose and troubleshoot problems, send logs and co ...
分类:
其他好文 时间:
2020-06-15 13:44:07
阅读次数:
90