最近使用Mybatis,解析的时候报错,开始以为没法使用sql函数max等,最后发现还是可以使用的。
SQL
SELECT max(trans_time) as trans_time, CARD_NO
from CARD_HISLOG
WHERE ACCT_NO = '1'
GROUP BY CARD_NO ORDER BY TRANS_TIME;
注意mybatis...
分类:
其他好文 时间:
2014-08-22 10:55:36
阅读次数:
6881
A. Winnertime limit per test1 secondmemory limit per test64 megabytesinputstandard inputoutputstandard outputThe winner of the card game popular in Be...
Hibernate 操作对象,临时状态(transient);持久化状态(persistent);删除状态(removed);游离状态(detached)...
分类:
系统相关 时间:
2014-08-18 10:55:44
阅读次数:
238
解题报告
题目传送门
题意:
两个人拿着两副牌,其中一人知道另一个人的手牌,问要怎么配对才能使他获得更多的点数。
游戏规则:
两张牌的第一个数大的牌的人加点。
第一个数相同就比较第二个数。
H>S>D>C
思路:
很容易建图,二分图最大匹配over
#include
#include
#include
using namespace std;
int mmap[100]...
分类:
其他好文 时间:
2014-08-15 21:14:29
阅读次数:
362
扫描枪实际上就是一输入设备,只不过它每次在输入的内容后面添加一个回车。因此在web中可以使用js监听回车事件。处理代码如下:jQuery(function() { jQuery(document).on('keydown','.card_number', function(e){ e = e|...
分类:
Web程序 时间:
2014-08-15 12:49:18
阅读次数:
183
One classic method for composing secret messages is called a square code. The spaces are removed from the english textand the characters are written i...
分类:
其他好文 时间:
2014-08-14 20:03:09
阅读次数:
276
这段代码是在新浪网站上找到的。先放出CSS代码:.focus a.arrow,.card_con4 li i,.cm1_menu_wrap a.cm1_menu_box,.cm1_img span,.cm1_item1 a{ background: url(http://www.sinaimg.cn...
分类:
Web程序 时间:
2014-08-13 14:46:56
阅读次数:
301
Description
In the two-player game "Two Ends", an even number of cards is laid out in a row. On each card, face up, is written a positive integer. Players take turns removing a card from either end...
分类:
其他好文 时间:
2014-08-13 01:18:05
阅读次数:
209
$m = M('service_loginlog'); $res =$m->where('card_id='.$_SESSION['card_id'])->order('time desc')->select(); foreach($res as $k=>$v){ ...
分类:
Web程序 时间:
2014-08-12 18:30:14
阅读次数:
270
JAVA CARD 的存储器件:
a. ROM: 永久保存程序和数据,虚拟机,API等;(Applets也可以放这里)
b. RAM: 栈数据,临时对象;
c. EEPROM: Applet的类,长生命周期的数据;(写操作比RAM慢1000倍)...
分类:
编程语言 时间:
2014-08-12 13:38:54
阅读次数:
213