摘要:
参考自:http://dreamlikes.cn/archives/555 其中在第四步,编译安装gRPC时, make 后,出现错误 /usr/bin/ld: warning: libprotobuf.so.13, needed by //usr/local/lib/libprotoc.so, m 阅读全文
摘要:
list tuple dict set四种常用数据结构 list list 有序的集合,可以随时添加、删除其中元素值; 支持list嵌套模式, tuple(元组) 元组合list非常相似,但是tuple一经初始化,就不能修改。没有append()和insert()这样的方法; tuple的样子是() 阅读全文