采用了spring mvc,spring,mybatis框架,主要功能包括:课程管理,学生管理,教师管理,账号密码重置等功能。 整体业务需求对于学生来说非常简单,是一个适合在校学生学完ssm框架之后的初级练手项目。
2024-06-08 14:03:07 14.95MB spring mybatis 教务管理系统
1
mvc练手项目 三层结构 学生管理系统 jsp servletmvc 练手项目 三层结构 学生管理系统 jsp servlet
1
此代码为日历系统,可以完整打印日历,C++语言编写
2024-05-27 15:59:11 4KB
1
☆ 资料说明:☆ Telerik 2014 Q3 UI for ASP.NET AJAX 2014.3 1024 此版本为开发版(零售版),无需序列号、无需破解;
2024-05-25 19:09:29 79.71MB .Net ASP.NET AJAX Telerik
1
SpringMVC使用Ajax异步提交请求完成登录-附件资源
2024-05-09 04:21:53 106B
1
使用Ajax从页面向控制层请求数据,并将提交的数据再次返回,国外网站下载代码,很有参考意义。请使用Eclipse工具
2024-05-09 04:15:20 3.66MB springMVC Ajax
1
简单-利用Spring-MVC框架开发项目实例
2024-05-05 19:22:43 4.26MB Spring-MVC
1
It is a good example of MVC project,realize MVC three-tier system,* for reference only* Environment: eclipse_3.2, myeclipse_5.1, jdk_6.0, tomcat_5.5, database sql server 2005 for the convenience of debugging, not set the default home page from the database bookworm.jsp landing port, account, password, etc. may be different, please BookStoreWebRootWEB-INF under connection.xml document to change the configuration
2024-04-11 09:15:12 2.08MB 源码
1
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> 动漫搜索 <% //currentPage当前显示页数 if (request.getParameter("currentPage") == null||request.getParameter("currentPage").equals("")) { pageContext.setAttribute("currentPage", new Integer(0)); } else { pageContext.setAttribute("currentPage", request .getParameter("currentPage")); } %> select* from anime <% int perPageNum = Integer.parseInt((String) pageContext .getAttribute("PerPageNum")); int resultNum = Integer.parseInt((String) pageContext .getAttribute("resultNum")); int pageNum; //如果所有记录数除每页显示记录数没有余数-1 if((int)resultNum%perPageNum==0) pageNum = (int)(resultNum / perPageNum-1); else pageNum = (int)(resultNum / perPageNum); pageContext.setAttribute("pageNum", pageNum); %>
序号 热搜动漫 动漫简介 更新集数 搜索指数 动漫详情
${row.id } ${row.introduce} ${row.blues} ${row.times }
总共有${pageNum+1}页-第${currentPage+1}页-上一页 - 下一页
2024-04-03 09:44:34 806KB ajax mysql 局部刷新界面
1
NULL 博文链接:https://843977358.iteye.com/blog/2215988
2024-03-30 07:08:53 448KB 源码
1