码迷,mamicode.com
首页 >  
搜索关键字:build version    ( 35499个结果
istio-gateway-virtualService
部署istio的ingressGateway时, 把istio的IngressGateway理解为 k8s的ingressController 把Gateway理解为 k8s的ingress规则 将k8s的Service通过VirtualService映射到Gateway apiVersion: n ...
分类:其他好文   时间:2021-05-24 04:18:41    阅读次数:0
Maven项目中mvn test执行TestNG配置文件
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.0.0-M5</version> <configuration> <!-- S ...
分类:其他好文   时间:2021-05-24 03:28:46    阅读次数:0
Docker常用标签
镜像 docker pull *** //拉取镜像 docker images //查看本地镜像 docker run *** //运行镜像(加-d 后台运行) docker rmi *** //删除镜像(加-f可强制删除) docker build -t jpress:latest . //编译镜 ...
分类:其他好文   时间:2021-05-24 03:24:25    阅读次数:0
jdk 安装
Linux 配置 jdk 一、准备 1、查看系统是否自带JDK java -version 2、查看相关java文件 rpm -qa | grep java 3、删除相关文件 首先键入命令 su root 输入密码获取root权限,然后将上一步中带 openjdk 的文件全部删除,具体根据你安装的版 ...
分类:其他好文   时间:2021-05-24 03:23:12    阅读次数:0
SM3
算法过程 代码实现 /************************************************************************ File name: SM3.c Version: SM3_V1.1 Date: Sep 18,2016 Description: ...
分类:其他好文   时间:2021-05-24 02:25:02    阅读次数: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
sentinel使用(结合gateway)
前 如果你想在Spring Cloud Gateway中使用Sentinel Starter,你需要添加Spring - Cloud -alibaba- Sentinel - Gateway依赖,并添加Spring - Cloud - Starter - Gateway依赖,让Spring Clou ...
分类:其他好文   时间:2021-05-24 01:48:53    阅读次数:0
Mac电脑使用pyenv管理多版本python环境
简介 利用Mac包管理工具brew安装pyenv,pyenv用来管理所有python版本。如果没有安装brew,先安装一下吧。 安装pyevn $ brew install pyenv $ pyenv -v pyenv 1.2.6 查看所有的python版本(pyenv管理的所有版本) $ pyen ...
分类:编程语言   时间:2021-05-24 01:42:44    阅读次数:0
JDK安装与卸载
卸载JDK 1.删除java的安装目录 2.删除JAVA_HOME 3.删除path下关于java的目录 4.java-version 安装JDK 1.百度搜索JDK8,找到下载地址 2.同意协议 3.下载电脑对应版本 4.双击安装JDK 5.记住安装的路径 6.配置环境变量 1.我的电脑》右键》属 ...
分类:其他好文   时间:2021-05-24 01:15:42    阅读次数: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
35499条   上一页 1 ... 24 25 26 27 28 ... 3550 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!