摘要: 【代码】 public class Test { private static <T> void print(T[] arr) { for(int i=0,n=arr.length;i<n;i++) { T t=arr[i]; System.out.print(t+","); } System.ou 阅读全文
posted @ 2022-04-17 21:55 逆火狂飙 阅读(303) 评论(0) 推荐(0)
摘要: 【添加测试数据】 curl -u elastic:123456 -H "Content-Type: application/json" -XPUT 'localhost:9200/ibm/emp/1?pretty' -d' {"name":"andy","age":"25","resume":"gr 阅读全文
posted @ 2022-04-17 10:33 逆火狂飙 阅读(534) 评论(0) 推荐(0)
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东