在使用真机调试Android程序时,报错如下: 首先,打开命令行工具,找出占用5037端口号的对应pid号 首先,打开命令行工具,找出占用5037端口号的对应pid号 如果端口被占用,在任务列表中找到占用端口的进程 如果端口被占用,在任务列表中找到占用端口的进程 打开任务管理器,将对应pid号的进程 ...
分类:
移动开发 时间:
2018-07-30 14:56:10
阅读次数:
462
摘要: 本文结合《Spring源码深度解析》来分析Spring 5.0.6版本的源代码。若有描述错误之处,欢迎指正。 目录 一、激活注册的 BeanFactoryPostProcessor 1. BeanFactoryPostProcessor 的典型应用:PropertyPlaceholderCo ...
分类:
编程语言 时间:
2018-07-30 14:39:27
阅读次数:
146
Problem Description Last night, little erriyue had a horrible nightmare. He dreamed that he and his girl friend were trapped in a big maze separately. ...
分类:
Web程序 时间:
2018-07-30 01:10:52
阅读次数:
214
上一篇是简单整合web和Spring, 这一篇是整合hibernate: 连接池c3p0: spring5.0, hibernate5.0 jars: web.xml,增加高亮部分,不然会报 Could not obtain transaction-synchronized Session for ...
分类:
编程语言 时间:
2018-07-29 16:30:41
阅读次数:
206
1. fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access r ...
分类:
移动开发 时间:
2018-07-29 10:45:19
阅读次数:
1185
The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could f ...
分类:
其他好文 时间:
2018-07-28 13:49:09
阅读次数:
147
本质原因:配置的Java Bean,由Hibernate自动产生的SQL语句中有语法错误 原因如下: 情况1.存在字段名/表名与数据库关键字冲突 情况2.MySQL5.0以后与MySQL5.0以前事务引擎InnoDB配置微妙不同 解决方案: ...
分类:
数据库 时间:
2018-07-27 17:01:16
阅读次数:
132
有时我们使用下载python 自带的pip 安装一些工具包时,会报如下错误 找不到满意的版本,这时就是我们的pip可能需要升级了,所以使用 python -m pip install --upgrade pip 升级一下pip ,--upgrade 后面跟的是需要升级的库名 然后继续尝试发现还是不行 ...
分类:
编程语言 时间:
2018-07-27 12:05:17
阅读次数:
287
Intellij Idea开发工具在@Autowired或者@Resource注入XxxMapper接口时报如下错误: Could not autowire. No beans of 'TbItemMapper' type found. less... (Ctrl+F1) Checks autowi ...
分类:
移动开发 时间:
2018-07-25 21:09:24
阅读次数:
1734
使用HBuider写了一个测试websql的app,发现一个问题:同样的sql语句在chrome中可以成功执行,在ios app中就报错,记录一下。 以上代码在iso app中能成功执行。 如果将最后一个字段值 weigth改为其他名称,如:web, APP就报错了 could not prepar ...
分类:
数据库 时间:
2018-07-25 15:09:41
阅读次数:
412