会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
江湖萤火虫
博客园
新随笔
联系
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页
2019年8月13日
Proxifier ,CCProxy 新发现的东西。
摘要: Proxifier ,CCProxy 新发现的东西。
阅读全文
posted @ 2019-08-13 14:31 江湖萤火虫
阅读(511)
评论(0)
推荐(0)
2019年7月20日
第一次Git上传本地项目到github上 的命令
摘要: 1.下载Git软件:https://git-scm.com/downloads, 2.下载之后安装就很简单了, 3.邮箱注册 在git bash界面输入如下内容即可完成邮箱的注册: $ git config --global user.name "user.name" (说明:双引号中需要你的用户名
阅读全文
posted @ 2019-07-20 14:51 江湖萤火虫
阅读(964)
评论(0)
推荐(0)
PyTorch 安装 报错,原因是pip 不是64位的。
摘要: 原因: import pip._internal print(pip._internal.pep425tags.get_supported()) 换位64位的python版本。 import pip._internal print(pip._internal.pep425tags.get_suppo
阅读全文
posted @ 2019-07-20 14:39 江湖萤火虫
阅读(456)
评论(0)
推荐(0)
2019年7月14日
Appium 服务关键字
摘要: 摘自:https://www.cnblogs.com/puresoul/p/4709189.html
阅读全文
posted @ 2019-07-14 11:07 江湖萤火虫
阅读(109)
评论(0)
推荐(0)
2019年7月6日
xcode模拟器使用常用的命令。
摘要: 1.查看模拟器的udid用的 xcrun instruments -s xcrun simctl list 2.启动这个模拟器: xcrun instruments -w 'B39EC2FF-8A8B-4BFF-AFA4-7875904A9EB8' 3.在这个模拟器安装路径下的APP xcrun s
阅读全文
posted @ 2019-07-06 13:48 江湖萤火虫
阅读(999)
评论(0)
推荐(0)
2019年7月3日
如何快速找到Chrome配置文件路径,MAC 与window 都适用
摘要: Chrome 的配置文件主要用于存储浏览器的相关配置、书签、扩展插件和密码等,Chrome 配置文件会存储在用户计算机的一个单独文件夹当中,当你升级或重装浏览器时,这些已有配置将可以被完整保存下来。 当你的 Chrome 遇到任何问题时,(在进行备份之后)都可以尝试创建一个新的配置文件看问题是否能够
阅读全文
posted @ 2019-07-03 23:01 江湖萤火虫
阅读(12341)
评论(0)
推荐(0)
2019年6月22日
配置 Mac Chrome Inspect
摘要: 安装libimobiledevice : Could not connect to lockdownd. Exiting. 报错解决 brew uninstall --ignore-dependencies libimobiledevicebrew install --HEAD libimobile
阅读全文
posted @ 2019-06-22 09:54 江湖萤火虫
阅读(1063)
评论(0)
推荐(0)
2019年6月7日
MAC OS系统替换brew.npm, pip 使用阿里云的镜像源
摘要: 替换brew.git:cd "$(brew --repo)"git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git# 替换homebrew-core.git:cd "$(brew --repo)/Library/T
阅读全文
posted @ 2019-06-07 12:50 江湖萤火虫
阅读(2221)
评论(0)
推荐(0)
2019年5月9日
ios app UI自动化测试用到的命令
摘要: ios测试的app测试包,真机设备需要开发者证书并且将测试机的udid加入到pp文件文件,configruation 要求为debug模式的ipa包, 1.苹果手机的UDID, a.通过 xcode-window-Devices and Smulators b .安装 ios-deploy 后,可以
阅读全文
posted @ 2019-05-09 16:18 江湖萤火虫
阅读(1965)
评论(0)
推荐(0)
Macaca app inspector-ios真机设备UI查看器
摘要: 前言: App Inspector:浏览器端的移动设备 UI 查看器,使用树状态结构查看 UI 布局,自动生成 XPaths。官网:https://macacajs.github.io/app-inspector/cn/ 本次教程仅支持iOS,Mac 一、环境安装: 1、安装Node.js brew
阅读全文
posted @ 2019-05-09 14:42 江湖萤火虫
阅读(1279)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页
公告