上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页
摘要: # git 基础 ![image](https://img2023.cnblogs.com/blog/1721561/202305/1721561-20230530201431197-1668378113.png) 下面是我整理的常用 Git 命令清单。几个专用名词的译名如下。 Workspace: 阅读全文
posted @ 2023-05-30 20:15 michaelchengjl 阅读(4) 评论(0) 推荐(0) 编辑
摘要: # Python 如何给屏幕打印信息加上颜色 https://github.com/Textualize/rich https://wxnacy.com/2019/04/24/python-print-color/ https://www.cnblogs.com/benjamin77/p/10853 阅读全文
posted @ 2023-05-30 19:31 michaelchengjl 阅读(88) 评论(0) 推荐(0) 编辑
摘要: Ubuntu Linux终端颜色个性化设置技巧 https://www.linuxprobe.com/ubuntu-linux-terminal.html https://github.com/wez/wezterm 阅读全文
posted @ 2023-05-30 19:22 michaelchengjl 阅读(85) 评论(0) 推荐(0) 编辑
摘要: # python 中的 multiprocessing https://docs.python.org/zh-cn/3/library/multiprocessing.html https://blog.csdn.net/brucewong0516/article/details/85776194 阅读全文
posted @ 2023-05-30 10:26 michaelchengjl 阅读(6) 评论(0) 推荐(0) 编辑
摘要: # python:yaml模块 https://www.jianshu.com/p/eaa1bf01b3a6 https://www.runoob.com/w3cnote/yaml-intro.html 阅读全文
posted @ 2023-05-29 11:36 michaelchengjl 阅读(3) 评论(0) 推荐(0) 编辑
摘要: # Shell中特殊字符的用法总结 https://www.jb51.net/article/120595.htm 阅读全文
posted @ 2023-05-29 11:32 michaelchengjl 阅读(11) 评论(0) 推荐(0) 编辑
摘要: # yaml文件中&、<<、 * 含义 ``` development: &default adapter: postgresql database: dev_development test: &test <<: *default database: test_test cucumber: <<: 阅读全文
posted @ 2023-05-29 11:30 michaelchengjl 阅读(926) 评论(0) 推荐(0) 编辑
摘要: linux 命令大全 虽然linux下不会有windows下的那么多垃圾和磁盘碎片!但还是会留下一些用不着的临时文件或是多次升级后的N个旧的内核! 1,非常有用的清理命令: sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremo 阅读全文
posted @ 2023-05-23 15:11 michaelchengjl 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 基于 LLVM 自制编译器 https://csstormq.github.io/#jumpLLVM编译器 https://www.cnblogs.com/Five100Miles/category/1438128.html https://chuquan.me/categories/LLVM/ h 阅读全文
posted @ 2023-05-23 10:36 michaelchengjl 阅读(16) 评论(0) 推荐(0) 编辑
摘要: # git hook 及颜色配置 https://www.atlassian.com/zh/git/tutorials/git-hooks https://www.freecodecamp.org/chinese/news/git-hooks-script/ https://git-scm.com/ 阅读全文
posted @ 2023-05-22 16:52 michaelchengjl 阅读(25) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页