资源列表
JSP 网上报名系统
- 支持网上报名,学生可以依照考号查询成绩,管理员可以修改考生信息以及成绩,(Support online enrollment, students can query results according to the test number, administrators can modify the candidates information and achievements)
基于WEB的校园二手交易平台
- 简单的一个php程序,提供二手市场的实现代码,有登录功能等(A simple PHP program)
JSP_java225采购管理系统
- 包含供应商管理,材料信息管理,订单管理,付款管理等模块(It includes supplier management, material information management, order management, payment management module and so on.)
ztt11
- 用户注册功能:首先在inputCustomer.jsp中输入客户信息(包括客户名、email和电话),然后跳转至CustomerServlet进行处理,最后将请求转发到displayCustomer.jsp页面显示客户输入的信息。其中在CustomerServlet中将获取的客户信息创建JavaBean类为Customer的实例,并通过作用域对象共享(User registration function: first, input customer information in inputCus
导师双选系统
- 本系统叫做研究生导师双选系统,主要实现学生、导师、管理员信息的增删改查操作,以及学生选导师、导师选学生、学科专业信息维护的功能。(This system is called the Postgraduate Tutor double selection system, which mainly realizes the information of students, tutors, administrators, and changes, as well as the functions of
wordpress奇客影院最新修复版2.0
- wordpress奇客影院最新修复版2.0(The latest repair version of WordPress wizard cinema 2)
日程管理系统
- Java web 日程管理系统。实现对日程的管理和查看,账户登陆,(Java web schedule management system. Realize the management and view of the agenda, login the account.)
WS1-Trees-2018
- 有关树的基础知识。例如运用树的子树,树的祖先进行元素的查找,高度,深度计算(details about basic tree, such as get children, get parent, get the value of height and depth)
Android studio官方例程Bluetooth Chat源代码
- Androidstudio蓝牙例程实现蓝牙连接发送和接收,简单实用(Bluetooth-based android studio small program to achieve Bluetooth connection to send and receive)
JSP 二手交易网 - lyshand
- 能够实现二手物品的交易,查看留言,购买商品,登录注册,后台管理(Can achieve second-hand goods transactions, check messages, purchase goods, login registration, background management)
【毕业设计】学生成绩管理源码
- 基于jsp的学生成绩管理系统(MySQL)(Student achievement management system based on JSP (MySQL))
blog_xtg个人博客-tornado框架
- blog_xtg是git用户写的一个开源分布式博客,其web框架使用的是tornado(一个基于异步IO的python web框架)。同时我把它设计成一个可以多进程多主机部署的分布式架构,如果你对异步IO的web框架感兴趣,或者对高并发分布式的架构感兴趣并处于入门阶段,那么很希望你来尝试blog_xtg,一定会有所收获。