摘要: 1、栈的基本结构以及顺序实现下的一些基本操作 #include<stdio.h> #include<malloc.h> #include<assert.h> #include<stdlib.h> #define ElemType int #define STACK_INIT_SIZE 8 #defi 阅读全文
posted @ 2022-06-19 16:45 往心。 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 1、关于org.apache.commons.dbutils中handlers.BeanListHandler<T> 部分源码如下: public List<Object> getList(Class type, String sql) { QueryRunner qr = new QueryRun 阅读全文
posted @ 2022-06-19 15:22 往心。 阅读(42) 评论(0) 推荐(0) 编辑