macOS设置jenv Posted on 2022-06-28 In MacOS Symbols count in article: 685 Reading time ≈ 1 mins. macOS设置jenv Read more »
macOS安装sentencepiece模块失败 Posted on 2022-05-02 In Python Symbols count in article: 4.1k Reading time ≈ 4 mins. macOS安装sentencepiece模块失败 Read more »
Mac初始化EasyNLP开发环境 Posted on 2022-05-02 In MacOS Symbols count in article: 3.8k Reading time ≈ 3 mins. Mac初始化EasyNLP开发环境 Read more »
MacOS修改Python默认配置 Posted on 2022-04-29 Edited on 2022-05-02 In MacOS Symbols count in article: 4.1k Reading time ≈ 4 mins. MacOS修改默认Python配置,包括bin、sit-package等 Read more »
因为软连接导致mybatis无法正常启动 Posted on 2021-11-16 Edited on 2022-05-08 In Backend Symbols count in article: 2.3k Reading time ≈ 2 mins. 因为软连接导致mybatis无法正常启动 Read more »
LeetCode-516.最长回文子序列 Posted on 2020-12-21 In 算法 Symbols count in article: 1.1k Reading time ≈ 1 mins. 最长回文子序列 Read more »
LeetCode-5.最长回文子串 Posted on 2020-12-17 Edited on 2020-12-18 In 算法 Symbols count in article: 2.7k Reading time ≈ 2 mins. 最长回文子串(不是子序列) Read more »
LeetCode-34.在排序数组中查找元素的第一个和最后一个位置 Posted on 2020-12-16 In 算法 Symbols count in article: 2.6k Reading time ≈ 2 mins. 主要是左边界二分查找和右边界二分查找 Read more »
LeetCode-704.二分查找 Posted on 2020-12-15 Edited on 2020-12-16 In 算法 Symbols count in article: 732 Reading time ≈ 1 mins. Binary Search Read more »
LeetCode-300.最长上升子序列 Posted on 2020-12-14 Edited on 2020-12-15 In 算法 Symbols count in article: 1.5k Reading time ≈ 1 mins. 最长上升子序列 - Longesg Increasing Subsequence,简称LIS Read more »