logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

MAC解决The application could not be installed.

问题描述运行在虚拟机上可以,但运行在真机上就有问题,报如下错误:Launching 'app' on HUAWEI HRY-AL00a.Installation did not succeed.The application could not be installed.Installation failed due to: 'device '79URX1911800642...

org.apache.zookeeper.server.quorum.flexible.QuorumMaj.<init>(Ljava/util/Map;)V 解决办法

问题描述springMVC 升级dubbo2.7.7报以下错误org.springframework.beans.factory.BeanCreationException: Error creating bean with name '****': Injection of @DubboReference dependencies is failed; nested exception is j

Springboot查看MANIFEST.MF信息

问题:当jar应用部署在服务器上后,因为是用docker容器来运行, 有一烦恼不知道代码是不是最新,该容器启动的是不是从最新的镜像启动的。        网上很多解决办法是 jar的命名加时间戳,但这会有几个问题,1、就是打包镜像时,每次都要修改这个jar包名,比较麻烦;2、在测试环镜、生产环境运行起来后也是不知道是否是最新的包。解决办法:     maven 打包时加入时间戳写入MA...

Eureka 客户端连接Eureka服务端时 报Cannot execute request on any known server 解决办法

报Cannot execute request on any known server 这个错,总的来说就是连接Eureka服务端地址不对。因为配置eureka.client.serviceUrl.defaultZone错了,耽搁了不少时间,现将情况说明下,希望大家不要踩坑。两种情况:一、启动Eureka服务端 时报的错,那可能的原因就是自已连了自己 导致的。解决办法是:更改配置即可eureka.

解决:the root element of the document is not <xsd:schema>.错误

 1依次打开eclispe--&amp;gt;window--&amp;gt;preferences--&amp;gt;xml catalog--&amp;gt; location:为duboo.xsd 存放路径(见附件)key值为:http://code.alibabatech.com/schema/dubbo/dubbo.xsd  ...

#java#开发工具#php
idea 中用Dockerfile部署 spring-boot maven应用

主要分为以下步骤:1、本地安装docker2、Docker服务端开放Remote API3、idea中安装插件4、应用中编写Dockerfile5、启动/停止删除 1、本地安装docker在以下网址下载,主要安装 Docker Toolbox 跟 Docker Server ,安装教程在这就不写了https://www.docker.com/communit...

#spring boot
@DubboReference dependencies is failed解决办法

升级Dubbo2.7.7 出现以下错误org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'QRCodeLogic': Injection of @DubboReference dependencies is failed; nested exception is java.l

idea 中用Dockerfile部署 spring-boot maven应用

主要分为以下步骤:1、本地安装docker2、Docker服务端开放Remote API3、idea中安装插件4、应用中编写Dockerfile5、启动/停止删除 1、本地安装docker在以下网址下载,主要安装 Docker Toolbox 跟 Docker Server ,安装教程在这就不写了https://www.docker.com/communit...

#spring boot
android 修改build.prop

方法一修改build.prop为例:(依葫芦画瓢,注意路径即可。每一行命令是一步。)a) adb shellb) su(**a,b这两步是获取root权限,请注意手机显示,有弹窗的话,请点确定**)c) mount -o rw,remount /system(**c这一步是挂载系统可读写**)d) cp /system/build.prop /system/build.prop.bak(**d这一

解决升级android studio后不显示真机的问题

问题描述:由于一时手贱,将android studio升级了,升级后 连接手机,不识别真机了,网上找了N个解决方案都不顶用。后来就一直折腾,归根到底就是SDK 没有指定好解决办法:下面是填坑步聚打开 View &gt; Tool Windows &gt; Device File Explore出现error initializing ADB:ANDORID DEBUG ...

到底了