上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 72 下一页
摘要: pom.xml中的resources节点配置 (原创) http://www.tingcream.com/blogArticle/detail/aa3d3fd5c9cd4a82b6334a34459a1e90 【Maven】在pom.xml文件中使用resources插件的小作用 https://w 阅读全文
posted @ 2021-08-27 11:09 tonggc1668 阅读(350) 评论(0) 推荐(0) 编辑
摘要: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <id 阅读全文
posted @ 2021-08-27 10:11 tonggc1668 阅读(93) 评论(0) 推荐(0) 编辑
摘要: tonglelemac:apache-skywalking-apm-bin-es7 tonglele$ netstat -anvp tcp|grep 8080tcp46 0 0 *.8080 *.* LISTEN 131072 131072 56560 0 0x0100 0x00000006tong 阅读全文
posted @ 2021-08-25 16:12 tonggc1668 阅读(60) 评论(0) 推荐(0) 编辑
摘要: <!-- This improves the out-of-the-box experience in Eclipse by resolving some warnings. --> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>li 阅读全文
posted @ 2021-07-21 16:07 tonggc1668 阅读(339) 评论(0) 推荐(0) 编辑
摘要: <!-- This profile helps to make things run out of the box in IntelliJ --> <!-- Its adds Flink's core classes to the runtime class path. --> <!-- Other 阅读全文
posted @ 2021-07-21 16:03 tonggc1668 阅读(26) 评论(0) 推荐(0) 编辑
摘要: package org.example.clickhouse.util; import java.text.SimpleDateFormat; import java.util.Date; public class DateUtil { /** * 生成随机时间 * * @param beginDa 阅读全文
posted @ 2021-07-13 17:18 tonggc1668 阅读(251) 评论(0) 推荐(0) 编辑
摘要: package org.example.clickhouse.util; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgor 阅读全文
posted @ 2021-07-13 17:17 tonggc1668 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Maven3种打包方式之一maven-assembly-plugin的使用 https://blog.csdn.net/qq_32736999/article/details/93395246 maven打包之assembly和shade对比 https://blog.csdn.net/Cool0/ 阅读全文
posted @ 2021-07-12 14:37 tonggc1668 阅读(116) 评论(0) 推荐(0) 编辑
摘要: maven 常用插件之shade https://www.jianshu.com/p/1bbb317b55ee Maven shade for spring boot https://my.oschina.net/u/732556/blog/1545821 使用maven-shade-plugin打 阅读全文
posted @ 2021-07-12 11:50 tonggc1668 阅读(250) 评论(0) 推荐(0) 编辑
摘要: /data/app/clickhouse2/bin/clickhouse-client --multiquery -h 127.0.0.1 --port 19000 --user default --password eb22d98eaf028b1ca5c36548193d604a echo "se 阅读全文
posted @ 2021-07-08 17:01 tonggc1668 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 72 下一页