有的时候,dubbo的消费者不需要配置数据源; 在子项目引入父项目依赖的时候 同时引入了自动配置数据源的依赖,有没有配置数据源的时候,就会报错; 两种解决方法: 如果不需要配置数据源,又需要使用依赖,可以使用第一种方法 1. 取消数据源的自动配置; 2. 不引入数据源的依赖,或者排除 ...
分类:
Web程序 时间:
2020-04-15 09:15:52
阅读次数:
82
问题 Github克隆项目的时候报如下错: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the corre ...
分类:
其他好文 时间:
2020-04-15 00:27:41
阅读次数:
82
搭建Android环境的时候遇到 'could not find adb.exe!'的问题 如果是在的C:\android-sdk-windows\tools目录下并没有adb.exe这个可执行文件。并且当打开Eclipse时,有关Android的插件会报错。这时你就应该这样做: 首先,改一下系统的 ...
分类:
移动开发 时间:
2020-04-14 18:52:11
阅读次数:
224
The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source. Please see the install instructions ...
分类:
其他好文 时间:
2020-04-14 12:45:40
阅读次数:
224
总结了一下可能存在3种情况 1. App命名出错了 你的App的名字中有非拉丁字符,也可能因为复制粘贴你App中包含了一些不可见的不正常字符,建议大家先改一下 引用自:https://stackoverflow.com/a/26393651 2. 你添加的第三方动态库需要配置一下 在这个路径下 Bu ...
分类:
移动开发 时间:
2020-04-12 16:53:33
阅读次数:
90
报错命令 root@ubuntu:/etc/apt# apt-get update Err:1 http://mirrors.aliyun.com/ubuntu trusty InRelease Could not resolve 'mirrors.aliyun.com' Err:2 http:// ...
分类:
系统相关 时间:
2020-04-12 10:42:33
阅读次数:
249
异常信息 异常解读 异常处理 nginx: [alert] could not open error log file: open() "/usr/local/nginx/logs/error.log" failed (13: Permission denied)2020/04/12 09:46:2 ...
分类:
Web程序 时间:
2020-04-12 10:32:17
阅读次数:
73
问题: 连接mysql数据库报错Connections could not be acquired from the underlying database! 解决流程: 1.检查Hibernate.cfg.xml配置文件中的驱动、URL、用户名和密码都没有问题 2.检查驱动,没问题 3.做sql连 ...
分类:
Web程序 时间:
2020-04-10 00:05:53
阅读次数:
93
1.题目 可以删除一个字符,判断是否能构成回文字符串。: Input: "abca" Output: True Explanation: You could delete the character 'c'. 2.代码实现: class Solution(object): def validPali ...
分类:
其他好文 时间:
2020-04-09 12:48:40
阅读次数:
74
git版本略低,引发的血案 原本部署在阿里云上的项目,准备放到内网jenkins上发布,配置完成后发版,jenkins变红了,详细错误信息如下 经查git版本为1.7过低了 所以卸载git,重装,yum用不了,yum升级 yum升级 [Errno 14] Could not open/read fi ...
分类:
其他好文 时间:
2020-04-08 14:51:00
阅读次数:
139