René's URL Explorer Experiment


Title: Java 备忘清单 & java cheatsheet & Quick Reference

direct link

Domain: devref.9up.dev

authorjaywcjlove
licenseMIT
fundinghttps://jaywcjlove.github.io/#/sponsor

Links:

Quick Referencehttps://devref.9up.dev/index.html
搜索⌘Kjavascript:void(0);
编辑https://github.com/jaywcjlove/reference/blob/main/docs/java.md
https://github.com/jaywcjlove/reference
https://devref.9up.dev/docs/java.html#java-备忘清单
入门https://devref.9up.dev/docs/java.html#入门
Hello.javahttps://devref.9up.dev/docs/java.html#hellojava
变量 Variableshttps://devref.9up.dev/docs/java.html#变量-variables
原始数据类型https://devref.9up.dev/docs/java.html#原始数据类型
字符串 Stringshttps://devref.9up.dev/docs/java.html#字符串-strings
循环 Loopshttps://devref.9up.dev/docs/java.html#循环-loops
数组 Arrayshttps://devref.9up.dev/docs/java.html#数组-arrays
交换变量 Swaphttps://devref.9up.dev/docs/java.html#交换变量-swap
类型转换 Type Castinghttps://devref.9up.dev/docs/java.html#类型转换-type-casting
条件语句 Conditionalshttps://devref.9up.dev/docs/java.html#条件语句-conditionals
用户输入https://devref.9up.dev/docs/java.html#用户输入
Java 字符串https://devref.9up.dev/docs/java.html#java-字符串
基本的https://devref.9up.dev/docs/java.html#基本的
字符串连接https://devref.9up.dev/docs/java.html#字符串连接
字符串生成器https://devref.9up.dev/docs/java.html#字符串生成器
比较https://devref.9up.dev/docs/java.html#比较
操纵https://devref.9up.dev/docs/java.html#操纵
信息https://devref.9up.dev/docs/java.html#信息
不可变https://devref.9up.dev/docs/java.html#不可变
Java 数组https://devref.9up.dev/docs/java.html#java-数组
声明 Declarehttps://devref.9up.dev/docs/java.html#声明-declare
修改 Modifyhttps://devref.9up.dev/docs/java.html#修改-modify
循环 (读 & 写)https://devref.9up.dev/docs/java.html#循环-读--写
Loop (Read)https://devref.9up.dev/docs/java.html#loop-read
二维数组 Multidimensional Arrayshttps://devref.9up.dev/docs/java.html#二维数组-multidimensional-arrays
排序 Sorthttps://devref.9up.dev/docs/java.html#排序-sort
Java 条件语句https://devref.9up.dev/docs/java.html#java-条件语句
运算符https://devref.9up.dev/docs/java.html#运算符
If elsehttps://devref.9up.dev/docs/java.html#if-else
Switchhttps://devref.9up.dev/docs/java.html#switch
三元运算符https://devref.9up.dev/docs/java.html#三元运算符
逻辑运算符https://devref.9up.dev/docs/java.html#逻辑运算符
比较运算https://devref.9up.dev/docs/java.html#比较运算
Java 循环https://devref.9up.dev/docs/java.html#java-循环
For 循环https://devref.9up.dev/docs/java.html#for-循环
增强的 For 循环https://devref.9up.dev/docs/java.html#增强的-for-循环
While 循环https://devref.9up.dev/docs/java.html#while-循环
Do While 循环https://devref.9up.dev/docs/java.html#do-while-循环
继续语句https://devref.9up.dev/docs/java.html#继续语句
中断语句https://devref.9up.dev/docs/java.html#中断语句
Java 面向对象https://devref.9up.dev/docs/java.html#java-面向对象
类的定义https://devref.9up.dev/docs/java.html#类的定义
类中的变量https://devref.9up.dev/docs/java.html#类中的变量
对象的创建https://devref.9up.dev/docs/java.html#对象的创建
对象的继承https://devref.9up.dev/docs/java.html#对象的继承
Java继承的特点https://devref.9up.dev/docs/java.html#java继承的特点
super 与 thishttps://devref.9up.dev/docs/java.html#super-与-this
final 关键字https://devref.9up.dev/docs/java.html#final-关键字
Java的重写(Override)与重载(Overload)https://devref.9up.dev/docs/java.html#java的重写override与重载overload
重写(Override)https://devref.9up.dev/docs/java.html#重写override
重载(Overload)https://devref.9up.dev/docs/java.html#重载overload
Java 抽象类https://devref.9up.dev/docs/java.html#java-抽象类
Java 接口https://devref.9up.dev/docs/java.html#java-接口
接口的定义https://devref.9up.dev/docs/java.html#接口的定义
接口的实现https://devref.9up.dev/docs/java.html#接口的实现
Java 多线程https://devref.9up.dev/docs/java.html#java-多线程
创建线程https://devref.9up.dev/docs/java.html#创建线程
线程池https://devref.9up.dev/docs/java.html#线程池
synchronizedhttps://devref.9up.dev/docs/java.html#synchronized
线程编排https://devref.9up.dev/docs/java.html#线程编排
ThreadLocalhttps://devref.9up.dev/docs/java.html#threadlocal
线程等待与唤醒https://devref.9up.dev/docs/java.html#线程等待与唤醒
Java 框架搜集https://devref.9up.dev/docs/java.html#java-框架搜集
Java 集合https://devref.9up.dev/docs/java.html#java-集合
ArrayListhttps://devref.9up.dev/docs/java.html#arraylist
HashMaphttps://devref.9up.dev/docs/java.html#hashmap
ConcurrentHashMaphttps://devref.9up.dev/docs/java.html#concurrenthashmap
HashSethttps://devref.9up.dev/docs/java.html#hashset
ArrayDequehttps://devref.9up.dev/docs/java.html#arraydeque
Java I/O流https://devref.9up.dev/docs/java.html#java-io流
常见的类和操作https://devref.9up.dev/docs/java.html#常见的类和操作
字节流https://devref.9up.dev/docs/java.html#字节流
字符流https://devref.9up.dev/docs/java.html#字符流
数据流https://devref.9up.dev/docs/java.html#数据流
对象流https://devref.9up.dev/docs/java.html#对象流
序列化与反序列化https://devref.9up.dev/docs/java.html#序列化与反序列化
标准输入输出流https://devref.9up.dev/docs/java.html#标准输入输出流
基本操作https://devref.9up.dev/docs/java.html#基本操作
关闭流https://devref.9up.dev/docs/java.html#关闭流
Java Stream 流https://devref.9up.dev/docs/java.html#java-stream-流
创建流https://devref.9up.dev/docs/java.html#创建流
中间操作https://devref.9up.dev/docs/java.html#中间操作
终端操作https://devref.9up.dev/docs/java.html#终端操作
并行流https://devref.9up.dev/docs/java.html#并行流
反射https://devref.9up.dev/docs/java.html#反射
获取 Class 对象https://devref.9up.dev/docs/java.html#获取-class-对象
获取类的信息https://devref.9up.dev/docs/java.html#获取类的信息
创建对象实例https://devref.9up.dev/docs/java.html#创建对象实例
获取和设置字段值https://devref.9up.dev/docs/java.html#获取和设置字段值
处理泛型https://devref.9up.dev/docs/java.html#处理泛型
调用方法https://devref.9up.dev/docs/java.html#调用方法
其他常用操作https://devref.9up.dev/docs/java.html#其他常用操作
处理注解https://devref.9up.dev/docs/java.html#处理注解
方法引用https://devref.9up.dev/docs/java.html#方法引用
方法引用https://devref.9up.dev/docs/java.html#方法引用-1
使用方式https://devref.9up.dev/docs/java.html#使用方式
静态方法引用https://devref.9up.dev/docs/java.html#静态方法引用
实例方法引用https://devref.9up.dev/docs/java.html#实例方法引用
构造方法引用https://devref.9up.dev/docs/java.html#构造方法引用
数组构造方法引用https://devref.9up.dev/docs/java.html#数组构造方法引用
对象中的方法引用https://devref.9up.dev/docs/java.html#对象中的方法引用
对象中的静态方法引用https://devref.9up.dev/docs/java.html#对象中的静态方法引用
杂项 Mischttps://devref.9up.dev/docs/java.html#杂项-misc
访问修饰符https://devref.9up.dev/docs/java.html#访问修饰符
常用表达https://devref.9up.dev/docs/java.html#常用表达
注释 Commenthttps://devref.9up.dev/docs/java.html#注释-comment
关键字https://devref.9up.dev/docs/java.html#关键字
数学方法https://devref.9up.dev/docs/java.html#数学方法
异常 Try/Catch/Finallyhttps://devref.9up.dev/docs/java.html#异常-trycatchfinally
util工具类https://devref.9up.dev/docs/java.html#util工具类
Collections 工具类https://devref.9up.dev/docs/java.html#collections-工具类
操纵数据库https://devref.9up.dev/docs/java.html#操纵数据库
JDBChttps://devref.9up.dev/docs/java.html#jdbc
JDBC注册驱动https://devref.9up.dev/docs/java.html#jdbc注册驱动
另见https://devref.9up.dev/docs/java.html#另见
https://devref.9up.dev/docs/java.html#入门
https://devref.9up.dev/docs/java.html#hellojava
https://devref.9up.dev/docs/java.html#变量-variables
https://devref.9up.dev/docs/java.html#原始数据类型
https://devref.9up.dev/docs/java.html#字符串-strings
Stringshttps://devref.9up.dev/docs/java.html#java-%E5%AD%97%E7%AC%A6%E4%B8%B2
https://devref.9up.dev/docs/java.html#循环-loops
Loopshttps://devref.9up.dev/docs/java.html#java-%E5%BE%AA%E7%8E%AF
https://devref.9up.dev/docs/java.html#数组-arrays
Arrayshttps://devref.9up.dev/docs/java.html#java-%E6%95%B0%E7%BB%84
https://devref.9up.dev/docs/java.html#交换变量-swap
https://devref.9up.dev/docs/java.html#类型转换-type-casting
https://devref.9up.dev/docs/java.html#条件语句-conditionals
https://devref.9up.dev/docs/java.html#用户输入
https://devref.9up.dev/docs/java.html#java-字符串
https://devref.9up.dev/docs/java.html#基本的
https://devref.9up.dev/docs/java.html#字符串连接
https://devref.9up.dev/docs/java.html#字符串生成器
https://devref.9up.dev/docs/java.html#比较
https://devref.9up.dev/docs/java.html#操纵
https://devref.9up.dev/docs/java.html#信息
https://devref.9up.dev/docs/java.html#不可变
https://devref.9up.dev/docs/java.html#java-数组
https://devref.9up.dev/docs/java.html#声明-declare
https://devref.9up.dev/docs/java.html#修改-modify
https://devref.9up.dev/docs/java.html#循环-读--写
https://devref.9up.dev/docs/java.html#loop-read
https://devref.9up.dev/docs/java.html#二维数组-multidimensional-arrays
https://devref.9up.dev/docs/java.html#排序-sort
https://devref.9up.dev/docs/java.html#java-条件语句
https://devref.9up.dev/docs/java.html#运算符
?:https://devref.9up.dev/docs/java.html#%E4%B8%89%E5%85%83%E8%BF%90%E7%AE%97%E7%AC%A6
https://devref.9up.dev/docs/java.html#if-else
https://devref.9up.dev/docs/java.html#switch
https://devref.9up.dev/docs/java.html#三元运算符
https://devref.9up.dev/docs/java.html#逻辑运算符
https://devref.9up.dev/docs/java.html#比较运算
https://devref.9up.dev/docs/java.html#java-循环
https://devref.9up.dev/docs/java.html#for-循环
https://devref.9up.dev/docs/java.html#增强的-for-循环
https://devref.9up.dev/docs/java.html#while-循环
https://devref.9up.dev/docs/java.html#do-while-循环
https://devref.9up.dev/docs/java.html#继续语句
https://devref.9up.dev/docs/java.html#中断语句
https://devref.9up.dev/docs/java.html#java-面向对象
https://devref.9up.dev/docs/java.html#类的定义
https://devref.9up.dev/docs/java.html#类中的变量
https://devref.9up.dev/docs/java.html#对象的创建
https://devref.9up.dev/docs/java.html#对象的继承
https://devref.9up.dev/docs/java.html#java继承的特点
https://devref.9up.dev/docs/java.html#super-与-this
https://devref.9up.dev/docs/java.html#final-关键字
https://devref.9up.dev/docs/java.html#java的重写override与重载overload
https://devref.9up.dev/docs/java.html#重写override
https://devref.9up.dev/docs/java.html#重载overload
https://devref.9up.dev/docs/java.html#java-抽象类
https://devref.9up.dev/docs/java.html#java-接口
https://devref.9up.dev/docs/java.html#接口的定义
https://devref.9up.dev/docs/java.html#接口的实现
https://devref.9up.dev/docs/java.html#java-多线程
https://devref.9up.dev/docs/java.html#创建线程
https://devref.9up.dev/docs/java.html#线程池
https://devref.9up.dev/docs/java.html#synchronized
https://devref.9up.dev/docs/java.html#线程编排
https://devref.9up.dev/docs/java.html#threadlocal
https://devref.9up.dev/docs/java.html#线程等待与唤醒
https://devref.9up.dev/docs/java.html#java-框架搜集
https://devref.9up.dev/docs/java.html#java-集合
ArrayListhttps://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html
Vectorhttps://docs.oracle.com/javase/8/docs/api/java/util/Vector.html
LinkedListhttps://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html
CopyOnWriteArrayListhttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CopyOnWriteArrayList.html
HashSethttps://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html
LinkedHashSethttps://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashSet.html
TreeSethttps://docs.oracle.com/javase/8/docs/api/java/util/TreeSet.html
CopyOnWriteArraySethttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CopyOnWriteArraySet.html
ConcurrentSkipListSethttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentSkipListSet.html
HashMaphttps://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html
Hashtablehttps://docs.oracle.com/javase/8/docs/api/java/util/Hashtable.html
LinkedHashMaphttps://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashMap.html
TreeMaphttps://docs.oracle.com/javase/8/docs/api/java/util/TreeMap.html
ConcurrentHashMaphttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html
ConcurrentSkipListMaphttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentSkipListMap.html
ArrayDequehttps://docs.oracle.com/javase/8/docs/api/java/util/ArrayDeque.html
PriorityQueuehttps://docs.oracle.com/javase/8/docs/api/java/util/PriorityQueue.html
ConcurrentLinkedQueuehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html
ConcurrentLinkedDequehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentLinkedDeque.html
ArrayBlockingQueuehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ArrayBlockingQueue.html
LinkedBlockingDequehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/LinkedBlockingDeque.html
PriorityBlockingQueuehttps://docs.oracle.com/javase/8/docs/api/java/util/concurrent/PriorityBlockingQueue.html
https://devref.9up.dev/docs/java.html#arraylist
https://devref.9up.dev/docs/java.html#hashmap
https://devref.9up.dev/docs/java.html#concurrenthashmap
https://devref.9up.dev/docs/java.html#hashset
https://devref.9up.dev/docs/java.html#arraydeque
https://devref.9up.dev/docs/java.html#java-io流
https://devref.9up.dev/docs/java.html#常见的类和操作
https://devref.9up.dev/docs/java.html#字节流
https://devref.9up.dev/docs/java.html#字符流
https://devref.9up.dev/docs/java.html#数据流
https://devref.9up.dev/docs/java.html#对象流
https://devref.9up.dev/docs/java.html#序列化与反序列化
https://devref.9up.dev/docs/java.html#标准输入输出流
https://devref.9up.dev/docs/java.html#基本操作
https://devref.9up.dev/docs/java.html#关闭流
https://devref.9up.dev/docs/java.html#java-stream-流
https://devref.9up.dev/docs/java.html#创建流
https://devref.9up.dev/docs/java.html#中间操作
https://devref.9up.dev/docs/java.html#终端操作
https://devref.9up.dev/docs/java.html#并行流
https://devref.9up.dev/docs/java.html#反射
https://devref.9up.dev/docs/java.html#获取-class-对象
https://devref.9up.dev/docs/java.html#获取类的信息
https://devref.9up.dev/docs/java.html#创建对象实例
https://devref.9up.dev/docs/java.html#获取和设置字段值
https://devref.9up.dev/docs/java.html#处理泛型
https://devref.9up.dev/docs/java.html#调用方法
https://devref.9up.dev/docs/java.html#其他常用操作
https://devref.9up.dev/docs/java.html#处理注解
https://devref.9up.dev/docs/java.html#方法引用
https://devref.9up.dev/docs/java.html#方法引用-1
https://devref.9up.dev/docs/java.html#使用方式
https://devref.9up.dev/docs/java.html#静态方法引用
https://devref.9up.dev/docs/java.html#实例方法引用
https://devref.9up.dev/docs/java.html#构造方法引用
https://devref.9up.dev/docs/java.html#数组构造方法引用
https://devref.9up.dev/docs/java.html#对象中的方法引用
https://devref.9up.dev/docs/java.html#对象中的静态方法引用
https://devref.9up.dev/docs/java.html#杂项-misc
https://devref.9up.dev/docs/java.html#访问修饰符
https://devref.9up.dev/docs/java.html#常用表达
Regex in javahttps://devref.9up.dev/docs/regex.html#java-%E4%B8%AD%E7%9A%84%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F
https://devref.9up.dev/docs/java.html#注释-comment
https://devref.9up.dev/docs/java.html#关键字
https://devref.9up.dev/docs/java.html#数学方法
https://devref.9up.dev/docs/java.html#异常-trycatchfinally
https://devref.9up.dev/docs/java.html#util工具类
https://devref.9up.dev/docs/java.html#collections-工具类
https://devref.9up.dev/docs/java.html#操纵数据库
https://devref.9up.dev/docs/java.html#jdbc
https://devref.9up.dev/docs/java.html#jdbc注册驱动
https://devref.9up.dev/docs/java.html#另见
Java 官网https://www.oracle.com/cn/java/
Kenny Wanghttps://wangchujiang.com/#/app

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.