mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-25 04:17:17 +00:00
docs: 包预检能力、脱敏
This commit is contained in:
@@ -32,8 +32,8 @@ alias pru='pod repo update'
|
||||
alias pi='pod install'
|
||||
alias pu='pod update'
|
||||
alias piu='pod install --repo-update'
|
||||
alias repoanalysis='specbackwarddependency /Users/liubinpeng/.cocoapods/repos/51xianqu-xq_specs'
|
||||
alias plint='pod lib lint --sources=git@git.caimi-inc.com:client/i-New-All-Specs.git,git@git.caimi-inc.com:client/CocoaPods-Specs.git --allow-warnings --verbose --use-libraries'
|
||||
alias repoanalysis='specbackwarddependency /Users/liubinpeng/.cocoapods/repos/XXCompany_specs'
|
||||
alias plint='pod lib lint --sources=git@git.***-inc.com:client/App-Specs.git,git@git.***-inc.com:client/CocoaPods-Specs.git --allow-warnings --verbose --use-libraries'
|
||||
alias errorShow=' >1.log 2>&1'
|
||||
# git 相关指令
|
||||
alias gck='git checkout'
|
||||
|
||||
@@ -31,7 +31,7 @@ Charles 是收费软件,作者开发出这样一个方便开发者使用的伟
|
||||
## 安装 Charles
|
||||
|
||||
- 方式1:[ Charles 官网地址](https://www.charlesproxy.com/download/),根据你的电脑操作系统选择合适的下载方式。此时下载下来的是需要收费的,不差钱的同学当然可以直接购买。[购买链接](https://www.charlesproxy.com/buy/)
|
||||
- 方式2:按照方式1的方式去官网下载,然后下载相应 **[JAR包](https://pan.baidu.com/s/1QqSiEwMGIFrxwyKYg_6Kdw)**。这里以 MAC 为例,打 **Finder**,选择应用程序,选中 Charles,右击并选择“显示包内容”,看到 **Contents** 目录,点击进去选择 **Java** 文件夹,将下载下来的 **JAR包** 拖进去替换。至此,完成了 Charles 的破解。
|
||||
- 方式2:按照方式1的方式去官网下载,然后下载相应 **[JAR包](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/charles.jar)**。这里以 MAC 为例,打 **Finder**,选择应用程序,选中 Charles,右击并选择“显示包内容”,看到 **Contents** 目录,点击进去选择 **Java** 文件夹,将下载下来的 **JAR包** 拖进去替换。至此,完成了 Charles 的破解。
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -126,4 +126,4 @@ git commit 的几个钩子,也暴露出来了,所以可以结合时机做一
|
||||
- commit-msg:在编写 commit 信息的时候触发
|
||||
- pre-push:在 git push 之前触发
|
||||
|
||||
所以基于上述时机,可以根据项目特点做一些别的事情。比如在 git commit 之前判断是否单元测试通过。是否自动化根据 commit 信息生成 changeLog 等。
|
||||
所以基于上述时机,可以根据项目特点做一些别的事情。比如 code lint、unit test 代码覆盖率检测、changelog 自动生成、unit test 脚本等、也可以借此机会产生 lint 报表
|
||||
|
||||
Reference in New Issue
Block a user