上一页 1 2 3 4 5 6 7 ··· 52 下一页
摘要: 一、 1.Mapper 2.Service 3.Domain 4.辅助类 5.配置及资源文件 (1)mybatis-config.xml (2)StudentMapper.xml (3)TutorMapper.xml 6.测试文件 阅读全文
posted @ 2016-04-28 11:37 shamgod 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 一、 1.Mapper 2.Service 3.Domain 4.辅助类 5.配置及资源文件 (1)AddressMapper.xml (2)CourseMapper.xml (3)StudentMapper.xml (4)TutorMapper.xml (5)mybatis-config.xml 阅读全文
posted @ 2016-04-28 10:33 shamgod 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 一、 1.Mapper 同上 2.Service 同上 3.Domain 4.TypeHandler 5.辅助类 6.配置及资源文件 (1)mybatis-config.xml (2)full-mybatis-config.xml 7.测试文件 阅读全文
posted @ 2016-04-27 19:32 shamgod 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 1.项目结构 2.数据库结构 二、代码 1.Mapper StudentMapper.xml 2.Service 老式的JDBC 3.Domain 4.辅助类 5.配置及资源文件 (1)mybatis-config.xml (2)application.properties 6.测试文件 阅读全文
posted @ 2016-04-27 16:49 shamgod 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 一、 1.特点 (1)The quicksort algorithm’s desirable features are that it is in-place (uses only a small auxiliary stack) and thatit requires time proportio 阅读全文
posted @ 2016-04-26 15:09 shamgod 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 一、 1. 2. 阅读全文
posted @ 2016-04-26 11:30 shamgod 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 一、 1. 2. 3. 二、代码 阅读全文
posted @ 2016-04-26 11:24 shamgod 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 一、 1.特点 (1)merge-sort : to sort an array, divide it into two halves, sort the two halves (recursively), and then merge the results. As you will see, o 阅读全文
posted @ 2016-04-26 11:08 shamgod 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 用二分查找法改进 阅读全文
posted @ 2016-04-22 17:20 shamgod 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 1.希尔排序的思路:希尔排序是插入排序的改进。当输入的数据,顺序是很乱时,插入排序会产生大量的交换元素的操作,比如array[n]的最小的元素在最后,则要经过n-1次交换才能排到第一位,因为插入排序元素只能一位一位地交换。基于插入排序的这个缺点,希尔排序是以一个区间来的交换元素,然后不断缩 阅读全文
posted @ 2016-04-22 16:24 shamgod 阅读(394) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 52 下一页
haha