随笔分类 -  Test

1
摘要:# 来自 https://xieboke.net/article/51/ # 效果图 打开 CustomRules.js (C:\Users\UsersName\Documents\Fiddler2\Scripts):打开 fiddler 时 windows 快捷键 -> CTRL + R 请求耗时 阅读全文
posted @ 2019-06-26 16:09 yinzhuoqun 阅读(4561) 评论(0) 推荐(0)
摘要:传送门 >>> 阅读全文
posted @ 2019-06-18 15:21 yinzhuoqun 阅读(248) 评论(0) 推荐(0)
摘要:错误监控:https://sentry.io 支持语言或平台: 阅读全文
posted @ 2019-06-13 09:35 yinzhuoqun 阅读(337) 评论(0) 推荐(0)
摘要:github 下载地址:(有 64 位的哦) https://github.com/bruderstein/nppPluginManager/releases 1. PluginManager 管理插件保存路径:D:\Program Files\Notepad++\plugins 七牛云下载地址(3 阅读全文
posted @ 2019-06-05 16:19 yinzhuoqun 阅读(2231) 评论(0) 推荐(0)
摘要:一、需要准备的知识点 1. linux: 安装 python3、nginx 安装和配置、mysql 安装和配置 2. python: django 配置、uwsgi 配置 二、我搭建的环境 1. Centos7 (配置 rabbitmq、mysql 、Supervisord) 2. python 3 阅读全文
posted @ 2019-05-29 20:54 yinzhuoqun 阅读(2349) 评论(0) 推荐(1)
摘要:一、Supervisor 安装(centos7 还有另一个进程守护命令 Systemd ) Centos 7 安装 Supervisord 二、Supervisor 守护进程 Centos7 使用 Supervisor 守护进程 三、Supervisor 守护 Celery 配置文件 1. pyth 阅读全文
posted @ 2019-05-28 20:13 yinzhuoqun 阅读(1121) 评论(0) 推荐(0)
摘要:参考资料: https://jingyan.baidu.com/article/ce09321bb95dda2bff858f26.html 问题原因: cmd 里面,快速编辑模式会暂停程序 解决步骤: 1. 右击 标题栏 2. 选择 默认值 选项 3. 取消勾选 快速编辑模式 4. 点击 确定 5. 阅读全文
posted @ 2019-05-24 11:53 yinzhuoqun 阅读(1017) 评论(0) 推荐(0)
摘要:参考资料: 在CentOS7上安装RabbitMQ EPEL/FAQ centos7环境下RabbitMQ安装与配置 安装步骤: 1. 安装 erlang rpm -Uvh https://download.fedoraproject.org/pub/epel/epel-release-latest 阅读全文
posted @ 2019-05-21 11:36 yinzhuoqun 阅读(1182) 评论(0) 推荐(0)
摘要:(有道云笔记)http://note.youdao.com/noteshare?id=be32e1ee229cf7aedd9a386436a15b5c&sub=3CACE6B275DF4B04B921C6774F2C7E67 一、基本技能 二、专业技能 三、工具使用/搭建 四、语言技能 五、其他技能 阅读全文
posted @ 2019-05-20 16:35 yinzhuoqun 阅读(1372) 评论(0) 推荐(0)
摘要:功能简介:https://www.jianshu.com/p/464fadaeb1d7 搭建教程:https://blog.csdn.net/xl_lx/article/details/79445862 笔记 # 如何对外暴露安卓设备,如果提示端口占用,就先敲命令 adb kill-server 杀 阅读全文
posted @ 2019-05-14 15:57 yinzhuoqun 阅读(1173) 评论(0) 推荐(0)
摘要:1. adb -a server nodaemon 一直显示 offline 2. adb devices 一直显示 device 谷歌 和 度娘了一圈,未寻得解决办法 # 解决方法 问题已解决,使用 STF 提示的完整命令即可,网上的博客资料有些少了参数。命令:stf provider --nam 阅读全文
posted @ 2019-05-14 14:27 yinzhuoqun 阅读(1956) 评论(0) 推荐(0)
摘要:参考链接:https://www.jianshu.com/p/5fe8cb7d214f (MAC直接安装STF)https://www.jianshu.com/p/c5c298486dbd(homebrew 安装指定版本node) 提示:如果执行命令提示错误时,请试试 sudo + 命令 1. 首先 阅读全文
posted @ 2019-05-10 16:40 yinzhuoqun 阅读(864) 评论(0) 推荐(0)
摘要:准备条件 iMAC,非必须(如果是 安卓 和 苹果 可以在同一台电脑上打包则要 Mac OS 系统的电脑,如果是只是给安卓打包 windows 电脑也是可以的, window 下 需要把 ls 换成 dir ,grep 换成 findstr) Android studio 最新版,生成一个空白项目( 阅读全文
posted @ 2019-05-08 17:49 yinzhuoqun 阅读(1590) 评论(2) 推荐(0)
摘要:准备条件 iMAC(要 Mac OS 系统,安卓 和 苹果 可以在同一台电脑上打包) xcode 最新版,要已安装对应的开发证书(生成一个 Ad-Hoc 类型的包就有了) brew(当前管理员账户安装) jenkins (当前管理员账户用 brew 安装,然后进入 jenkins 时安装推荐的插件) 阅读全文
posted @ 2019-05-08 17:11 yinzhuoqun 阅读(832) 评论(1) 推荐(0)
摘要:Selenium Chrome 版本与 chromedriver 兼容版本对照表 阅读全文
posted @ 2019-03-21 14:38 yinzhuoqun 阅读(1059) 评论(0) 推荐(0)
摘要:错误环境: 1. Mac 下的 charles 2. 小米手机(MI 6 MUI 9.6 ,Android 8.x) 错误提示: 安装 charles 证书时,提示“没有可安装的证书” 解决方法: 1.下载安装 微软的 edge 安卓版浏览器: http://app.mi.com/details?i 阅读全文
posted @ 2019-01-24 19:15 yinzhuoqun 阅读(4629) 评论(0) 推荐(0)
摘要:Chrome 一些信息: 解决过程: 阅读全文
posted @ 2019-01-02 17:00 yinzhuoqun 阅读(2681) 评论(0) 推荐(1)
摘要:选中 view 里面的 AutoScroll Session List 即可 阅读全文
posted @ 2018-09-05 15:40 yinzhuoqun 阅读(745) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-05-07 22:02 yinzhuoqun 阅读(9) 评论(0) 推荐(0)
摘要:docker 安装(windows) 1. 下载 https://docs.docker.com/docker-for-windows/install/ 和 安装和添加环境变量(...) 2. 安装 docker 成功 安装 Battery Historian 环境 1. cmd: docker r 阅读全文
posted @ 2018-04-16 20:20 yinzhuoqun 阅读(2394) 评论(0) 推荐(0)

1