上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 72 下一页
摘要: <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 阅读(699) 评论(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 阅读(264) 评论(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 阅读(46) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.cc/spring/531624.html 阅读全文
posted @ 2021-01-06 16:04 tonggc1668 阅读(368) 评论(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 阅读(315) 评论(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 阅读(837) 评论(0) 推荐(0) 编辑
摘要: Fast Paging with MongoDB https://scalegrid.io/blog/fast-paging-with-mongodb/ 阅读全文
posted @ 2020-12-24 16:02 tonggc1668 阅读(54) 评论(0) 推荐(0) 编辑
摘要: Kerberos原理和基础小结 https://www.cnblogs.com/wn1m/p/10700466.html Kerberos认证浅析 http://www.h3c.com/cn/d_201309/922101_30005_0.htm 阅读全文
posted @ 2020-12-16 18:15 tonggc1668 阅读(73) 评论(0) 推荐(0) 编辑
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2020-12-03 18:22 tonggc1668 阅读(238) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 72 下一页