摘要:
The common approach to get a unique collection of items is to use a set. Sets are unordered collections of distinct objects. To create a set from any 阅读全文
posted @ 2018-05-18 17:59
bingo彬哥
阅读(222)
评论(0)
推荐(0)
摘要:
作者: 王恒 发表于 2012年 11月 5日 1、方法一,编辑rc.loacl脚本 2、方法二,添加一个Ubuntu的开机启动服务。 原创文章,请阅读页脚的许可方式,转载请注明: 转载自王恒的博客 [ https://wangheng.org ] 本文链接地址: https://wangheng. 阅读全文
posted @ 2018-05-18 17:44
bingo彬哥
阅读(365)
评论(0)
推荐(0)
摘要:
一、构建程序运行的docker环境 1. 拉取python3.6的镜像 2. 查看pip对应的python版本 3. 用pip3安装需要的python包 4. 环境和库配好后,提交新的镜像并命名 5. 拉取新的镜像,挂载服务器目录,设定映射端口,后台运行,容器取名,容器执行command,设定容器工 阅读全文
posted @ 2018-05-18 15:41
bingo彬哥
阅读(630)
评论(0)
推荐(0)