03 2024 档案

摘要:python static lib因为默认没有编译内置库,因此需要配置setup.local文件,把内置库编译到static lib。 参考:https://wiki.python.org/moin/BuildStatically。(./configure --disable-shared即可) 注 阅读全文
posted @ 2024-03-21 13:43 xuyv 编辑
摘要:sigint sigterm都将收到信号。区别在于sigint会对进程树发送信号,因此子进程也会自动退出。(on Unix in most cases the parent and child will share a controlling terminal. Pressing Ctrl+C in 阅读全文
posted @ 2024-03-07 10:57 xuyv 编辑

点击右上角即可分享
微信分享提示