李开航
Results
2
issues of
李开航
``` int a = biggerOne(3,5); //int 和 double,取交为Number Number b = biggerOne(3,5.5); System.out.println(b.getClass().getName()); //String和int 取交为Object Object c = biggerOne("1",2);`` ``` 关于为什么b是Double类型的猜测。 这应该是多态,类如Number b = new Double(); 而为什么将Number改为Double报错,应该是因为泛型T可能的值有两个int和double,做了类型限制,这样代码更加灵活,出错率低。
几个运行时错误
7
1.客户关怀点击时显示数据接口请求异常 请求路径:http://localhost:8080/crm/#/customerCare 2.客户服务点击后 一直转圈 无数据显示 请求路径:http://localhost:8080/crm/#/service 3. 系统信息点击后tomcat退出 希望大佬能看一下。