上一页 1 2 3 4 5 6 7 8 ··· 79 下一页
摘要: /** * 1502. Can Make Arithmetic Progression From Sequence * https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/description/ * 阅读全文
posted @ 2023-06-06 18:26 johnny_zhao 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 在命令行中输入:export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn 以使用国内镜像,如设置成功会出现: Flutter assets will be downloaded from https://storage.flutter 阅读全文
posted @ 2023-05-05 12:44 johnny_zhao 阅读(1500) 评论(0) 推荐(0) 编辑
摘要: flutter clean flutter packages get flutter packages upgrade ( Optional - use if you want to upgrade packages ) Restart Android Studio or Visual Studio 阅读全文
posted @ 2023-05-02 03:05 johnny_zhao 阅读(160) 评论(0) 推荐(0) 编辑
摘要: To learn Aptos Core, you can follow these steps: 1. Familiarize yourself with the basics of computer programming and software development. 2. Learn ab 阅读全文
posted @ 2023-03-05 23:31 johnny_zhao 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_43667711/article/details/128216988 阅读全文
posted @ 2023-02-17 15:13 johnny_zhao 阅读(126) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_2562 /** * 2562. Find the Array Concatenation Value * https://leetcode.com/problems/find-the-array-concatenation-value/description/ * 阅读全文
posted @ 2023-02-12 14:36 johnny_zhao 阅读(55) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_2558 import java.util.* /** * 2558. Take Gifts From the Richest Pile * https://leetcode.com/problems/take-gifts-from-the-richest-pile 阅读全文
posted @ 2023-02-05 23:30 johnny_zhao 阅读(40) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_817 /** * 817. Linked List Components * https://leetcode.com/problems/linked-list-components/ * You are given the head of a linked li 阅读全文
posted @ 2023-02-04 00:29 johnny_zhao 阅读(11) 评论(0) 推荐(0) 编辑
摘要: package Leetcode_690 import java.util.* import kotlin.collections.HashMap /** * 690. Employee Importance * https://leetcode.com/problems/employee-impo 阅读全文
posted @ 2023-02-03 11:03 johnny_zhao 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 什么是Soundex算法? Soundex是一种语音算法,利用英文字的读音计算近似值,值由4个字符构成,第一个字符为英文字母,后三个为数字。在拼音文字中有时会有会念但不能拼出正确字的情形,可用Soundex做类似模糊匹配的功能。 例如Kunth和Kant二个字符串,它们的Soundex值都是“K53 阅读全文
posted @ 2023-01-27 10:14 johnny_zhao 阅读(176) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 79 下一页