摘要:
项目启动包了这个错 Error running 'admin': Unable to open debugger port (127.0.0.1:49717): java.net.SocketException "Interrupted function call: accept failed 1 阅读全文
摘要:
public class 时间转换天时分秒 { public static void main(String[] args) { //时间差 long timeDifference=12313213; System.out.println(conversion(timeDifference)); } 阅读全文
摘要:
1 must, must not,should的区别 must 返回的文档必须满足must子句的条件,类似于 == and must not返回的文档必须不满足must not 子句的条件 类似于!= not should 返回的文档只要满足should中的一个条件即可 类似于 || or 2 各类 阅读全文