美文网首页
2018-08-28

2018-08-28

作者: 蘇打綠_bd9f | 来源:发表于2018-08-28 16:55 被阅读0次

    多态:运行时类型与编译时类型不一致。
    获取本地当前所有分支方法:os.listdir("workspace/.git/refs/heads")
    获取当前分支方法:open("workspace/.git/HEAD ").readline().strip().split('/')[-1]   ##切片操作,取最后一个
    rabbitmqctl list_queues name messages consumers memory 列出队列的名字,消息数,消费者数,和占用的内存

    相关文章

      网友评论

          本文标题:2018-08-28

          本文链接:https://www.haomeiwen.com/subject/hedqwftx.html