npm WARN notsup Not compatible with your version of node/npm: v-click-outside-x3.7.1
npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t ssh://gitgithub.com/itargaryen/simple-hotkeys.git
解决办法1:(没有解决我的问题…
对Charles的安装和使用,这里就不重复介绍了,之前有介绍Charles工具。
本文重点介绍在Android手机上如何配置抓包环境
1.获取Charles配置
去Help -> SSL Proxying -> Install Charles Root Certificate on a Mobile Device or Remote Browser 查…
题目描述
“蓝桥杯”练习系统 (lanqiao.cn) 题目分析
思路:
1.去重排序将其进行预处理
2.用gcd得到最简比值
3.用gcd_sub分别计算分子、分母的指数最大公约数 #include<bits/stdc.h>
using namespace std;
const int N 110;
typedef long long ll;
ll…