上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: http://blog.csdn.net/zzjjiandan/article/details/20853233 BeanFactory的作用是什么? BeanFactory是配置、创建、管理bean的容器,有时候也称为bean上下文。Bean与bean的依赖关系,也是由BeanFactory负责维 阅读全文
posted @ 2017-12-09 17:21 每天一点积累 阅读(1512) 评论(0) 推荐(0) 编辑
摘要: sqlsession是什么? 从 http://blog.csdn.net/hupanfeng/article/details/9238127 知道 sqlsession创建 可以看出,创建sqlsession经过了以下几个主要步骤: 1) 从配置中获取Environment; 2) 从Enviro 阅读全文
posted @ 2017-12-07 19:41 每天一点积累 阅读(3837) 评论(1) 推荐(0) 编辑
摘要: javaType:一个 Java 类的完全限定名,或一个类型别名(参考上面内建类型别名 的列表) 。如果你映射到一个 JavaBean,MyBatis 通常可以断定类型。 然而,如果你映射到的是 HashMap,那么你应该明确地指定 javaType 来保证所需的行为。 jdbcType:在这个表格 阅读全文
posted @ 2017-12-07 19:17 每天一点积累 阅读(887) 评论(0) 推荐(0) 编辑
摘要: https://www.tutorialspoint.com/design_pattern/adapter_pattern.htm 适配器模式就是在想要用别人的接口来实现自己的功能,但是发现自己的接口和别人的接口不匹配的时候使用的 实现适配器关键一步在于 让适配器类实现要适配的接口,然后适配器类里要 阅读全文
posted @ 2017-12-06 19:00 每天一点积累 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://jinnianshilongnian.iteye.com/blog/1413846 http://jinnianshilongnian.iteye.com/blog/pdf 之后又看了类与类之间关系: 下面这篇文章是来自: http://jinnianshilongnian.iteye 阅读全文
posted @ 2017-12-05 16:30 每天一点积累 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 首先按照 https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-16-04 https://www.digitalocean.com/community/tutorials/initial-se 阅读全文
posted @ 2017-11-30 22:37 每天一点积累 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 1. Erasing multiple objects from a std::vector https://stackoverflow.com/questions/3487717/erasing-multiple-objects-from-a-stdvector Erase the items b 阅读全文
posted @ 2017-11-22 10:39 每天一点积累 阅读(121) 评论(0) 推荐(0) 编辑
摘要: /********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2008, Willow Garage, Inc. * All rights reserved. * * Redistrib... 阅读全文
posted @ 2017-11-14 11:54 每天一点积累 阅读(3499) 评论(0) 推荐(0) 编辑
摘要: https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_eclipse/linux_eclipse.html 阅读全文
posted @ 2017-10-23 10:51 每天一点积累 阅读(191) 评论(0) 推荐(0) 编辑
摘要: eclipse+cmake: https://www.vtk.org/Wiki/CMake:Eclipse_UNIX_Tutorial eclipse+c++11: https://wiki.eclipse.org/CDT/User/FAQ#CDT_does_not_recognize_C.2B.2 阅读全文
posted @ 2017-10-23 00:52 每天一点积累 阅读(1546) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页