码迷,mamicode.com
首页 >  
搜索关键字:eterm    ( 386个结果
【Mybatis】MyBatis调用带有返回结果、output参数的存储过程上与ibatis的区别
用过mybatis的应该都知道它是ibatis被Google收购后重新命名的一个工程,因此也做了大量升级。本文就来介绍下两者在调用存储过程上的一点区别,ibatis有一个专门的标签<procedure>,在mybatis里面已经没有这标签了,而是通过一个参数statementType="CALLAB ...
分类:其他好文   时间:2017-07-18 10:16:45    阅读次数:205
RzCheckTree基本使用
procedure TForm1.Button1Click(Sender: TObject); var i: Integer; begin //循环读取勾选节点代码及内容 //StateIndex 1:unchecked(未选择) 2:checked(选择) 3:indeterminate(不确定的... ...
分类:其他好文   时间:2017-07-17 15:19:07    阅读次数:231
[LeetCode] Valid Anagram
Given two strings s and t, write a function to determine if t is an anagram of s. For example,s = "anagram", t = "nagaram", return true.s = "rat", t = ...
分类:其他好文   时间:2017-07-16 22:33:07    阅读次数:158
树状数组之求逆对数
Ultra-QuickSort Ultra-QuickSort In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct ...
分类:编程语言   时间:2017-07-13 10:24:08    阅读次数:169
前端控制器是整个MVC框架中最为核心的一块,它主要用来拦截符合要求的外部请求,并把请求分发到不同的控制器去处理,根据控制器处理后的结果,生成相应的响应发送到客户端。前端控制器既可以使用Filter实现(Struts2采用这种方式),也可以使用Servlet来实现(spring MVC框架)。
本文转自http://www.cnblogs.com/davidwang456/p/4090058.html 感谢作者 前端控制器是整个MVC框架中最为核心的一块,它主要用来拦截符合要求的外部请求,并把请求分发到不同的控制器去处理,根据控制器处理后的结果,生成相应的响应发送到客户端。前端控制器既可以 ...
分类:编程语言   时间:2017-07-12 13:39:20    阅读次数:1866
使用ibatis时 sql中 in 的参数赋值(转)
转:http://www.cnblogs.com/sunzhenchao/archive/2012/12/03/2799365.html 一、问题描述: 1.在使用ibatis执行下面的sql: update jc_jiesuan set doing_time = unix_timestamp(cu ...
分类:数据库   时间:2017-07-11 13:28:04    阅读次数:195
36. Valid Sudoku
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with... ...
分类:其他好文   时间:2017-07-11 00:56:18    阅读次数:136
oracle12C rac DBCA报错 ORA-00838: Specified value of MEMORY_TARGET is too small
安装oracle发现/etc/profile和.bashrc环境变量设置有冲突,oracle用户的$ORACLE_HOME没生效 Question: After increasing by "processes" parameter (processes 3000), I got the follo ...
分类:数据库   时间:2017-07-09 22:02:05    阅读次数:619
[Document]翻Projectile Weapon的时候发现的一些可能有用的东西
Firing Mode Definition The Class of Projectile to spawn Returns the type of projectile to spawn Perform all logic associated with firing a shot Fires ...
分类:其他好文   时间:2017-07-09 19:50:32    阅读次数:295
AMP Physical Link Creation And Disconnect
A flow diagram of the AMP link establishment and detachment of a connection between two devices is shown in Figure 4.47. 1 Physical Link Establishment ...
分类:其他好文   时间:2017-07-09 16:21:39    阅读次数:265
386条   上一页 1 ... 30 31 32 33 34 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!