add-two-numbersTwoSum code12345678910111213141516171819202122232425262728293031323334353637383940414243/** * Definition for singly-linked list. * type ListNode struct { * Val int * Next *ListNode * } */fu 2024-02-01 #leetcode #algo #go #linkedlist
TwoSum link : https://leetcode.com/problems/two-sum/description/ backgroud knowlege use go build-in struture whitch that like map or slice about problemGive you two array of Integer and give you an integar 2024-02-01 #leetcode #algo #go
screen 关于screen常用命令: 代码命令 作用 其他 screen -S xxx 新建一个会话 screen -D xxx 将某个会话现在访问的人踢掉 screen -r xxx 进入某个已经存在的会话 screen -ls xxx 查看当前所有的会话 screen -S xxx -X quit 删除某个会话 2024-01-31 工具使用 #工具使用
个人博客收藏 网易云RTA投放 https://mp.weixin.qq.com/s/kW5_lootLn8y1apAWsiqLQ JVM问题cookbook https://mp.weixin.qq.com/s/zshcVuQreAB8YHwjBL0EmA RTB https://www.woshipm.com/marketing/5926942.html RTA https://m.saikr.co 2024-01-30 orikey亲选
【问题排查】hexo-git无法正常推送 现象已经全程挂了clashX并且给命令行设置上代理了,但是hexo d -g无法推送 解决方式~/.ssh/config修改成我底下这个样子 千万要记得 里面一些自定义项改成自己的:joy: 2024-01-28 #疑难杂症
口琴谱-老男孩 吹奏难度:3 (55555654367)1(75)(55611235)(545212)(55555654367)1(75)(55611235)(545211)1(7)(6)(7)123(7)(5)(5)(6)32111(7)(6)(7)123(7)(5)(5)(6)32111155555(7)(7)(7)(7)555651112 3243 3243 324351155555(7)(7)(7)(7) 2024-01-28 口琴简谱 #口琴
口琴谱-太阳照常升起 吹奏难度:4 (2) (6) (6) (6) (#6) (6)(6) (#6) 1 2 2 1 1 (6)(2) (5) (5) (5) (6) (5) (6)1 (6) 1 (3) (4) (2)(2) (4) (6) 2 1 21 2 1 2 1 1 (6)(5) 2 1 (6) (5) (6)(5) 2 (#6) (6) (5) (6)1 (3) (4) (2)2 6 6 6 #6 66 # 2024-01-28 口琴简谱 #口琴
thn【script-hexo新建博客并且使用typora打开】 环境 macos 14.2.1 (23C71) 版本 mac M1 使用条件 安装了typora 配置脚本中hexo的地址 脚本作用使用hexo创建的脚本放在_post底下,编辑什么的都不太方便,个人平常习惯使用typora写markdown,所以就有了这个脚本,这个脚本的作用是帮助你创建新博客的同时使用typora打开这个博客并且进行编辑。 使用效果1、查询当前的blog文章 th 2024-01-28 #orikey的私房菜 #自定义脚本
git工作流 了解git Git (/ɡɪt/)[8] is a distributed version control system[9] that tracks changes in any set of computer files, usually used for coordinating work among programmers who are collaboratively 2024-01-27 #orikey的私房菜