码迷,mamicode.com
首页 >  
搜索关键字:build task    ( 22119个结果
Docker常用标签
镜像 docker pull *** //拉取镜像 docker images //查看本地镜像 docker run *** //运行镜像(加-d 后台运行) docker rmi *** //删除镜像(加-f可强制删除) docker build -t jpress:latest . //编译镜 ...
分类:其他好文   时间:2021-05-24 03:24:25    阅读次数:0
2019 ICPC Asia Yinchuan Regional G. Pot!!(线段树/数论)
Little Q is very sleepy, and he really needs some coffee to make him awake. At this time, Little L brings a pot to Little Q, and he states the pot as ...
分类:其他好文   时间:2021-05-24 02:14:37    阅读次数:0
Oracle账户被锁:the account is locked
转至:https://blog.csdn.net/weixin_37615080/article/details/80400239?utm_medium=distribute.pc_relevant_t0.none-task-blog-2~default~BlogCommendFromMachine ...
分类:数据库   时间:2021-05-24 01:33:38    阅读次数:0
POJ 1005 - I Think I Need a Houseboat
POJ 1005 - I Think I Need a Houseboat Description Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process o ...
分类:其他好文   时间:2021-05-24 00:42:36    阅读次数:0
垃圾回收器
https://blog.csdn.net/likun557/article/details/100036207?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522162035687416780366590036%2522%252C%25 ...
分类:其他好文   时间:2021-05-24 00:23:44    阅读次数:0
RuntimeError: you must first build vocabulary before training the model
解决RuntimeError: you must first build vocabulary before training the model错误 查找解决方案,意思就是说你的数据集中的数量过少,解决方案有两种,扩大数据集的数量、另一个就是更改min_count的值例如:如果太少的话可以更改为 ...
分类:其他好文   时间:2021-05-23 23:49:16    阅读次数:0
Docker 安装 (Windows 环境)
文章针对 Windows 10 20H2,版本不同情况可能不同,仅供参考。 安装要求: Windows 10 Pro / Enterprise / Edu 版本在 Build 14393 以上的版本 Windows 必须是 64 位版本 需要启动 Windows Hyper-V 和容器特性 检查是否 ...
分类:Windows程序   时间:2021-05-23 23:31:49    阅读次数:0
树莓派4B-搭建Jenkins
官网下载Jenkins https://www.jenkins.io/zh/download/ 构建jenkins镜像 # docker build -t jenkins:2.277.3 . from ubuntu:latest run sed -i 's/ports.ubuntu.com/mirr ...
分类:其他好文   时间:2021-05-04 16:25:44    阅读次数:0
C - Arrangement for Contests
题目链接 维护一个区间最小值同时维护一个区间最小值的减法 #include <bits/stdc++.h> using namespace std; const int N = 100010; int a[N]; int n,k; struct node{ int l,r; int v,add; } ...
分类:其他好文   时间:2021-05-04 16:06:56    阅读次数:0
第五篇 进程&线程&协程
多进程 1 #方式一: 2 # from multiprocessing import Process 3 # import time 4 # 5 # def task(name): 6 # print('%s is running' %name) 7 # time.sleep(3) 8 # pri ...
分类:编程语言   时间:2021-05-04 15:51:14    阅读次数:0
22119条   上一页 1 ... 11 12 13 14 15 ... 2212 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!