
JAVA
文章平均质量分 92
陈叔叔的酒
....
展开
-
ibatis调用oracle存储过程,返回游标集合
ibatis,oracle,存储过程原创 2016-12-07 15:38:33 · 1521 阅读 · 0 评论 -
JAVA 延时队列
/** * Created by yl on 2017/7/10. */public class Message implements Delayed{ private int id; private String msg; private long excuteTime; public Message(int id, String msg, long excut原创 2017-07-10 16:17:31 · 525 阅读 · 0 评论