上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 1. SpringBoot 入门 1. SpringBoot 简介 SpringBoot是由Pivotal团队提供的全新框架,可以帮助我们开发基于Spring的、独立的、生产级的应用程序。​ 其中SpringBoot的官网是:Spring Boot Reference Documentation SpringBoot的主要目标是: 阅读全文
posted @ 2024-09-03 17:03 念念念北 阅读(37) 评论(0) 推荐(0)
摘要: 2. 基础数据结构 2.1 数组 1) 概述 定义 在计算机科学中,数组是由一组元素(值或变量)组成的数据结构,每个元素有至少一个索引或键来标识 In computer science, an array is a data structure consisting of a collection of element 阅读全文
posted @ 2024-09-03 09:53 念念念北 阅读(26) 评论(0) 推荐(0)
摘要: 1. 初识算法 1. 什么是算法 定义 : 在数学和计算机科学领域,算法是一系列有限的严谨指令,通常用于解决一类特定问题或执行计算 In mathematics and computer science, an algorithm (/ˈælɡərɪðəm/) is a finite sequence of rig 阅读全文
posted @ 2024-09-03 09:31 念念念北 阅读(68) 评论(0) 推荐(0)
摘要: 本地无法连接Mysql的原因 重启docker systemctl restart docker 查看docker中的容器 :docker ps 启动指定容器 docker start mysql 再次查看其中的容器 进行连接 阅读全文
posted @ 2024-09-01 19:10 念念念北 阅读(18) 评论(0) 推荐(0)
摘要: SpringCloud 篇 1、什么是 SpringCloud Spring cloud 流应用程序启动器是基于 Spring Boot 的 Spring 集成应用程序,提供与外部系统的集成。Spring cloud Task,一个生命周期短暂的微服务框架,用于快速构建执行有限数据处理的应用程序。 2、什么是微服务 微服务架构 阅读全文
posted @ 2024-08-29 10:59 念念念北 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页