推荐
专栏
教程
课程
飞鹅
本次共找到565条
boot
相关的信息
Stella981
•
3年前
Manjaro安装与基本配置
0\.安装\启动时选择第二项boot(nonfree),Manjaro自带的驱动精灵会帮你安装好所需驱动,笔记本双显卡则会帮你安装bumblebeedriverboot(nonfree)如果是WIndowsManjaro双系统安装,步骤可以参考:https://my.oschina.net/langxSpiri
Easter79
•
3年前
SpringBoot学习路线
网上也有很多github资源,都是自己学习SpringBoot时候,自己练的代码虽然现在最新的版本用2.1.3.RELEASE版本,以前版本的demo运行可能会遇到错误。但是有总比没有要好,不是么?<parent<groupIdorg.springframework.boot</groupId
Stella981
•
3年前
SpringBoot学习路线
网上也有很多github资源,都是自己学习SpringBoot时候,自己练的代码虽然现在最新的版本用2.1.3.RELEASE版本,以前版本的demo运行可能会遇到错误。但是有总比没有要好,不是么?<parent<groupIdorg.springframework.boot</groupId
Stella981
•
3年前
Spring Boot 集成 XXL
在开发中需要将已有的定时任务抽离出来,方便管理查看,因此选择集成分布式任务调度平台XXLJOB,本文就讲解下SpringBoot如何集成XXLJOB任务调度平台。XXLJOB简介XXLJOB是一个分布式任务调度平
Stella981
•
3年前
Spring Boot 文件上传
通过MultipartFile来处理文件上传:publicStringhandleFormUpload(Stringname,MultipartFilefile)throwsIOException{if(!file.isEmpty){StringfileNamefile.get
Stella981
•
3年前
Linux启动过程简述
Linux启动过程: !(https://oscimg.oschina.net/oscnet/f835d9b34160d6cc96c2dc85dd2bdcaa550.png) 图片来自:https://www.cnblogs.com/codecc/p/boot.html 简单来讲:加载BIOS–读取MBR–Boo
Stella981
•
3年前
Spring Boot集成 Sharding
!(https://oscimg.oschina.net/oscnet/67b5e5bc702a227b0eb26c86dd031ba2979.jpg)一、Sh
Wesley13
•
3年前
GRUB配置与应用
/boot/grub/grub.conf/etc/grub.confdefault定义缺省启动系统timeout定义缺省等待时间splashimage定义GRUB界面图片hiddenmenu隐藏菜单title定义菜单项名称root设置GRUB的根设备即内核所在的分区kernel内核所在位置
Stella981
•
3年前
Spring Cloud系列之Commons
SpringCloudCommons主要包括如下模块的接口和默认实现:!image(https://zhxhashblog.osscnbeijing.aliyuncs.com/%E5%AD%A6%E9%80%8FSpring%20Boot%2BCloud/1.%20Spring%20Cloud%20Commons%20Framework.
京东云开发者
•
1年前
Spring 应用合并之路(二):峰回路转,柳暗花明 | 京东云技术团队
书接上文,前面在中介绍的Spring扩展点,有两个地方可以利用:1.可以利用ApplicationContextAware获取boot容器的ApplicationContext实例,这样就可以实现自己实现的父子容器;2.可以利用ApplicationLis
1
•••
15
16
17
•••
57