05 2021 档案
摘要:credential vacancy cumulative summon strangle struggle wedge interweave get endowed with acquire selectively incline chimp vanish novel adj situate on
阅读全文
摘要:cultivate inevitable obstacle tremendous compromise stumble indispensable foothold instructive simulator simulate maneuver autonomy ventilation 2021/0
阅读全文
摘要:caravan cottage be fed up sole lucrative obsession durable respondent suspicion endeavor illustrative intuitive judgement conclusive conclusion scenar
阅读全文
摘要:cutting-out cutting-edge advanced pursuit deterioration curb setback visible planetary substantially chronic malnutrition strategy validate distinctio
阅读全文
摘要:irrational punctuality commute mutual prone blunder concrete concerted decent tremendous disruption therapist saws used for cutting stone premises tem
阅读全文
摘要:proclamation rectify reputed versatile fierce dispute eternal external nurse resurrection trait subsistence metabolism notorious nutritious 2021 05/28
阅读全文
摘要:1.jsp和servlet有什么区别? servlet是一种服务器端的Java应用程序,用于动态生成web内容,负责处理客户端请求 jsp是servle的扩展,本质上还是servlet,Jsp 页面会被 Web 容器编译成 Servlet,Servlet 再负责响应用户请求 区别:内置对象不同,获取
阅读全文
摘要:String s ="abc" int b =s.charAt(0); syso(b); 输出的是a的ascii码97 syso(s.charAt(0)); 输出的'a'
阅读全文
摘要:round 加0.5向下取整 动态代理:在运行过程中创建目标类,,可以调用或扩展目标类的方法 abstract关键字的作用是什么? 抽象类是为了把性质相同的但内容不确定的东西提取出来,为了以后的重用
阅读全文
摘要:编译时异常也称未雨绸缪异常 运行时异常往往是代码错误,需要修改代码 装饰设计模式好处是耦合性不强,被装饰的类变化与装饰类的变化无关 synchronized(){} 同步代码块,锁对象任意但必须是同一个,但不能是匿名对象
阅读全文
摘要:StringBuffer的delete(a,b),删除的时候包含头不含尾 自动装箱:把基本数据类型变为包装类类型 自动拆箱:把包装类型转换为基本类型 List 有序,可重复,有索引 Set 无序,不可重复,无索引 查询多用arraylist 增删多用LinkedList
阅读全文

浙公网安备 33010602011771号