`

content

 
阅读更多
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%@ page import="bysj.Dao.*"%>
<%@ page import="bysj.Entity.*"%>
<%
request.setCharacterEncoding("GBK");
NewsDao newss=new NewsDao();
%>
<%!int index=0; %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<title</title>
<style>
.border{background-color:#FFF5FA}
</style>
<link rel="stylesheet" type="text/css" href="css/right.css">
</head>

<body>
<%@ include file="top.jsp"%>
<table border="0" align="center" width="799" class="border">
<tr>
<td colspan="2">
<a href="index.jsp">首页</a>>站内新闻
</td>
</tr>
<tr>
<td class="Right" valign="top">
<%@ include file="left.jsp"%>
</td>
<td>
<table border="0" width="589">
<tr>
<td colspan="2">
新闻列表
</td>
</tr>
<%
int p = 1;
NewsDao dao = new NewsDao();
if (request.getParameter("page") != null) {
p = Integer.parseInt(request.getParameter("page"));
}
List alllist=dao.findAll();
List list = dao.findAllNews(p);
int a = p;//上一页
int b = p;//下一页
if (list.size() == 7) {
b = p + 1;
}
if (p > 1) {
a = p - 1;
}
for (int i = 0; i < list.size(); i++) {
News news = (News) list.get(i);
//index=list.get(i).hashCode();
//NewsDao.list.add(news);
//newss.list.add(news);
//NewsDao.maplist.put(i,NewsDao.list.add(news));
//NewsDao.newslist.put(index,news.getNewsID());
%>
<tr>
<td width="40">
<%=news.getNewsID()%>
</td>
<td>
<a href="detailNews.jsp?newsID=<%=news.getNewsID()%>"> <%=news.getTitle()%>
</a> &nbsp;&nbsp;&nbsp;&nbsp;
<font color="red">[<%=news.getWriterDate()%>]</font>
</td>
</tr>
<%
index++;
if(index==alllist.size()){
index=0;
}
}
%>
</table>
<p align="right">
<a href="showNewsList.jsp?page=<%=a %>">上一页</a>|
<a href="showNewsList.jsp?page=<%=b %>">下一页</a>
</p>
</td>
</tr>
</table>
</body>
<%@ include file="bottom.jsp"%>
</html>
分享到:
评论

相关推荐

    SAP BW4HANA Content

    SAP BW4HANA Content SAP BW4HANA 是 SAP 公司推出的业务智能解决方案,旨在帮助企业快速部署业务智能应用程序,提高业务决策的速度和准确性。BW4HANA Content 是 SAP BW4HANA 的一个重要组件,负责提供业务智能...

    elasticsearch-x-content-6.3.0-API文档-中文版.zip

    赠送jar包:elasticsearch-x-content-6.3.0.jar; 赠送原API文档:elasticsearch-x-content-6.3.0-javadoc.jar; 赠送源代码:elasticsearch-x-content-6.3.0-sources.jar; 赠送Maven依赖信息文件:elasticsearch-x...

    鸿蒙语言 listitem和tabcontent +页面传参

    在鸿蒙操作系统(HarmonyOS)的开发过程中,`listitem` 和 `tabcontent` 是两个重要的组件,常用于构建用户界面。`listitem` 通常用于展示列表数据,而 `tabcontent` 则用于实现多标签页切换,提供丰富的交互体验。...

    elasticsearch-x-content-6.3.0-API文档-中英对照版.zip

    赠送jar包:elasticsearch-x-content-6.3.0.jar; 赠送原API文档:elasticsearch-x-content-6.3.0-javadoc.jar; 赠送源代码:elasticsearch-x-content-6.3.0-sources.jar; 赠送Maven依赖信息文件:elasticsearch-x...

    Android基础 Content Provider

    **Android基础 Content Provider** 在Android开发中,Content Provider是一个至关重要的组件,它充当了应用程序间数据共享的桥梁。本文将深入探讨Content Provider的基本概念、创建方法、如何进行CRUD(Create、...

    wordpress插件-content-gallery

    wordpress幻灯片插件content-galler 1.Content Gallery插件安装。首页幻灯显示图文的插件content-gallery使用方法,直接复制插件目录content-gallery到WP插件目录里面。然后到WP后台插件里面启用Featured Content ...

    android中Content Provider

    在Android系统中,Content Provider是四大组件之一,它是应用程序间数据共享的核心机制。Content Provider允许一个应用暴露其数据,使得其他应用可以读取或者写入这些数据,甚至跨应用程序进行数据交换。这篇博客...

    content_provider_demo

    在Android开发中,Content Provider是一种重要的组件,它允许应用程序之间共享数据。`content_provider_demo`是一个展示如何创建和使用Content Provider的示例项目。在这个项目中,开发者将学习如何为其他应用提供...

    代码 - anti_content带环境运行代码

    这个压缩包文件包含的两个JavaScript文件,"anti_content全环境.js" 和 "anti_content补环境.js",显然是为了在不同的环境条件下运行,并提供了一种学习和练习环境配置的方法。 首先,"anti_content全环境.js" ...

    Content-Type详解

    "Content-Type详解" Content-Type是HTTP协议中一个非常重要的头域,用于指示Web服务器发送的响应正文的格式和类型。 Content-Type头域的格式为:Content-Type: [type]/[subtype]; parameter。其中,type表示顶级...

    宝利通People+Content IP_v1_4_1

    宝利通(Polycom)是全球知名的视频会议解决方案提供商,其People+Content IP_v1_4_1是一款专为提升远程协作体验而设计的软件。该软件的核心功能在于结合了人像与内容共享,实现了高清视频与高质内容的同步传输,...

    Procedural Content Generation for C++ Game Development.pdf

    Computer games are a vast medium with dozens of genres that have developed over the past three to four decades. Games are bigger and more ...different experiences as content is generated on the fly

    PDD 商家后台 anti-content 加密参数

    补过环境可 可用nodejs直接调用 get_anti_content() 最新版anti_content亲测可以用 浏览器环境调用 可自行去掉环境直接使用 php 也可以直接调用

    常用Content-type

    `Content-type`的设置对网页的正常展示至关重要,因为它决定了浏览器如何处理接收到的数据。例如,如果`Content-type`被设置为`text/html`,浏览器就会将数据解释为HTML文档并进行渲染;若设置为`application/json`...

    android content provider示例程序(简单记账)

    在Android开发中,Content Provider是四大组件之一,它扮演着数据共享的角色,使得不同应用程序间可以安全地访问和操作数据。这篇博文的示例程序"android content provider示例程序(简单记账)"旨在帮助开发者理解...

    Content Syndication with RSS

    RSS (which can stand for RDF Site Summary, Rich Site Summary, or Really Simple Syndication) is an XML-based format that allows web developers to describe and syndicate web site content. Content ...

    content provider 和sqllite用法整理

    在Android开发中,Content Provider和SQLite数据库是两个非常重要的组件,它们主要用于数据的存储和共享。下面将详细讲解这两个概念及其用法。 首先,我们来理解Content Provider。Content Provider是Android系统...

    Content Provider获取联系人和图片

    在Android系统中,Content Provider是四大组件之一,它扮演着数据共享的角色,使得不同应用程序之间可以安全地访问和操作数据。本篇文章将深入探讨如何利用Content Provider获取联系人和图片,以及相关的知识点。 ...

    Web.Content.Management.Systems.Features.and.Best.Practices

    This book provides a clear, unbiased overview of the entire web content management ecosystem, from platforms to implementations, without needing deeply technical knowledge. The information in Web ...

    Android应用源码之30.Content_Providers(2).zip

    在Android应用开发中,Content Providers扮演着至关重要的角色。它们是Android系统中数据共享和交换的核心组件,使得不同应用程序之间可以安全地访问和操作数据。本资料主要关注Android应用源码中的Content ...

Global site tag (gtag.js) - Google Analytics