一、celery介绍 Celery 官网:http://www.celeryproject.org/ Celery 官方文档英文版:http://docs.celeryproject.org/en/latest/index.html Celery 官方文档中文版:http://docs.jinkan ...
分类:
其他好文 时间:
2020-07-25 23:54:00
阅读次数:
81
conda使用教程 1.安装miniconda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh ;bash ./Miniconda3-latest-Linux-x86_64.sh; 2.配置conf ...
分类:
其他好文 时间:
2020-07-24 21:23:56
阅读次数:
80
MathJax基本的使用方式 首先为了让Markdown能够解析LaTax数学表达式,通常情况下,需要引入MathJax插件 <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?c ...
分类:
其他好文 时间:
2020-07-24 19:02:23
阅读次数:
93
fmt 源码: https://github.com/fmtlib/fmt 本文翻译:https://fmt.dev/latest/syntax.html fmt版本:7.0.1 本文仅为参考,请以官方文档为准。 水平有限,欢迎指正。有兴趣,参阅 官方文档。 本文仅为参考,请以 实际情况 为准。 正 ...
分类:
其他好文 时间:
2020-07-24 16:51:33
阅读次数:
136
[root@k8s-master ~]# docker pull eipwork/kuboard:latest [root@k8s-master ~]# docker images | grep kuboard eipwork/kuboard latest 9fccf2a94412 3 weeks ...
分类:
其他好文 时间:
2020-07-24 15:35:00
阅读次数:
103
yum模块 name 必选 指定安装包名 state 执行命令 present installed removed latest absent 其中installed and present等效 latest标志安装yum中最新版本,absent and removed 等效 表示删除安装包 dis ...
分类:
其他好文 时间:
2020-07-23 16:32:49
阅读次数:
80
public class DeadLock{ static Object o1 = new Object(); static Object o2 = new Object(); public static void main(String[] args) { new Thread(new Runna ...
分类:
其他好文 时间:
2020-07-23 15:51:59
阅读次数:
62
Good news to tell you that our our new arrived Porsche Piwis tester II have the latest version V14.75 . It is the latest professional tester for Porsh ...
分类:
其他好文 时间:
2020-07-22 21:01:24
阅读次数:
82
从官网上拉取最新MySQL镜像: docker pull mysql:latest 创建并运行一个MySQL镜像的容器 docker run -itd --name mysql-test -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql 即使该容器实例 ...
分类:
数据库 时间:
2020-07-22 01:34:31
阅读次数:
85
前言 本文简记运行、配置 Nginx 容器的过程。 启动 Nginx 容器 拉取 Nginx 镜像 命令: sudo docker pull nginx:latest 编写 dockr-compose.yml 文件 在 /opt 目录下创建文件夹 docker_nginx 。 sudo mkdir ...
分类:
其他好文 时间:
2020-07-19 23:24:28
阅读次数:
75