ramlife

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年12月14日

摘要: python 中 需要使用 messagequeue 需要 import posix_ipc,然后才能用。 python 版本的 messagequeue 是对 C 版本的封装。 具体参考: http://semanchuk.com/philip/posix_ipc/#message_queue 阅读全文
posted @ 2020-12-14 11:34 ramlife 阅读(157) 评论(0) 推荐(0) 编辑

摘要: linux 系统上配置 .gitconfig [core] autocrlf = input safecrlf = warn 配置为提交时转为 lf,下拉时不转换。如果文件时混合换行符时,进行警告。 参考:https://www.jianshu.com/p/6ef90ce18ba2 https:// 阅读全文
posted @ 2020-12-14 11:24 ramlife 阅读(69) 评论(0) 推荐(0) 编辑