码迷,mamicode.com
首页 >  
搜索关键字:personal statement    ( 3771个结果
整合ibatis+spring的时候报错
Could not find SQL statement to include with refid 'T_USER.Example_Where_Clause'处理方法:在sqlMapConfig中添加如下配置
分类:编程语言   时间:2015-04-17 13:33:26    阅读次数:163
POJ_3463_Sightseeing(最短路/次短路条数)
Sightseeing Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 7421   Accepted: 2659 Description Tour operator Your Personal Holiday organises guided bus trips ...
分类:其他好文   时间:2015-04-17 11:45:15    阅读次数:136
(13)mysql中的流程控制
概述在mysql中可以使用if/case/loop/leave/iterate/repeat/while语句进行流程控制。if语句if语句实现条件判断,类似高级语言(c/c++/php/java等)中的if语句。if search_condition then statement_list [elseif search_condition then statement_list]... [e...
分类:数据库   时间:2015-04-16 19:57:01    阅读次数:215
(12)mysql中的光标
概述查询语句可能查询出多条记录,在存储过程和函数中使用光标来逐条读取查询结果集中的记录。有些书上将光标称为游标。光标的使用包括声明光标、打开光标、使用光标和关闭光标。光标必须声明在处理程序之前,并且声明在变量和条件之后。光标可以类比为数组内部中的循环指针。声明光标declare cursor_name cursor for select_statement;其中,cursor_name参数表示光标的...
分类:数据库   时间:2015-04-16 17:50:32    阅读次数:126
MySQL:按前缀批量删除表格
想要实现mysql>drop table like "prefix_%"没有直接可用的命令,不过可以通过mysql语法来组装,SELECT CONCAT( 'DROP TABLE ', GROUP_CONCAT(table_name) , ';' ) AS statement FROM inform...
分类:数据库   时间:2015-04-16 10:13:20    阅读次数:167
R in action读书笔记(2)-第五章:高级数据管理(下)
5.4 控制流? 语句(statement)是一条单独的R语句或一组复合语句(包含在花括号{ } 中的一组R语句,使用分号分隔);? 条件(cond)是一条最终被解析为真(TRUE)或假(FALSE)的表达式;? 表达式(expr)是一条数值或字符串的求值语句;q 序列(seq)是一个数值或字符串序...
分类:其他好文   时间:2015-04-15 19:11:56    阅读次数:148
PL/SQL
Cursors :(SQL statement in PL/SQL block)Implicit cursors :created or started by Oracle4 stepscreateopenfetch the dataclose4 attributes :SQL%FOUNDSQL%N...
分类:数据库   时间:2015-04-14 23:10:23    阅读次数:287
Spring注释(Spring Annotations)
原文链接:http://www.8qiu.cn/archives/1172AnnotationPackage Detail/Import statement@Serviceimport org.springframework.stereotype.Service;@Repositoryimport ...
分类:编程语言   时间:2015-04-14 16:09:42    阅读次数:190
Your personal Mail Server iRedMail on ubuntu14.04 x64
what we have?iRedMail -> http://iredmail.comGet the script over there. http://www.iredmail.com/download.htmlHere we use ubuntu14.04 as server.Just...
分类:系统相关   时间:2015-04-14 14:30:48    阅读次数:180
Oracle安装介质及补丁集下载地址
Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XPhttp://download.oracle.com/otn/nt/oracle9i/9201/92010NT_Disk1.z...
分类:数据库   时间:2015-04-14 00:31:47    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!