搭建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
1、使用layui的第三方插件时间菜单树状显示。(dtree) 2、使用SpringDataJpa进行一对多,保存操作的时候,遇到 failed to lazily initialize a collection of role,这是由于懒加载导致的,解决办法:在注解上添加fetch=FetchTy ...
分类:
其他好文 时间:
2020-04-12 22:53:32
阅读次数:
78
总结了一下可能存在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 安装 windows windows mysqld initialize console 报错 出现Failed to find valid data directory. 初始化数据库: 程序会在动MySQL文件夹下创建data文件夹以及对应的文件 登录 启动 关闭 mysql服务 移 ...
分类:
数据库 时间:
2020-04-11 09:39:09
阅读次数:
77
问题: 连接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