码迷,mamicode.com
首页 >  
搜索关键字:service application    ( 37466个结果
MySQL在WIN系统的计算机管理-->服务和应用程序-->服务 界面中没显示mysql服务
解决方案: 1、打开cmd,切换到musql的bin目录下(使用管理员的身份进入cmd) 注意: 使用管理员的身份进入cmd,否则会报错:Install/Remover of the Service Denied! 2、在bin目录下运行命令:mysqld.exe -install 出现Servic ...
分类:数据库   时间:2021-05-24 07:29:09    阅读次数:0
python3接口自动化--requests库的使用方法(一)
一. requests库的介绍与安装 pip install requests 二. 请求数据场景 2.1 请求方式:GET, 请求类型:application/x-www-form-urlencoded # -*- coding: utf-8 -*- # @Time : 2021/5/11 23: ...
分类:编程语言   时间:2021-05-24 07:15:29    阅读次数:0
添加docker权限给其他用户使用
添加docker group: sudo groupadd docker 将当前用户添加到docker组: sudo gpasswd -a ${USER} docker 重启docker服务: sudo service docker restart 安装Docker Cpmpose 从 官方 Git ...
分类:其他好文   时间:2021-05-24 07:08:15    阅读次数:0
k8s service
创建 ClusterIP 类型的 Service apiVersion: apps/v1 kind: Deployment metadata: name: my-deployment spec: selector: matchLabels: app: metrics department: sale ...
分类:其他好文   时间:2021-05-24 06:53:19    阅读次数:0
原生input type 为file 时的各参数
原生input 类型为file时需要对不同参数做出调整 <input type="file" name="file" id="file" accpet=".doc,.docx,application/msword,application/vnd.openxmlformats-officedocume ...
分类:其他好文   时间:2021-05-24 06:06:15    阅读次数:0
wx.request get和post
get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" ...
分类:其他好文   时间:2021-05-24 04:36:32    阅读次数:0
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
RabbitMQ、Kafka、RocketMQ 是如何实现高可用的?
本文从高可用的角度观察一下 RabbitMQ、Kafka、RocketMQ,看看它们各自的实现思路。 1. RabbitMQ RabbitMQ 有 3 种部署模式: 单机模式 普通集群模式 镜像集群模式 单机模式与高可用完全没关系,咱就不说了,直接看看这2种集群模式。 1.1 普通集群模式 某一个 ...
分类:其他好文   时间:2021-05-24 04:17:36    阅读次数:0
Spring Boot & Cloud 轻量替代框架 Solon 1.3.33 发布
Solon 是一个微型的Java开发框架。强调,克制 + 简洁 + 开放的原则;力求,更小、更快、更自由的体验。支持:RPC、REST API、MVC、Micro service、WebSocket、Socket 等多种开发模式。 Solon Cloud 是一系列的接口标准和配置规范。是 Solon ...
分类:编程语言   时间:2021-05-24 04:17:15    阅读次数:0
Error: Attribute application@label value=(@string/appname) from AndroidManifest
这是因为Library项目中也定义了与主项目相同的属性,就会导致合并失败,比如都默认生成的android:label="@string/app_name" 或者 android:icon="@drawable/icon_logo" 红框中加入冲突的标签就可以解决问题 tools:replace="a ...
分类:移动开发   时间:2021-05-24 03:27:53    阅读次数:0
37466条   上一页 1 ... 15 16 17 18 19 ... 3747 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!