码迷,mamicode.com
首页 >  
搜索关键字:mybatis where    ( 33957个结果
OS | monolithic kernel & microkernel
A monolithic kernel is a kernel where all services (file system, VFS, device drivers, etc) as well as core functionality (scheduling, memory allocatio...
分类:其他好文   时间:2014-06-18 12:45:23    阅读次数:361
UML可以做什么
?? Where Can the UML Be Used The UML is intended primarily for software-intensive systems. It has been used effectively for such domains as Enterprise information systems Banking and financial ser...
分类:其他好文   时间:2014-06-18 11:53:00    阅读次数:190
ios Swift 算法
// Playground - noun: a place where people can playimport Cocoavar nums = Int[]()for _ in 1...50{ nums.append(random())}nums////冒泡排序/*var count = 0...
分类:移动开发   时间:2014-06-18 09:57:23    阅读次数:303
自写开发平台ssmy_m(与代码生成) strust2 mybatis spring maven jquery
自己写的开发平台ssmy_m 与代码生成 ,strust2 mybatis spring maven jquery jqgrid jqueryui 有问题请留言,或QQ110146324 SVN上的代码基础功能已经都有了.美工没弄,有需要的自己改吧. 在/ssmy_m/src/main/webapp/common/include_com.jsp里引用.否则代码生成会有影响...
分类:编程语言   时间:2014-06-18 08:03:58    阅读次数:299
spring-mybatis-data-common程序级分库操作实例
spring-mybatis-data-common-2.0新增分表机制,在1.0基础上做了部分调整.基于机架展示分库应用数据库分表实力创建create table tb_example_1( id bigint primary key auto_increment , eId bigint, .....
分类:编程语言   时间:2014-06-18 00:07:38    阅读次数:317
MySQL中的内置系统函数
MySQL中的内置系统函数 用在SELECCT语句, 能及子句 where order by having 中 UPDATE DELETE, 函数中可以将字段名作为变量来用,变量的值就是这个列对应的每一行记录一、字符串函数 php中用的函数,MySQl中大部也提供 1. CONCAT(S1,S...
分类:数据库   时间:2014-06-17 23:53:34    阅读次数:419
Spark编程实现SQL查询的实例
1、Oracle中的SQL select count(1)from a_V_PWYZL_CUSTACCT_PSMIS t where not exists (select 1 from tb_show_multi_question q WHERE q.dqmp_rule_code = '仅比对系统有...
分类:数据库   时间:2014-06-17 23:29:32    阅读次数:309
【Leetcode】Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Fin...
分类:其他好文   时间:2014-06-17 22:17:43    阅读次数:325
[LeetCode] Word Break II
Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word.Return all such po...
分类:其他好文   时间:2014-06-17 21:15:35    阅读次数:211
奇怪sql举例
SELECT * FROM tab WHERE time = (SELECT MAX(time) FROM tab) 找出时间最近的一条记录
分类:数据库   时间:2014-06-17 20:13:30    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!