摘要: windows下启动 cd wp\pynbwp %windir%\System32\cmd.exe "/K" D:\ProgramData\anaconda3\Scripts\activate.bat D:\ProgramData\anaconda3 阅读全文
posted @ 2025-11-12 09:21 jiftle 阅读(5) 评论(0) 推荐(0)
摘要: #!/bin/bash # # This file echoes four gradients with 24-bit color codes # to the terminal to demonstrate their functionality. # The foreground escape 阅读全文
posted @ 2025-11-12 09:06 jiftle 阅读(4) 评论(0) 推荐(0)
摘要: nohup emacs --daemon > /dev/null 2>&1 & 步骤 使用emacs --daemon启动emacs server. 使用emacsclient -t 连接到这个server. 即使关闭emacs后,daemon仍然存在,可重复连接;需要关闭的话,M-x kill-e 阅读全文
posted @ 2025-11-12 09:02 jiftle 阅读(9) 评论(0) 推荐(0)