只显示主题贴
<html><head><title>2222222</title></head><body>123123</body></html>
- 进入论坛 Java 版
public List getColList1(){
session = SessionFactory.getSession();
Transaction tx = session.beginTransaction();
colDao = new ColumnsDAO(session);
try {
List colList = new ArrayList();
colList = colDao.getColL ...
- 进入论坛 Java 版
Session session;
ColumnsDAO colDao;
public List getColList1(){ session = SessionFactory.getSession(); Transaction tx = session.beginTransaction();
colDao = new ColumnsDAO(session);
try { List colList = new ArrayList();
colList = colDao.getColList1(); ...
- 进入论坛 Java 版
Session session;
ColumnsDAO colDao;
public List getColList1(){
session = SessionFactory.getSession();
Transaction tx = session.beginTransaction();
colDao = new ColumnsDAO(session);
try {
List colList = new ArrayList();
colList = ...
- 进入论坛 Java 版







评论排行榜