<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> 社团网站 <%@ page import="com.xxx.model.huodong" %> <%@ page import="com.xxx.model.XinWen" %> <%@ page import="com.xxx.model.Page" %> <%@ page import="com.xxx.dao.huodongDao" %> <%@ page import="com.xxx.dao.XinWenDao" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <% Integer currentPage = request.getParameter("page") == null ? 1 : Integer.parseInt(request.getParameter("page")); Integer pageSize = request.getParameter("rows") == null ? 999 : Integer.parseInt(request.getParameter("rows")); String id = request.getParameter("id") == null ? "" : request.getParameter("id"); XinWen XinWen = new XinWen(); XinWen.setstrwhere(""); XinWen.setId(id); XinWenDao XinWenDao = new XinWenDao(); List xinwenlist = XinWenDao.getXinWenList("",XinWen, new Page(currentPage, pageSize)); /*相关推荐*/ XinWen XinWen2 = new XinWen(); XinWen2.setstrwhere(""); List xinwenlist2 = XinWenDao.getXinWenList("",XinWen2, new Page(currentPage, pageSize)); System.out.print("xinwenlist :::"+xinwenlist.size()+" "); %>
<% if(xinwenlist!=null){ int i =-1; for(Iterator iterator = xinwenlist.iterator();iterator.hasNext();){ XinWen _hd = (XinWen)iterator.next(); i++; %>
img

style

<%=_hd.gettitle()%>

<%=_hd.getneirong()%>

<%}} %>

留言

img

Vijay parmar

I believe Wolf SilverOak still sees the camera icon because he is allowing customers to post to his page and also has photos....See More

img

Vijay parmar

I believe Wolf SilverOak still sees the camera icon because he is allowing customers to post to his page and also has photos....See More

img

Vijay parmar

I believe Wolf SilverOak still sees the camera icon because he is allowing customers to post to his page and also has photos....See More

相关资讯