自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 prefered vimrc settings

【代码】prefered vimrc settings。

2025-05-28 18:53:50 417

原创 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关注的人

提示
确定要删除当前文章?
取消 删除