20230630

20230630 7. 国际化

## 国际化 Java 编程语言是第一种设计成为全面支持国际化的语言。从一开始,它就具备了进行有效的国际化所必需的一个重要特性:使用 Unicode 来处理所有字符串。支持 Unicode 使得在 Java 编程语言中,编写程序来操作多种语言的字符串变得异常方便 国际化一个程序所要做的事情绝不仅仅是 ......
20230630 国际

20230630 java.time.chrono.ChronoLocalDateTime

## 介绍 - java.time.chrono.ChronoLocalDateTime - public interface ChronoLocalDateTime extends Temporal, TemporalAdjuster, Comparable> ## API - timeLineO ......

20230630 java.time.chrono.ChronoPeriod

## 介绍 - java.time.chrono.ChronoPeriod - public interface ChronoPeriod extends TemporalAmount - 实现类 `Period` ## API - between - getChronology - `Chrono ......
ChronoPeriod 20230630 chrono java time

20230630 java.time.LocalDateTime

## 介绍 - java.time.LocalDateTime - 类声明 - 本地日期时间 ```java @jdk.internal.ValueBased public final class LocalDateTime implements Temporal, TemporalAdjuster ......
LocalDateTime 20230630 java time

20230630 java.time.LocalTime

## 介绍 - java.time.LocalTime - 类声明 ```java @jdk.internal.ValueBased public final class LocalTime implements Temporal, TemporalAdjuster, Comparable, Ser ......
LocalTime 20230630 java time

20230630 java.time.chrono.ChronoZonedDateTime

## 介绍 - java.time.chrono.ChronoZonedDateTime - public interface ChronoZonedDateTime extends Temporal, Comparable> ## API ### public - timeLineOrder - ......

20230630 java.time.format.DateTimeFormatter

## 介绍 - java.time.format.DateTimeFormatter - public final class DateTimeFormatter - 用来替代 `java.text.DateFormat` ## API ### 常量 - BASIC_ISO_DATE - ISO_L ......
DateTimeFormatter 20230630 format java time

20230630 java.time.Period

## 介绍 - java.time.Period - public final class Period implements ChronoPeriod, Serializable - 基于日期的时间量 - 两个 `LocalDate` 之间的时长是 `Period` - `Period` 是一个基 ......
20230630 Period java time

20230630 java.time.ZonedDateTime

## 介绍 - java.time.ZonedDateTime - 类声明 ```java @jdk.internal.ValueBased public final class ZonedDateTime implements Temporal, ChronoZonedDateTime, Seri ......
ZonedDateTime 20230630 java time

20230630 java.time.ZoneId

## 介绍 - java.time.ZoneId - 类声明 ```java @jdk.internal.ValueBased public abstract class ZoneId implements Serializable ``` ## API ### 常量 - SHORT_IDS - 短 ......
20230630 ZoneId java time

20230630 java.time.ZoneOffset

## 介绍 - java.time.ZoneOffset - 类声明 ```java @jdk.internal.ValueBased public final class ZoneOffset extends ZoneId implements TemporalAccessor, Temporal ......
ZoneOffset 20230630 java time

20230630 java.time.temporal.ChronoUnit

## 介绍 - java.time.temporal.ChronoUnit - public enum ChronoUnit implements TemporalUnit ## API ### 枚举值 - NANOS:纳秒 - MICROS:微秒 - MILLIS:毫秒 - SECONDS:秒 - ......
ChronoUnit 20230630 temporal java time

20230630 java.time.temporal.TemporalAdjusters

## 介绍 - java.time.temporal.TemporalAdjusters - public final class TemporalAdjusters ## API ### static - ofDateAdjuster - `TemporalAdjuster ofDateAdjus ......

20230630 java.util.Locale

## 介绍 - java.util.Locale - public final class Locale implements Cloneable, Serializable - `locale` 由多达 5 个部分构成: 1. 一种语言(language),由 2 个或 3 个小写字母表示,例如 ......
20230630 Locale java util

20230630-可持久化数据结构 2

20230630-成都七中-YNY-可持久化数据结构 2 P3919 【模板】可持久化线段树 1(可持久化数组) P3834 【模板】可持久化线段树 2 ......
数据结构 20230630 结构 数据

20230630巴蜀暑期集训测试

### T1 [BS5656 最大值Max](https://oj.bashu.com.cn/code/problempage.php?problem_id=5656) 期望 / 实际:$17 / 17$ 考场没思路,打暴力。 将每个数分开看,dp 预处理出对于每个数,再某些位置被加最终值得概率。再 ......
20230630

20230630树剖学习笔记

# 树链剖分 ## 重链剖分 定义 **重子节点** 表示其子节点中子树最大的子结点。如果有多个子树最大的子结点,取其一。如果没有子节点,就无重子节点。 定义 **轻子节点** 表示剩余的所有子结点。 从这个结点到重子节点的边为 **重边**。 到其他轻子节点的边为 **轻边**。 若干条首尾衔接的 ......
20230630 笔记
共17篇  :1/1页 首页上一页1下一页尾页