摘要: 加油! 大厂等我! 阅读全文
posted @ 2020-03-29 20:32 编程迷悟 阅读(123) 评论(0) 推荐(0) 编辑
摘要: @Configuration和@Component @Component想当于@Configuration 注解的定义: 两者的区别 在@Component类中使用方法或字段时不会使用CGLIB增强(及不使用代理类:调用任何方法,使用任何变量,拿到的是原始对象,后面会有例子解释)。 而在@Confi 阅读全文
posted @ 2020-03-29 22:38 编程迷悟 阅读(672) 评论(0) 推荐(1) 编辑
摘要: try代码块中包含return语句,finally代码块中不包含return语句;package Exception; 结果 try代码块和finally代码块中都有return语句 结果 结论 1.如果try代码块里有return语句,而finally代码块里没有return语句,程序会先执行fi 阅读全文
posted @ 2019-10-14 10:19 编程迷悟 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 数据库链接问题 5.7 版本不好用 数据库乱码 编码设置 静态资源访问问题 spring.resources.static locations=classpath:/static CREATE TABLE websites( wid INT UNSIGNED AUTO_INCREMENT PRIMA 阅读全文
posted @ 2019-06-25 20:06 编程迷悟 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 目的:主要是分享下日常工作中使用到的技术点,根据二八定律快速掌握使用知识点,先就业再沉淀去积累经验。(个人建议仅供参考) 背景:目前一般来说,都是前后端分离。你只需要提供接口给前端,他来处理就可以了,你只需要写接口!只需要和数据库进行交互 1.Java语法,不熟练可以面向Google/百度编程,会搜 阅读全文
posted @ 2019-06-13 14:16 编程迷悟 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 平台无关性 GC 语言特性 面向对象 类库 异常处理 一次编译到处运行 JVM如何加载Class文件 Java反射 ClassLoader 种类 双亲委派机制 loadcalss和forName 阅读全文
posted @ 2019-06-10 20:52 编程迷悟 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 转自吾爱破解论坛 写这篇文章的目的是想总结一下自己这么多年来使用java的一些心得体会,主要是和一些java基础知识点相关的,所以也希望能分享给刚刚入门的Java程序员和打算入Java开发这个行当的准新手们,希望可以给大家一些经验,能让大家更好学习和使用Java。 这次介绍的主要内容是和J2SE相关 阅读全文
posted @ 2019-06-10 20:35 编程迷悟 阅读(160) 评论(0) 推荐(1) 编辑
摘要: 操作给定的二叉树,将其变换为源二叉树的镜像 阅读全文
posted @ 2019-06-10 20:03 编程迷悟 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Algorithm 算法题 第一个只出现一次的字符 在一个字符串(0 chMap=new LinkedHashMap(); char[] value=str.toCharArray(); for(int i=0;iJava 8系列之重新认识HashMaphttps://zhuanlan.zhihu. 阅读全文
posted @ 2019-04-30 20:57 编程迷悟 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Maven porn.xml配置 略 Spring配置文件applicationContext.xml 1 约束 2 开启注解扫描 3 Spring与Mybatis整合 1 创建db.properties文件 2 Spring接管mybatis的Session工厂 3 配置自动扫描所有 Mapper 阅读全文
posted @ 2019-04-28 09:00 编程迷悟 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 笔记 阅读全文
posted @ 2019-04-26 10:57 编程迷悟 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 配置文件 阅读全文
posted @ 2019-04-26 08:56 编程迷悟 阅读(55) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/1173674/201904/1173674-20190424181848295-616372314.png) ![](https://img2018.cnblogs.com/blog/1173674/201904/1173674-20190424181856991-432923970.png) ![](https://im... 阅读全文
posted @ 2019-04-24 18:21 编程迷悟 阅读(103) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/1173674/201904/1173674-20190424181535359-298509724.png) ![](https://img2018.cnblogs.com/blog/1173674/201904/1173674-20190424181546679-947451003.png) ![](https://im... 阅读全文
posted @ 2019-04-24 18:17 编程迷悟 阅读(479) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/1173674/201904/1173674-20190424181359868-639088264.png) ![](https://img2018.cnblogs.com/blog/1173674/201904/1173674-20190424181409779-1876808923.png) ![](https://i... 阅读全文
posted @ 2019-04-24 18:15 编程迷悟 阅读(86) 评论(0) 推荐(0) 编辑