会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
远方的灯塔
追求技术本质,不要迷恋花拳绣腿。
博客园
首页
新随笔
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
22
下一页
2022年1月10日
使用Maven构建JavaFX项目
摘要: 官网 https://openjfx.io/openjfx docs/ maven PS:注意,官网描述有误,在stackoverflow找到了正确方案 https://stackoverflow.com/questions/61843834/openjfx maven archetype does
阅读全文
posted @ 2022-01-10 11:50 灯塔下的守望者
阅读(1242)
评论(0)
推荐(0)
2022年1月9日
开始使用 MWeb
摘要: MWeb 是专业的 Markdown 写作、记笔记、静态博客生成软件,目前已支持 Mac,iPad 和 iPhone。MWeb 有以下特色: 软件本身: 使用原生的 macOS 技术打造,追求与系统的完美结合。 原则上,首先是追求界面简洁和高性能,然后才是强大易用,功能全面。 Markdown 语法
阅读全文
posted @ 2022-01-09 00:39 灯塔下的守望者
阅读(137)
评论(0)
推荐(0)
2021年12月25日
【Java高级工程师蜕变之路】018 Spring Boot基础回顾
摘要: 333
阅读全文
posted @ 2021-12-25 13:02 灯塔下的守望者
阅读(24)
评论(0)
推荐(0)
Spring-Data-JPA入门
摘要: 前言 Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA based repositories. This module deals with enhanced s
阅读全文
posted @ 2021-12-25 13:01 灯塔下的守望者
阅读(63)
评论(0)
推荐(0)
2021年12月23日
【Java高级工程师蜕变之路】013 Spring MVC基础以及高级应用
摘要: 1
阅读全文
posted @ 2021-12-23 20:17 灯塔下的守望者
阅读(21)
评论(0)
推荐(0)
【Java高级工程师蜕变之路】016 SSM框架整合
摘要: 整合策略 SSM=Spring + SpringMVC + Mybatis=(Spring + MyBatis) + SpringMVC 先整合Spring + MyBatis,在整合Spring MVC
阅读全文
posted @ 2021-12-23 20:17 灯塔下的守望者
阅读(32)
评论(0)
推荐(0)
【Java高级工程师蜕变之路】015 Spring MVC源码剖析
摘要: 1
阅读全文
posted @ 2021-12-23 20:16 灯塔下的守望者
阅读(12)
评论(0)
推荐(0)
2021年12月21日
【Java高级工程师蜕变之路】014 自定义MVC框架
摘要: 11
阅读全文
posted @ 2021-12-21 21:28 灯塔下的守望者
阅读(15)
评论(0)
推荐(0)
2021年12月16日
【Java高级工程师蜕变之路】011 Spring IOC源码分析
摘要: 1
阅读全文
posted @ 2021-12-16 23:43 灯塔下的守望者
阅读(27)
评论(0)
推荐(0)
【Java高级工程师蜕变之路】012 Spring AOP源码分析
摘要: 1
阅读全文
posted @ 2021-12-16 23:43 灯塔下的守望者
阅读(14)
评论(0)
推荐(0)
【Java高级工程师蜕变之路】010 Spring IOC的应用
摘要: 实现说明 BeanFactory与ApplicationContext的区别 BeanFactory是整个Spring框架中IOC容器的顶层接口,主要定义容器的基本规范,ApplicationContext是BeanFactory的子接口,具备BeanFactory的所有功能。 一般称BeanFac
阅读全文
posted @ 2021-12-16 07:19 灯塔下的守望者
阅读(44)
评论(0)
推荐(0)
2021年12月12日
【Java高级工程师蜕变之路】009 手写IOC和AOP
摘要: 传统开发方式的问题分析 new关键字耦合问题解决 new关键字耦合问题代码实现 beans.xml定义 <?xml version="1.0" encoding="utf-8" ?> <!-- 配置bean子标签,每一个bean子标签都代表一个类的配置 --> <beans> <!-- id标识对象
阅读全文
posted @ 2021-12-12 20:03 灯塔下的守望者
阅读(74)
评论(0)
推荐(0)
2021年12月11日
【Java高级工程师蜕变之路】008 Spring核心思想
摘要: IOC ioc不是spring提出的,spring只是ioc的一个实现 什么ioc ioc(inversion of control)控制反转,他是一个技术思想,不是技术实现 ioc是做什么的 java领域对象的创建、管理问题 传统开发方式:类A依赖类B,在类中创建一个类B的对象 IOC开发方式:不
阅读全文
posted @ 2021-12-11 02:12 灯塔下的守望者
阅读(28)
评论(0)
推荐(0)
2021年12月7日
【Java高级工程师蜕变之路】007 Spring基础回顾
摘要: 回顾 ssh:spring struts/struts2 hibernate ssm:spring springmvc mybatis spring全家桶:spring boot脚手架 spring cloud微服务框架 Spring概述 分层的、全栈的,以ioc和aop为核心的开源轻量级框架。 S
阅读全文
posted @ 2021-12-07 23:37 灯塔下的守望者
阅读(31)
评论(0)
推荐(0)
【Java高级工程师蜕变之路】005 MyBatis插件及其应用
摘要: pagehelper mybatis-plus
阅读全文
posted @ 2021-12-07 21:39 灯塔下的守望者
阅读(18)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
22
下一页
公告