上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 66 下一页
摘要: title: python个人学习笔记 date: 2020-03-22 00:16:52 语法 缩进应该使用4个空格而不是tab:https://peps.python.org/pep-0008/#tabs-or-spaces Python if 语句 Python3 函数 python之gene 阅读全文
posted @ 2024-09-28 14:09 寻找繁星 阅读(0) 评论(0) 推荐(0) 编辑
摘要: title: python dataframe根据列号取出列 date: 2020-12-10 14:44:47 原文:https://thispointer.com/select-rows-columns-by-name-or-index-in-dataframe-using-loc-iloc-p 阅读全文
posted @ 2024-09-28 14:09 寻找繁星 阅读(1) 评论(0) 推荐(0) 编辑
摘要: title: python *tuple和**dict的含义 date: 2020-12-03 15:27:01 原文:https://stackoverflow.com/questions/21809112/what-does-tuple-and-dict-mean-in-python *tupl 阅读全文
posted @ 2024-09-28 14:09 寻找繁星 阅读(0) 评论(0) 推荐(0) 编辑
摘要: title: pip3 search date: 2021-08-10 22:05:02 这个命令官方停用了,可以先 pip3 install pip-search 然后 pip_search 搜。 原文:https://segmentfault.com/q/1010000039360670 阅读全文
posted @ 2024-09-28 14:09 寻找繁星 阅读(0) 评论(0) 推荐(0) 编辑
摘要: title: '在chroot环境中挂载dev, proc, sys' date: 2022-04-27 16:33:44 tags: mount cd /location/of/new/root mount -t proc /proc proc/ mount -t sysfs /sys sys/ 阅读全文
posted @ 2024-09-28 14:08 寻找繁星 阅读(1) 评论(0) 推荐(0) 编辑
摘要: title: 制作自定义的Debian LiveOS ISO date: 2022-05-30 21:16:13 tags: 主要参考:https://willhaley.com/blog/custom-debian-live-environment/ 序章 先找到一块风水宝地作为我们的工作目录,所 阅读全文
posted @ 2024-09-28 14:08 寻找繁星 阅读(5) 评论(0) 推荐(0) 编辑
摘要: title: 切换GRUB菜单的提供方 date: 2022-01-10 13:15:54 tags: 安装Debian之后,GRUB菜单就变成Debian的了。但是Debian的GRUB菜单在高分屏下字特别小。 Deepin的GRUB菜单很好看,而且还可以方便地在设置里设置默认项。所以我想要将GR 阅读全文
posted @ 2024-09-28 14:08 寻找繁星 阅读(1) 评论(0) 推荐(0) 编辑
摘要: title: systemctl学习笔记 date: 2023-04-14 16:29:39 tags: # https://unix.stackexchange.com/questions/447561/systemctl-status-shows-state-degraded systemctl 阅读全文
posted @ 2024-09-28 14:08 寻找繁星 阅读(0) 评论(0) 推荐(0) 编辑
摘要: title: perf学习笔记 date: 2023-12-08 19:06:53 tags: 官方文档:https://perf.wiki.kernel.org/index.php/Main_Page 安装 Debian: sudo apt install linux-perf 开启权限 设置/p 阅读全文
posted @ 2024-09-28 14:08 寻找繁星 阅读(6) 评论(0) 推荐(0) 编辑
摘要: title: perf.data生成火焰图 date: 2021-09-16 10:40:41 用perf或者别的东西生成perf.data后,可以用如下方法生成火焰图: 先把https://github.com/brendangregg/FlameGraph.git clone到目录$FlameG 阅读全文
posted @ 2024-09-28 14:08 寻找繁星 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 66 下一页