mghio

Results 21 comments of mghio

iPhone 上可以使用 stream 来代替 pc上的 fiddle 来抓包,有几个注意点: 1. 如果您要抓取 HTTPS 的请求,需要先启动抓包,然后安装 CA 证书后,去设置-通用-关于-证书信任设置 里信任 CA,才可以查看请求的内容。 2. 叮咚买菜 App 里面是无法抓取 maicai.api.ddxq.mobi 此域名下的接口的,需要抓包**小程序的版本**。 --- ![image](https://user-images.githubusercontent.com/43461943/162675001-feaf4d91-364a-4e4f-b919-5e252811608a.png) ![image](https://user-images.githubusercontent.com/43461943/162675158-09b9bc7a-96c5-48ca-8844-5d068701b22e.png) ![image](https://user-images.githubusercontent.com/43461943/162675020-20c10da3-4cba-4e28-a355-52d02aa85dab.png) ![image](https://user-images.githubusercontent.com/43461943/162675750-ba1d0c8d-b9bb-4147-829b-c83c552ddd7d.png)

> homebrew安装完脚本,checker.sh这个文件在哪里? 下载这个项目,里面有 `checker.sh` 文件。

> 问题原因是:因为!会被当作[命令行](https://so.csdn.net/so/search?q=%E5%91%BD%E4%BB%A4%E8%A1%8C&spm=1001.2101.3001.7020)历史替换的符号来处理,此时应该使用转义字符\或者单引号'' 1. 使用 `stream` 抓包工具的获取 `cURL` 命令复制出来的内容 2. 然后替换 `checker.sh` 脚本的 `curl` 后的内容即可。 ![image](https://user-images.githubusercontent.com/43461943/162770369-bdbfced7-27c7-485c-a295-c41dac7e7f2d.png)

> 是用的什么软件打开的.sh文件呀 直接命令行 `sh checker.sh` 即可。

我想参与这个开源项目,希望同意🤝

想加入开源社区,可以给我发一下邀请吗?

see https://github.com/apolloconfig/apollo/issues/3187

构造出 DataSource 出来即可,参考 [TitanEntityManager](https://github.com/apolloconfig/apollo/blob/master/apollo-common/src/main/java/com/ctrip/framework/apollo/common/datasource/TitanEntityManager.java)

In the scenario of Apollo's own database connection information encryption, if there is a unified mechanism, it would be better if there is no need to modify the open source...

see https://github.com/apolloconfig/apollo/issues/3187