Skip to content

Commit

Permalink
Merge pull request #94 from yanghaiji/es_feature
Browse files Browse the repository at this point in the history
add jmeter
  • Loading branch information
yanghaiji authored Sep 16, 2022
2 parents 8bfe697 + f0b99b3 commit 5c67ebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
### [🔖 ETL工具Kettle从入门到入魔](note/kettle/README.md)
### [🔖 ElasticSearch从入门到入魔](note/elasticsearch/README.md)
### [🔖 SonarQube实战](note/sonarqube/README.md)
### [🔖 Jmeter 笔记](https://blog.csdn.net/weixin_38937840/category_11971762.html?spm=1001.2014.3001.5482)
### [🔖 面试题总结](note/InterviewQuestions/JavaYouHuo面试题总结.md)
### [🔖 更多实战](note/actualCombat/README.md)
5 changes: 4 additions & 1 deletion note/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,11 @@

## [🔖 SonarQube实战](sonarqube/README.md)
- [🔖 elasticSearch 安装](sonarqube/book/install.md)
- [Jenkins集成Sonarqube](sonarqube/book/jenkinsForSonarQube.md)
- [🔖 Jenkins集成Sonarqube](sonarqube/book/jenkinsForSonarQube.md)

## [🔖 Jmeter 笔记](https://blog.csdn.net/weixin_38937840/category_11971762.html?spm=1001.2014.3001.5482)
- [🔖 Jmeter 生成测试报告](https://blog.csdn.net/weixin_38937840/article/details/126757540)
- [🔖 Jmeter BenaShell 实现参数加密](https://blog.csdn.net/weixin_38937840/article/details/126398748)

## [🔖 面试题总结](InterviewQuestions/JavaYouHuo面试题总结.md)

Expand Down
4 changes: 2 additions & 2 deletions note/sonarqube/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Sonarqube 实战

- ###[Sonarqube 安装](book/install.md)
- ###[Jenkins集成Sonarqube](book/jenkinsForSonarQube.md)
- ### [Sonarqube 安装](book/install.md)
- ### [Jenkins集成Sonarqube](book/jenkinsForSonarQube.md)

0 comments on commit 5c67ebd

Please sign in to comment.