上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 47 下一页
摘要: 解决什么样的问题? @Override public void transfer(String sourceName,String targetName,Float money){ //1.根据名称查询转出账户 Account source=accountDao.findByName(sourceN 阅读全文
posted @ 2020-07-03 11:22 指尖下的世界 阅读(260) 评论(0) 推荐(0) 编辑
摘要: @Component: /** * 原来在XML的配置 * <bean id="IAccountService_annotation" class="main.java.service.impl.IAccountService_annotationImpl" > * <property name=" 阅读全文
posted @ 2020-07-02 23:35 指尖下的世界 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Spring,Spring,Spring,天天用,但是对她太过缺乏“深入”的了解,今天思虑良久,下定决心,我要好好“深入的”了解一下她。 Spring是一个架构性的框架:也就是改变代码结构的框架; 1.学习环境的准备 大部分教学视频是使用老掉牙Ecliplse教学Spring的,但是我TM是真的不想 阅读全文
posted @ 2020-07-01 22:56 指尖下的世界 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 1.1模块化概述 Java语言随着这些年的发展已经成为了一门影响深远的编程语言,无数平台,系统都采用Java语言编写。但是,伴随着发展,Java也越来越庞大,逐渐发展成为一门“臃肿”的语言。而且,无论是运行一个大型的软件系统,还是运行一个小的程序,即使程序只需要使用Java的部分核心功能,JVM也要 阅读全文
posted @ 2020-06-29 21:59 指尖下的世界 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 或者: 阅读全文
posted @ 2020-06-29 19:29 指尖下的世界 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 1.类加载器 1.1类加载 1.2类加载器 public static void main(String[] args) { // static ClassLoader getSystemClassLoader() 返回用于委派的系统类加载器。 // ClassLoader getParent() 阅读全文
posted @ 2020-06-28 23:35 指尖下的世界 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1.概述 @FunctionalInterface public interface FunctionInterface { void show(); } 2.函数式接口作为方法参数 public class Demo { public static void main(String[] args) 阅读全文
posted @ 2020-06-27 23:07 指尖下的世界 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1.体验一下方法引用 public interface PrintInterface { void print(String s); } public class Demo { public static void main(String[] args) { show(s -> System.out 阅读全文
posted @ 2020-06-27 21:56 指尖下的世界 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1.概述 2.接口中的默认方法 默认方法的出现解决了java在一些老接口更新时,之前的实现类不必一定都要追加重写新增的方法,例如JKD11.0版本里面List接口新增了很多方法,但是,之前的ArrayList等子类就不必跟着强制更新重写List接口的新方法,在需要使用时可以手动追加重写;这在我们今后 阅读全文
posted @ 2020-06-27 19:07 指尖下的世界 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Ctrl +Alt+Enter+S打开项目设置页面,按照下图操作然后: 然后选择目标jdk的安装目录: 然后安装下图选择使用对应版本JDK 阅读全文
posted @ 2020-06-27 17:51 指尖下的世界 阅读(426) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 47 下一页
/* 看板娘 */ /*炸泡*/
/* 鼠标点击求赞文字特效 */