阿奔的用户贡献
跳到导航
跳到搜索
2024年4月26日 (星期五)
- 13:212024年4月26日 (五) 13:21 差异 历史 +338 Java 常用语句 →map
2024年4月25日 (星期四)
- 14:082024年4月25日 (四) 14:08 差异 历史 +120 Leetcode - 322 - Coin Change →Java
- 14:002024年4月25日 (四) 14:00 差异 历史 +681 Leetcode - 322 - Coin Change 无编辑摘要
- 11:222024年4月25日 (四) 11:22 差异 历史 +1,965 新 Leetcode - 322 - Coin Change 创建页面,内容为“322. Coin Change * Medium You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return the fewest number of coins that you need to make up that amount. If that amount of money cannot be made up by any combination of the coins, return -1. You may assume that you have an infinite number of each kind of coin. Example 1: Input: coins = [1,2,5], amount = 11 Output: 3 Expl…”
- 11:052024年4月25日 (四) 11:05 差异 历史 +2 Leetcode - 001 - Two Sum 无编辑摘要
- 10:532024年4月25日 (四) 10:53 差异 历史 +290 Leetcode - 002 - Add Two Numbers 无编辑摘要
- 10:412024年4月25日 (四) 10:41 差异 历史 +15 数据结构 →常用的数据结构
2024年4月24日 (星期三)
- 14:302024年4月24日 (三) 14:30 差异 历史 +57 Ubuntu desktop →Install
- 14:292024年4月24日 (三) 14:29 差异 历史 +21 Ubuntu desktop →Remote(Windows)
- 14:282024年4月24日 (三) 14:28 差异 历史 +15 Ubuntu desktop →Error
- 14:282024年4月24日 (三) 14:28 差异 历史 +219 Ubuntu desktop →kill firefox 进程
- 11:312024年4月24日 (三) 11:31 差异 历史 +3,148 新 Leetcode - 002 - Add Two Numbers 创建页面,内容为“2. Add Two Numbers Medium You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself. <small>Example 1: Input: l1 = [2,4,3], l2 = [5,6,4] Output: [7,0,8] Explanation: 342 + 465 = 807. Example…”
- 11:222024年4月24日 (三) 11:22 差异 历史 −27 Leetcode - 001 - Two Sum 无编辑摘要
- 10:572024年4月24日 (三) 10:57 差异 历史 +454 Leetcode - 001 - Two Sum 无编辑摘要
- 10:162024年4月24日 (三) 10:16 差异 历史 +1,595 新 Leetcode - 001 - Two Sum 创建页面,内容为“1. Two Sum Easy Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. <small>Example 1: Input: nums = [2,7,11,15], target = 9 Output: [0,1] Explanation: Because nums[0] + nums[1] == 9, we return [0, 1]. Example 2: Input: nums = [3,2…”
2024年4月23日 (星期二)
- 14:332024年4月23日 (二) 14:33 差异 历史 −24 Java 常用语句 →表达式
- 14:322024年4月23日 (二) 14:32 差异 历史 +46 Java 常用语句 →字符串转换成整数
- 10:372024年4月23日 (二) 10:37 差异 历史 +309 Java 常用语句 →转换
2024年4月19日 (星期五)
- 20:292024年4月19日 (五) 20:29 差异 历史 +564 Java 自定义方法 - BASE 无编辑摘要 标签:可视化编辑:已切换
- 13:412024年4月19日 (五) 13:41 差异 历史 +371 Java 常用语句 →转换
2024年4月18日 (星期四)
- 14:092024年4月18日 (四) 14:09 差异 历史 +30 动态规划 →最优子结构 当前
- 13:252024年4月18日 (四) 13:25 差异 历史 +1,583 新 Excel 创建页面,内容为“1970 年,个人计算机刚刚兴起的时代, 出现了 VisiCalc —— 第一个个人计算机上的电子表格软件,VisiCalc 是 Visual 和 Calculation 的简称。VisiCalc 用数字表示“行(Row)”、用字母表示“列(Column)”,同时还定义了 单元格(Cell)、公式(Formula)、函数(Function)等在现在的 Excel 中依然耳熟能详的概念。 1982 年,VisiCalc 的前雇员去了 Lotus Software,在 IBM 计算机平台上推…” 当前 标签:可视化编辑
- 10:072024年4月18日 (四) 10:07 差异 历史 +632 动态规划 →最优子结构
2024年4月17日 (星期三)
- 14:202024年4月17日 (三) 14:20 差异 历史 −302 动态规划 无编辑摘要
- 10:412024年4月17日 (三) 10:41 差异 历史 −103 动态规划 无编辑摘要
- 09:002024年4月17日 (三) 09:00 差异 历史 +165 Java Queue →类方法 当前
2024年4月16日 (星期二)
- 15:572024年4月16日 (二) 15:57 差异 历史 +51 AI 识别 无编辑摘要 当前
2024年4月10日 (星期三)
- 14:372024年4月10日 (三) 14:37 差异 历史 +5 Java Queue →接口实现类
- 14:352024年4月10日 (三) 14:35 差异 历史 +35 Java Error 无编辑摘要 标签:可视化编辑
- 14:342024年4月10日 (三) 14:34 差异 历史 +392 新 Java Error 创建页面,内容为“ ==== 无法从静态上下文中引用非静态方法 ==== 静态(static)方法和静态变量属于某一个类,而不属于类的对象。static 在类加载的时候就会分配内存,可以通过类名直接去访问。非静态成员属于类的对象,在对象初始化之后存在。 在静态方法中调用非静态成员,相当于调用了一个还未初始化的变量。”
2024年4月9日 (星期二)
- 14:442024年4月9日 (二) 14:44 差异 历史 −45 Java Queue →接口实现类
- 14:342024年4月9日 (二) 14:34 差异 历史 +2,418 新 Java Queue 创建页面,内容为“队列(Queue)是一种非常重要的数据结构。广泛应用于多线程、网络通信、缓存、消息队列等场景。 Queue 能够高效地实现元素的插入、删除以及元素的存储,在多线程场景中安全地实现元素的读写操作。遍历操作效率较低,元素的顺序固定。 === 应用场景 === * 消息队列: 在分布式系统中,消息队列是一种常用的通信方式。生产者向队列中添加消息,消费…”
- 10:532024年4月9日 (二) 10:53 差异 历史 +517 IntelliJ IDEA →依赖声明
- 10:012024年4月9日 (二) 10:01 差异 历史 +46 GitHub →Repository
- 09:572024年4月9日 (二) 09:57 差异 历史 +540 GitHub →Repository
2024年4月8日 (星期一)
- 15:582024年4月8日 (一) 15:58 差异 历史 +56 科技类英文单词 无编辑摘要 标签:可视化编辑
- 15:362024年4月8日 (一) 15:36 差异 历史 +183 科技类英文单词 无编辑摘要 标签:可视化编辑
2024年4月7日 (星期日)
- 14:302024年4月7日 (日) 14:30 差异 历史 +121 Java 框架 →Spring Boot 当前
- 14:282024年4月7日 (日) 14:28 差异 历史 +4,939 新 Java 框架 创建页面,内容为“ ===[https://spring.io/projects/spring-framework Spring]=== 毫无疑问,Spring 框架现在是 Java 后端框架家族里面最强大的一个,其拥有 IOC 和 AOP 两大利器,大大简化了软件开发复杂性。并且,Spring 现在能与所有主流开发框架集成,可谓是一个万能框架。 ====Spring MVC==== Spring MVC 是一个 MVC 开源框架,用来代替 Struts。它是 Spring 项目里面的一个重要组成部分,能与 Spri…” 标签:可视化编辑
- 10:482024年4月7日 (日) 10:48 差异 历史 +2,686 新 数据结构 创建页面,内容为“数据是存储在计算机的内存里的,在存储时,决定了数据顺序和位置关系的便是“数据结构”,分为逻辑结构和物理结构。 ==== 逻辑结构 ==== 指数据元素之间逻辑关系的数据结构,这里的逻辑关系是指数据元素之间的前后间关系。一种数据结构的逻辑结构根据需要可以表示成多种存储结构。 * 线性结构:数据结构的元素之间存在一对一线性关系,所…” 标签:可视化编辑
2024年4月3日 (星期三)
- 17:292024年4月3日 (三) 17:29 差异 历史 +50 科技类英文单词 无编辑摘要 标签:可视化编辑
- 17:032024年4月3日 (三) 17:03 差异 历史 −212 GitHub →Repository
- 15:472024年4月3日 (三) 15:47 差异 历史 +150 IntelliJ IDEA →java 不支持发行版本 7
- 09:262024年4月3日 (三) 09:26 差异 历史 +1,147 AI 识别 →如何识别视频中出现的品牌?
- 09:232024年4月3日 (三) 09:23 差异 历史 +1,082 AI 识别 →如何识别视频中出现的物品?
- 09:182024年4月3日 (三) 09:18 差异 历史 +293 AI 识别 →GPT-4 + You
- 09:152024年4月3日 (三) 09:15 差异 历史 +1,444 AI 识别 →如何识别视频中出现的物品?
2024年4月2日 (星期二)
- 16:582024年4月2日 (二) 16:58 差异 历史 +8,913 新 AI 识别 创建页面,内容为“===如何识别视频中出现的人物?=== 视频中人物识别是指从视频中提取人物图像并识别人物身份的过程。视频中人物识别技术主要包括以下几个步骤: '''1. 人脸检测''' 首先,需要从视频中检测出人脸。常用的方法包括: *Haar特征:利用Haar特征对图像进行快速扫描,检测出人脸区域。 *LBP特征:利用局部二值模式特征对图像进行描述,检测出人脸区域…” 标签:可视化编辑
- 16:552024年4月2日 (二) 16:55 差异 历史 −9,360 向量数据库应用 - Gemini 无编辑摘要 当前 标签:可视化编辑
- 16:462024年4月2日 (二) 16:46 差异 历史 +168 人工智能生成内容 无编辑摘要 当前