Evanyuki 的个人博客:软件开发、工具与思考

PicGo+GitHub:打造自己的图床

这是一款图片上传的工具,目前支持 SM.MS 图床,微博图床,七牛图床,腾讯云 COS,阿里云 OSS,Imgur,又拍云,`GitHub`等图床,未来将支持更多图床。
1106 words
|
6 minutes
Cover Image of the Post

LeetCode-821-字符的最短距离

LeetCode 821「字符的最短距离」题解:遍历目标字符位置计算最小距离,并给出 Python 实现与复杂度分析。
256 words
|
1 minute
Cover Image of the Post

LeetCode-225-用栈实现队列

**Leetcode 225. Implement Stack using Queues**
492 words
|
2 minutes
Cover Image of the Post

LeetCode-20-有效括号

**Leetcode 20.Valid Parentheses**
155 words
|
1 minute
Cover Image of the Post

LeetCode-242-有效的字母异位词

**Leetcode 242.Valid Anagram**
185 words
|
1 minute
Cover Image of the Post

Mac Homebrew 国内镜像源替换或重置

Homebrew是一款包管理工具,目前支持macOS和linux系统。安装方式很简单,将下面👇命令复制到命令行终端运行即可。
260 words
|
1 minute
Cover Image of the Post

LeetCode-232-用栈实现队列

**Leetcode 232.Implement Queue using Stacks**
239 words
|
1 minute
Cover Image of the Post

npm 国内镜像换源

http://npm.taobao.org/
73 words
|
1 minute
Cover Image of the Post