1. 输入映射(就是映射文件中可以传入哪些参数类型) 1)基本类型 2)pojo类型 3)Vo类型2. 输出映射(返回的结果集可以有哪些类型) 1)基本类型 2)pojo类型 3)List类型3. 动态sql:动态的拼接sql语句,因为sql中where条件有可能多也有可能少 1)where:可以自 ...
分类:
其他好文 时间:
2019-01-06 16:36:57
阅读次数:
115
The Fourth Paradigm: Data-Intensive Scientific Discovery http://research.microsoft.com/en-us/collaboration/fourthparadigm/ Special Online Collection: ...
分类:
其他好文 时间:
2019-01-06 15:36:24
阅读次数:
192
What information do we collect? We collect certain information from your mobile device, including but not limited to the following: · Device and Usage ...
分类:
移动开发 时间:
2019-01-06 13:33:29
阅读次数:
221
一.泛型的引入 集合中是可以存放任意对象的,导致取出时,如果出现强转就会引发运行时 ClassCastException。 使用集合时,必须明确集合中元素的类型。这种方式称为:泛型。 程序在运行时发生了问题java.lang.ClassCastException 二.泛型的使用 1.含有泛型的类 变 ...
分类:
编程语言 时间:
2019-01-05 17:15:41
阅读次数:
184
Java Singleton模式主要作用是保证在Java应用程序中,一个类Class只有一个实例存在。 使用Singleton的好处还在于可以节省内存,因为它限制了实例的个数,有利于Java垃圾回收(garbage collection) 单例模式能够保证一个类仅有唯一的实例,并提供一个全局访问点。 ...
分类:
其他好文 时间:
2019-01-05 13:39:18
阅读次数:
177
update searchsystemconfigproperties when keyName=#{i.keyName} then #{i.keyValue} ... ...
分类:
其他好文 时间:
2019-01-05 13:25:01
阅读次数:
139
# 博客管理 ### 博客收藏 - 回顾AJAX请求 - 添加用户收藏博客中间关联模型 - 添加功能函数:判断是否收藏、添加收藏、取消收藏 - 添加ajax请求处理的视图函数 - 添加收藏按钮 ```html <div class="collect" style="cursor: pointer;" ...
分类:
其他好文 时间:
2019-01-04 20:23:29
阅读次数:
217
一、报错 二、解决 https://community.hortonworks.com/content/supportkb/171943/errortimelinemetricstorewatcher75-error-getting-me.html ...
分类:
系统相关 时间:
2019-01-04 18:00:44
阅读次数:
281
MongoDB的游标操作 制作人:全心全意 游标:查询的返回资源或接口,这个接口可以逐条查询 游标的声明 while循环使用游标 forEach使用游标 ...
分类:
数据库 时间:
2019-01-04 14:46:15
阅读次数:
190
原文:【WP8.1】页面的导航效果 1 2 3 4 5 6 7 就是默认的翻页动画。 1 2 3 4 5 6 7 ... ...
分类:
其他好文 时间:
2019-01-04 10:31:47
阅读次数:
190