alem · 2023-04-27 11:01:31.536721
python notes

- list list是一种有序的集合,可以随时添加和删除其中的元素。 len(list) : 统计list中元素个数 list.pop(): 删除list中最后一个元素 list.pop(i) : 删除任意一个index元素 list.insert(i,'xxx') : 任意index插入元素 - t

hien · 2023-03-26 18:29:36.585015
hi

<p style="text-align: center;"><a href="https://doruffleton.com/4/5754338" rel="nofollow"><img src="https://external.fsgn5-13.fna.fbcdn.net/emg1/v/t13/113578448

dinoooo · 2023-01-19 09:03:39.263032
Bruce · 2022-12-28 02:38:22.654660
Basic VI Commands

![](http://www.note.net/static/upload/2/1672195094.jpg)

Bruce · 2022-12-27 05:13:06.723503
Basic Git Commands

Here is a list of some basic Git commands to get you going with Git. ||Git commands|Notes| |----|-----|----| |config| git config --global user.name "Bruce