git merge vs rebase

git merge vs rebase,到底用哪个?

笔记

LLM提示词的简单技巧:STAR

使用STAR法则优化LLM的提示词

笔记

conda 常用命令

以下所有命令都以在Windows上的为例。 进入conda环境 1 activate 退出 1 deactivate 创建环境 1 conda create -n 如果使用python,需要用 1 conda create -n python 进入指定环境 1 conda activate 列出当前环境的包 1 conda list 安装指定的包 1 conda install 可以指定版本。 1 conda install = 查看

笔记

Linux 常用端口

Source Some of the mentioned ports include: * 1080: SOCK Proxy * 2049: Network File System (NFS) * 2181: Apache ZooKeeper * 2375: Docker REST API (HTTP) * 2376: Docker REST API (HTTPS) * 3000: Development Framework Port (used by Ruby on Rails, Node frameworks, etc.) * 3306: MySQL * 3478: ST

笔记