Exception(Java) 发表于 2024-04-15 分类于 java Non-static method ‘function()’ cannot be referenced from a static context 阅读全文 »
Java中Arrays类的常用方法 发表于 2024-04-08 更新于 2024-04-15 分类于 java Arrays类位于java.util包中,主要包含了操作数组的各种方法,比如排序和搜索等。其所有方法均为静态方法,调用起来非常方便。 阅读全文 »
Arrays.binarySearch() 发表于 2024-04-07 更新于 2024-04-08 分类于 算法 基本搜索算法-BinarySearchIn computer science,binary search is a search algorithm that finds the position of a target value within a sorted array 阅读全文 »