Pathfinding is a task of finding a route between two points. It often appears in many problems. For example, in a GPS navigation software where a driv ...
分类:
其他好文 时间:
2019-11-09 12:09:09
阅读次数:
107
angular 路由功能非常强大,同时angular的路由也非常脆弱,非常容易出现错误。 那么在我们遇到异常时,首先要做的是什么? 第一步:检查代码,对比官方文档,发现代码中不一致的地方进行改正。 第二步:调试代码,观察调用过程中参数传递是否正常。 第三步:百度一下。 对于我这个观点,可能会有人不服 ...
分类:
其他好文 时间:
2019-10-31 13:35:06
阅读次数:
151
问题原因:在于默认的parent中的版本springboot有固定的指定 删除指定版本 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <!-- 默认的版本为3.8.1,修改为4.x,因为3.x使用的为编程的方 ...
分类:
其他好文 时间:
2019-10-30 16:38:48
阅读次数:
257
试题分析:MyBatis有两种事务管理器类型是JDBC和MANAGED 试题分析:mybatis-config.xml文件使用用来编写影响mybatis行为的设置(settings) 和属性(perprotise) 试题分析:resource属性和url属性是必须的属性,但只能配置其中一个。 试题分 ...
分类:
其他好文 时间:
2019-10-25 18:28:20
阅读次数:
73
1、MyBatis有两种事务管理器类型,分别是() A:JDBC B:MANAGED C:POOLED D:JBDI 正确答案:AB 试题分析: 在 MyBatis 中有两种事务管理器类型(也就是 type=”[JDBC|MANAGED]”):? JDBC – 这个配置直接简单使用了JDBC 的提交 ...
分类:
其他好文 时间:
2019-10-25 18:07:42
阅读次数:
416
React Router中的组件主要有三类: routers, 路由,例如<BrowserRouter> 、 <HashRouter> route matchers,路由匹配 如 <Route> 、<Switch> navigation,导航,如 <Link>、 <NavLink>、<Redirec ...
分类:
其他好文 时间:
2019-10-15 21:07:45
阅读次数:
86
Basic navigation by using 'Navigator.push' & 'Navigator.pop()', for example, we have two screen, screen1 and screen2, we want to navigate between two ...
分类:
其他好文 时间:
2019-10-13 21:05:55
阅读次数:
142
容器的数据卷(volume)也是占用磁盘空间,可以通过以下命令删除失效的volume: docker 设置容量 | bind mount | docker managed volume | | | | | volume 路径 | 任意路径 | /var/lib/docker /volumes/... ...
分类:
其他好文 时间:
2019-10-06 17:01:12
阅读次数:
76
点击箭头图片切换的同时,下面小图标也会随着切换,同理下面小图标切换时,上面也随着滚动。 示例代码如下: navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, 但是,在使用时,点击箭头或者下面小图标 ...
分类:
其他好文 时间:
2019-10-04 16:43:00
阅读次数:
195