Apache Maven
What is it?
-----------
Maven is a software project management and comprehension tool. Based on
the concept of a Project Object Model (POM), Maven can manage a project's
build, reporting and documentation from a central piece of information.
Documentation
-------------
The most up-to-date documentation can be found at https://maven.apache.org/.
Release Notes
-------------
The full list of changes can be found at https://maven.apache.org/docs/history.html.
System Requirements
-------------------
JDK:
1.7 or above (this is to execute Maven - it still allows you to build against 1.3
and prior JDK's).
Memory:
No minimum requirement.
Disk:
Approximately 10MB is required for the Maven installation itself. In addition to
that, additional disk space will be used for your local Maven repository. The size
of your local repository will vary depending on usage but expect at least 500MB.
Operating System:
Windows:
Windows 2000 or above.
Unix based systems (Linux, Solaris and Mac OS X) and others:
No minimum requirement.
Installing Maven
----------------
1) Unpack the archive where you would like to store the binaries, e.g.:
Unix-based operating systems (Linux, Solaris and Mac OS X)
tar zxvf apache-maven-3.x.y.tar.gz
Windows
unzip apache-maven-3.x.y.zip
2) A directory called "apache-maven-3.x.y" will be created.
3) Add the bin directory to your PATH, e.g.:
Unix-based operating systems (Linux, Solaris and Mac OS X)
export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
Windows
set PATH="c:\program files\apache-maven-3.x.y\bin";%PATH%
4) Make sure JAVA_HOME is set to the location of your JDK
5) Run "mvn --version" to verify that it is correctly installed.
For complete documentation, see https://maven.apache.org/download.html#Installation
Licensing
---------
Please see the file called LICENSE.
Maven URLS
----------
Home Page: https://maven.apache.org/
Downloads: https://maven.apache.org/download.html
Release Notes: https://maven.apache.org/docs/history.html
Mailing Lists: https://maven.apache.org/mailing-lists.html
Source Code: https://gitbox.apache.org/repos/asf/maven.git
Issue Tracking: https://issues.apache.org/jira/browse/MNG
Wiki: https://cwiki.apache.org/confluence/display/MAVEN/
Available Plugins: https://maven.apache.org/plugins/
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
采用JSP+JDBC+JavaBean+Servlet+EL+Ajax+DAO+Service+Json+jquery技术的MVC三层结构,系统由七个表构成(生成sql文档已在压缩包里)。 1、项目的用户类型有学生、教师和管理员 3 种类型 2、用户功能: 学生和教师能对自己的基本信息、课程表(课表查询以常规的二维表形式呈现)信息 进行查询; 对自己的登录密码进行修改 3、管理员功能: 所有原始数据都由管理员录入,管理员能对所有信息进行增删改查操作 能查询所有表的所有信息,也能根据搜索框提交的关键字查询对应信息。例如根据学号、姓名查询某个学生信息;能根据教师编号、姓名、院系查询教师信息;根据班级名称、院系、入学年份查找班级信息;能查询教室信息,能根据课程号、课程名查询课程信息。课程表信息查询能根据班级、课程、教师进行查询,能根据周次进行查询
资源推荐
资源详情
资源评论
收起资源包目录
javaweb课程管理系统 (2000个子文件)
ModifyServlet.class 13KB
ModifyServlet.class 13KB
SelectServlet.class 10KB
SelectServlet.class 10KB
InsertServlet.class 6KB
InsertServlet.class 6KB
CourseTableInfoServiceImpl.class 6KB
CourseTableInfoServiceImpl.class 6KB
JdbcUtils.class 5KB
JdbcUtils.class 5KB
JdbcUtils.class 5KB
LogServlet.class 4KB
LogServlet.class 4KB
InfoService.class 4KB
InfoService.class 4KB
StudentInfoServiceImpl.class 3KB
StudentInfoServiceImpl.class 3KB
LogServlet.class 3KB
ClassBaseInfoServiceImpl.class 3KB
ClassBaseInfoServiceImpl.class 3KB
CourseTableInfoDaoImpl.class 3KB
CourseTableInfoDaoImpl.class 3KB
StudentInfo.class 3KB
StudentInfo.class 3KB
StudentInfo.class 3KB
DeleteServlet.class 3KB
DeleteServlet.class 3KB
UserInfoDaoImpl.class 3KB
UserInfoDaoImpl.class 3KB
TeacherInfoDaoImpl.class 3KB
TeacherInfoDaoImpl.class 3KB
CourseBaseInfoDaoImpl.class 3KB
CourseBaseInfoDaoImpl.class 3KB
SelectServlet.class 2KB
ClassroomInfoDaoImpl.class 2KB
ClassroomInfoDaoImpl.class 2KB
ClassBaseInfoDaoImpl.class 2KB
ClassBaseInfoDaoImpl.class 2KB
StudentInfoDaoImpl.class 2KB
StudentInfoDaoImpl.class 2KB
UserInfoServiceImpl.class 2KB
UserInfoServiceImpl.class 2KB
CourseTableInfo.class 2KB
CourseTableInfo.class 2KB
CourseTableInfo.class 2KB
CourseBaseInfoServiceImpl.class 2KB
CourseBaseInfoServiceImpl.class 2KB
TeacherInfoServiceImpl.class 2KB
TeacherInfoServiceImpl.class 2KB
ClassroomInfoServiceImpl.class 2KB
ClassroomInfoServiceImpl.class 2KB
ClassBaseInfo.class 2KB
ClassBaseInfo.class 2KB
CourseBaseInfo.class 2KB
CourseBaseInfo.class 2KB
MyServices.class 2KB
MyServices.class 2KB
MyServices.class 2KB
TeacherInfo.class 2KB
TeacherInfo.class 2KB
TeacherInfo.class 2KB
Filter.class 2KB
Filter.class 2KB
ClassroomInfo.class 2KB
ClassroomInfo.class 2KB
ExitServlet.class 2KB
ManagerInfoServiceImpl.class 2KB
ManagerInfoServiceImpl.class 2KB
UserInfo.class 1KB
UserInfo.class 1KB
LogInfo.class 1KB
ManagerInfoDaoImpl.class 1KB
ManagerInfoDaoImpl.class 1KB
ExitServlet.class 1KB
ExitServlet.class 1KB
Test.class 1KB
Test.class 1KB
InfoDao.class 1KB
InfoDao.class 1KB
ModifyServlet.class 959B
InsertServlet.class 788B
CourseTableInfoDaoImpl.class 778B
StudentInfoDaoImpl.class 764B
TeacherInfoDaoImpl.class 753B
LogInfoDaoImpl.class 722B
CourseTableInfoServiceImpl.class 708B
DeleteServlet.class 690B
TeacherInfoServiceImpl.class 676B
StudentInfoServiceImpl.class 676B
UserInfoServiceImpl.class 674B
CourseBaseInfoServiceImpl.class 505B
ClassBaseInfoServiceImpl.class 502B
ClassroomInfoServiceImpl.class 502B
ManagerInfoServiceImpl.class 496B
CourseBaseInfoDaoImpl.class 477B
ClassBaseInfoDaoImpl.class 474B
ClassroomInfoDaoImpl.class 474B
UserInfoDaoImpl.class 459B
Test.class 379B
InfoService.class 169B
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
- weixin_525229482022-06-11用户下载后在一定时间内未进行评价,系统默认好评。
白条君
- 粉丝: 13
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Android的设备管理与优化系统.zip
- C#商家联盟会员积分消费管理系统源码带微信和文档数据库 SQL2008源码类型 WebForm
- 高频隔直通交电路(电路仿真)
- 低频隔直通交电路(电路仿真)
- (源码)基于C++和CMake的生物仿真模拟系统.zip
- html 2048小游戏
- (源码)基于Thrift框架的游戏匹配与管理系统.zip
- C++(Qt)软件调试-符号转换工具cv2pdb (24)
- 基于FlaskWebIDSKDD99深度学习入侵检测 框架 html + css + jquery + python 3.9
- 基于PythonSnort入侵检测IDS系统 框架 html + css + jquery + echart + python
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功