码迷,mamicode.com
首页 >  
搜索关键字:all builds will run    ( 42493个结果
Mysql权限整理
all privileges权限有哪些: select, insert, update, delete, create, drop,references, index,alter,create temporary tables,lock tables,execute,create view,show ...
分类:数据库   时间:2021-05-03 12:11:00    阅读次数:0
dockerfile以UID运行
FROM node:slimRUN useradd somebody -u 10001 --create-home --user-group # < Create a userCOPY --chown=somebody . /home/somebody/app/USER 10001WORKDIR / ...
分类:其他好文   时间:2021-05-03 12:05:20    阅读次数:0
Jmeter+InfluxDB+Grafana 可视化监控
一、安装influxdb 1.安装和进入influxdb docker pull influxdb:1.7.9 sudo docker run -d -p 8083:8083 -p8086:8086 --expose 8090 --expose 8099 --name influxDbService ...
分类:数据库   时间:2021-05-03 11:55:57    阅读次数:0
[ngx-formly] Use Angular Formly Extensions to automatically localize all field labels
In this lesson we're diving a bit deeper and learn how to inject services into Formly Extensions with the example of using ngx-translate to localize a ...
分类:其他好文   时间:2021-04-30 12:28:57    阅读次数:0
浅入Kubernetes(13):dashboard、api、访问配置
Kubectl 命令大全 在前面,我们学习到了一些 Kubernetes 知识,现在列出 kubectl 的所有命令以及其缩写形式,供翻阅查询。 kubectl 命令格式: kubectl [command] [type] [Name] [flag] all events (ev) podsecur ...
分类:Windows程序   时间:2021-04-30 12:25:21    阅读次数:0
prometheus更改默认端口
默认的9090改为9999: 容器 docker run -d -p 9999:9090 \ -v $PWD/prometheus.yml:/etc/prometheus/prometheus.yml \ --name prometheus \ prom/prometheus \ 二进制 安装包解压 ...
分类:其他好文   时间:2021-04-30 12:20:45    阅读次数:0
union 和 union all (记录合并)查询两个表并合并查询内容 需要查询结果列类型一致
https://blog.csdn.net/qidasheng2012/article/details/84938702 目录 简介语法注意事项 简介 如果我们需要将两个select语句的结果作为一个整体显示出来,我们就需要用到union或者union all关键字。union(或称为联合)的作用是 ...
分类:其他好文   时间:2021-04-30 12:17:17    阅读次数:0
JDBC连接MySQL帐号密码输错的小坑
现象 通过JDBC连接MySQL提示 分析 先检查权限问题 grant all privileges on *.* to 'root'@'%' with grant option; 可能你的密码错了 这个容易被忽略! ...
分类:数据库   时间:2021-04-30 12:01:05    阅读次数:0
AppendTargetFrameworkToOutputPath
<PropertyGroup> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntime ...
分类:移动开发   时间:2021-04-29 12:04:19    阅读次数:0
使用 docker创建redis实例并且连接
最近在学习redis,刚好之前又学过docker,所以这里简单的介绍如何使用docker创建redis实例并且连接它。 创建redis实例 通过下面的这个命令创建redis的实例 $ docker run --name redis -p 6379:6379 -d redis 简短的解释 6379是r ...
分类:其他好文   时间:2021-04-29 11:54:21    阅读次数:0
42493条   上一页 1 ... 23 24 25 26 27 ... 4250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!