上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 72 下一页
摘要: Kafka水位(high watermark)与leader epoch的讨论 https://www.cnblogs.com/huxi2b/p/7453543.html kafka的relication机制 https://zhuanlan.zhihu.com/p/67387617 阅读全文
posted @ 2021-02-04 11:29 tonggc1668 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 想要在前端获取到message和exception,配置一下配置 server.error.include-exception=trueserver.error.include-message=always 接下来就可以获取了 I have to add server.error.include-b 阅读全文
posted @ 2021-01-29 15:24 tonggc1668 阅读(275) 评论(0) 推荐(1) 编辑
摘要: http://hc.apache.org/ http://hc.apache.org/httpcomponents-asyncclient-4.1.x/index.html http://hc.apache.org/httpcomponents-core-ga/tutorial/html/index 阅读全文
posted @ 2021-01-21 15:47 tonggc1668 阅读(1011) 评论(0) 推荐(0) 编辑
摘要: <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.1.0</version> <executions> <execution> <phase>pro 阅读全文
posted @ 2021-01-13 19:17 tonggc1668 阅读(708) 评论(0) 推荐(0) 编辑
摘要: <!-- To generate a graph of the project dependencies, run: mvn -P graph graph:project --> <profile> <id>graph</id> <build> <plugins> <plugin> <groupId 阅读全文
posted @ 2021-01-12 16:00 tonggc1668 阅读(162) 评论(0) 推荐(0) 编辑
摘要: You can run these steps via git-bash Checking out master branch git checkout master Tagging master branch to the version you are going to release git 阅读全文
posted @ 2021-01-06 18:17 tonggc1668 阅读(267) 评论(0) 推荐(0) 编辑
摘要: When you developed your code and ready to push to origin, you can verify your code first by these two steps: ./gradlew spotlessApply for formatting yo 阅读全文
posted @ 2021-01-06 18:16 tonggc1668 阅读(47) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.cc/spring/531624.html 阅读全文
posted @ 2021-01-06 16:04 tonggc1668 阅读(370) 评论(0) 推荐(0) 编辑
摘要: ./gradlew dependencies Using gradle to find dependency tree https://stackoverflow.com/questions/21645071/using-gradle-to-find-dependency-tree 使用gradle 阅读全文
posted @ 2021-01-05 17:23 tonggc1668 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 高性能MySQL之Count统计查询 https://blog.csdn.net/qq_15037231/article/details/81179383 MySQL 大表的count()优化 https://blog.csdn.net/u012674931/article/details/5271 阅读全文
posted @ 2020-12-24 16:42 tonggc1668 阅读(839) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 72 下一页