一、异常 com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 8 counts of IllegalAnnotationExceptions类的两个属性具有相同名称 "orderName"his problem is related to the following location:at public java.lang.Stri
JavaScript中call,apply,bind方法的总结。 why?call,apply,bind干什么的?为什么要学这个? 一般用来指定this的环境,在没有学之前,通常会有这些问题。 var a = {user:"追梦子",fn:function(){console.log(this.user);}}var b = a.fn;b(); //undefin
Error running 'XX': Unable to open debugger port (127.0.0.1:XX): java.net.BindException "Address already in use: JVM_Bind" 使用cmd命令 netstat -ano|findstr 53924 查看端口占用,发现没有用到,但是tomcat就是debug跑不起来。