摘要: ``` #!/usr/bin/env python2 # coding: utf8 import multiprocessing def foo(h,context): if h%2 == 0: print (h) else: context.append(h) if __name__ == "__main__": ## 设置共享list... 阅读全文
posted @ 2019-09-15 17:29 yes5144 阅读(3053) 评论(0) 推荐(0) 编辑
摘要: 参考链接1:https://blog.csdn.net/VictoriaW/article/details/75314737 参考链接2:https://blog.csdn.net/sheldonwong/article/details/86684761 Unicode和str Unicode st 阅读全文
posted @ 2019-09-15 17:26 yes5144 阅读(61020) 评论(0) 推荐(0) 编辑
摘要: 依赖包在golang.org ??? vscode go代码补全 阅读全文
posted @ 2019-09-15 17:24 yes5144 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 1,docker的安装 2,配置 docker 加速器 5,k8s基础命令 kubectl 管理应用程序生命周期 阅读全文
posted @ 2019-09-15 17:23 yes5144 阅读(239) 评论(0) 推荐(0) 编辑
摘要: Docker 基础命令 Docker 数据管理 数据卷:容器内数据直接映射到本地主机环境 数据库容器:使用特定容器维护数据卷 端口映射和容器互联 阅读全文
posted @ 2019-09-15 17:17 yes5144 阅读(131) 评论(0) 推荐(0) 编辑