05 2021 档案

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