在Java中,有以下基本数据类型:
1. 整数类型:
- byte:8 位,范围为 -128 到 127
- short:16 位,范围为 -32768 到 32767
- int:32 位,范围为 -2147483648 到 2147483647
- long:64 位,范围为 -9223372036854775808 到 9223372036854775807
2. 浮点数类型:
- float:32 位,单精度浮点数
- double:64 位,双精度浮点数
3. 字符类型:
- char:16 位,表示单个字符,存储 Unicode 编码
4. 布尔类型:
- boolean:表示逻辑值,`true` 或 `false`
除了基本数据类型,Java 还提供了以下引用数据类型:
5. 类类型:
- 自定义类和其他类
6. 数组类型:
- 存储相同类型的多个元素的容器
7. 接口类型:
- 定义接口规范的引用类型
8. 枚举类型:
- 在预定义的一组常量中选择一个值
其他还包括字符串类型、日期类型等。这些是 Java 中常见的数据类型,开发者可以根据需要选择合适的数据类型来存储和操作数据。
- 环境配置
- window怎么配置java环境变量?
- Java基础语法
- Java中的数据类型
- Java中的JSONObject
- Java高级特性
- Maven
- jib-maven-plugin
- 什么是Spring Boot 的 parent pom?
- maven中各个生命周期的含义
- Spring Boot
- maven与spring boot 的关系
- 配置文件
- application-properties配置文件
- Spring Boot 的启动
- spring boot项目如何启动?
- 列举一下Spring Boot的启动过程
- SpringApplication.run方法
- Spring Boot 启动时有哪些接口?
- CommandLineRunner
- Spring Boot 的常用注解
- 系统注解
- 表格:系统注解
- @Override
- @Deprecated
- @SuppressWarnnings
- 使用在类名上的注解
- 表格:使用在类名上的注解
- @RestController
- @Controller
- @Service
- @Repository
- @Component
- @Configuration
- @Resource
- @Autowired
- @RequestMapping
- @PostMapping
- @GetMapping
- @Transactional
- @Qualifier
- 使用在方法上的注解
- 表格:使用在方法上的注解
- @RequestBody
- @PathVariable
- @Bean
- @ResponseBody
- @PreAuthorize
- 其他常用注解
- 表格:其他常用注解
- @EnableAutoConfiguration
- @SpringBootApplication
- @EnableScheduling
- @EnableAsync
- @ComponentScan
- @Aspec
- @ControllerAdvice
- @ExceptionHandler
- @Value
- @ConfigurationProperties
- @EnableConfigurationProperties
- @MapperScan
- Validator验证的常用注解
- spring IoC容器
- Spring IoC容器依赖注入实现方式
- MyBatis
- paginationInterceptor
- @TableName
- @TableId
- @Param
- UrlBasedCorsConfigurationSource
- Lombok
- @Data
- @Slf4j
- @EqualsAndHashCode
- @Accessors
- 支付系统
- 1. 初始化mysql数据库流程
- 2. 初始化redis数据库的流程
- 3. 初始化rabbitmq服务