- 博客(6)
- 收藏
- 关注
原创 gruvebox in ssh seems not correspond to local terminal‘s one
" 确保 256 色支持。" gruvbox 配置。
2025-05-28 18:50:53
121
原创 way to install latest vim by PPA
#add official Vim PPA`sudo add-apt-repository ppa:jonathonf/vim ``sudo apt update``sudo apt install vim`
2025-05-28 18:44:07
162
原创 configuration for node.js and npm by nvm in Ubuntu22.04 LTS
```curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bashsource ~/.bashrcnvm install --lts```inspect version```node -v \ npm -v```
2025-05-27 15:08:11
123
原创 numpy中ndarray对运算符“=“的判断
可见test和location_present类似“绑定”在一起了,这是因为运算符"="在这里相当于把location_present的指针指向了test的地址。为了避免这种错误的赋值,可以用copy(),如:test = location_present.copy()达成了类似ndarray* location = &test的效果。
2024-02-21 17:05:08
569
1
原创 解决ic(icecream)异常问题
ic| Error: Failed to access the underlying source code for analysis. Was ic() invoked in a REPL (e.g. from the command line), a frozen application (e.g. packaged with PyInstaller), or did the underlying source code change during execution?
2024-01-23 20:22:12
1134
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅