一、前言 上节谈 helm 操作公共仓库。这节讲 helm 自建私有仓库。如果要搭 helm 私有仓库,需要一个存储服务器,我们这里选择 minio。 二、minio安装 2.1 minio下载 $ wget https://dl.minio.io/server/minio/release/linu ...
分类:
其他好文 时间:
2021-06-13 10:16:27
阅读次数:
0
编译OpenGL Red Book 的例子时出现错误, stdlib.h(406) : error C2381: “exit”: 重定义;__declspec(noreturn) 不同 glut.h(146) : 参见“exit”的声明 解决方法:#include <GL/glut.h> #incl ...
分类:
其他好文 时间:
2021-06-13 10:02:41
阅读次数:
0
遇到的问题(1)error LNK2019: 无法解析的外部符号 __imp____glutInitWithExit@12,该符号在函数 _glutInit_ATEXIT_HACK@8 中被引用(2)error LNK2019: 无法解析的外部符号 __imp____glutCreateWindow ...
分类:
其他好文 时间:
2021-06-13 10:02:17
阅读次数:
0
nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
分类:
其他好文 时间:
2021-06-13 09:55:40
阅读次数:
0
程序那一行:你一般找 就能找到 工作目录 然后把 UIC 也加上 程序路径也在刚才那个下面,只不过 在 bin 目录下得上面, 在下 ...
分类:
其他好文 时间:
2021-06-13 09:52:20
阅读次数:
0
跑命令bedtools genomecov -ibam file.bam -bga -split -trackline > file.wig时出现的报错。 解决方案: samtools sort file.bam -T /tmep -o file.sorted.bam #/tmep指的是新建一个tm ...
分类:
其他好文 时间:
2021-06-13 09:43:05
阅读次数:
0
1、js内置对象 Math、Date、Array、String JS中对象分为3种:1、自定义对象 2、内置对象 3、浏览器对象 前面两种对象是/S基础内容,属于ECMAScript ;第三个浏览器对象属于我们JS独有的,我们JS APl讲解 内置对象就是指IS语言自带的一些对象,这些对象供开发者使 ...
分类:
Web程序 时间:
2021-06-13 09:36:08
阅读次数:
0
点开题目,发现只是一个计算框 查看一下源代码 发现了一串代码 .ajax是指通过http请求加载远程数据 输入的算式会被传进calc.php文件中 且提示网页存在waf(就是防火墙) 访问cala.php试试 有一串php代码 1 <?php 2 error_reporting(0); 3 if(! ...
分类:
其他好文 时间:
2021-06-13 09:27:14
阅读次数:
0
二分法边界思考(续) 本题思路是使相同长度下序列增长要尽可能慢 package leetCode.动态规划; /** * @author km * @date 2021年06月11日 **/ public class LongestIncreasingSubsequence { public sta ...
分类:
其他好文 时间:
2021-06-13 09:19:49
阅读次数:
0
问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
分类:
Web程序 时间:
2021-06-11 19:17:07
阅读次数:
0