登录
首页 » Java » Test5_DataOperationProj

Test5_DataOperationProj

于 2020-11-12 发布 文件大小:9KB
0 264
下载积分: 1 下载次数: 3

代码说明:

  编写一个Java Web项目,实现从properties文件读取数据存储到数据库,并从数据库中读取数据,将结果显示在页面上。( Write a Java Web projects to achieve read the properties file data stored in the , and read data the , the results displayed on the page.)

文件列表:

Test5_DataOperationProj
.......................\.classpath,529,2016-05-18
.......................\.mymetadata,336,2016-05-18
.......................\.project,1550,2016-05-18
.......................\src
.......................\...\beans
.......................\...\.....\DBBean.java,451,2016-05-18
.......................\...\.....\Student.java,690,2016-05-18
.......................\...\data
.......................\...\....\properties,73,2016-05-18
.......................\...\servlets
.......................\...\........\DataInputServlet.java,678,2016-05-18
.......................\WebRoot
.......................\.......\dataOperation.jsp,1423,2016-05-18
.......................\.......\index.jsp,834,2016-05-18
.......................\.......\META-INF
.......................\.......\........\MANIFEST.MF,36,2016-05-18
.......................\.......\WEB-INF
.......................\.......\.......\classes
.......................\.......\.......\.......\beans
.......................\.......\.......\.......\.....\DBBean.class,906,2016-05-18
.......................\.......\.......\.......\.....\Student.class,1242,2016-05-18
.......................\.......\.......\.......\data
.......................\.......\.......\.......\....\properties,73,2016-05-18
.......................\.......\.......\.......\servlets
.......................\.......\.......\.......\........\DataInputServlet.class,792,2016-05-18
.......................\.......\.......\context.xml,67,2016-05-18
.......................\.......\.......\lib
.......................\.......\.......\web.xml,715,2016-05-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • springboot-mybatis
    (4)结果映射:将操作数据库的结果按照映射的配置进行转换,可以转换成HashMap、JavaBean或者基本数据类型,并将最终结果返回(result mapping: transform the result of the operation database according to the configuration of the mapping, which can be converted into HashMap, JavaBean or basic data type, and return the final result)
    2019-04-05 22:07:33下载
    积分:1
  • GB28181-2011T
    GB28181-2011T 安全防范视频监控联网系统信息传输、交换、控制技术要求(GB SAFE VIDEO)
    2013-08-24 13:34:24下载
    积分:1
  • Exe4_3
    3.已知车辆(Vehicle)包括机动车(MotoVehicle)和非机动车(NonMotorVehicle)2种。小汽车(Car)、公交车(Bus)等属于机动车,自行车(Bicycle)等属于非机动车。随着能源技术的发展,出现了电动自行车(ElectricBicycle)、电动小汽车(ElectricCar)、天然气公交车(NaturalGasBus)等新型车辆。车辆的共同特征是都能够运行(run),并且有唯一的5位车牌号(LicenseNumber)。机动车的共同特征是采用燃油发动机(FuelEngine),且能够驾驶(drive)。自行车的共同特征是能够骑行(ride)。电动车辆的共同特征是由电池(Battery)驱动。天然气车辆的共同特征是采用天然气(NaturalGas)作为动力。 要求: (1)设计一个类体系描述上述车辆,写出它们的属性和方法。 (2)一家公司(Company)拥有10辆普通小汽车、5辆公交车、2辆电动小汽车和1辆天然气公交车,要求写一个方法listVehicles()显示所有车辆的信息(车牌号以及采用的动力)。 程序文件命名为Exe4_3.java。(3. Known vehicle (Vehicle) including motor vehicle (MotoVehicle) and non-motorized (NonMotorVehicle) 2 species. Cars (Car), bus (Bus), etc. to motor vehicles, bicycles (Bicycle), etc. are non-motor vehicles. With the development of energy technologies, the emergence of electric bicycles (ElectricBicycle), electric cars (ElectricCar), natural gas buses (NaturalGasBus) and other new vehicles. A common feature of the vehicle is able to run (run), and there are only five license plate number (LicenseNumber). Common feature is the use of a motor vehicle fuel engine (FuelEngine), and is capable of driving (drive). Common feature is the ability to ride a bike (ride). Common characteristics of the electric vehicle is driven by a battery (Battery). A common feature is the use of natural gas vehicles (NaturalGas) as the driving force. Claim: (1) describe the design of a class system of the vehicle, write their properties and methods. (2) a company (Company) owns 10 ordinary cars, five buses, )
    2015-06-14 18:22:51下载
    积分:1
  • swingmap
    说明:  将指定经纬度的点在地图上显示出来,提供地图图片放大缩小和拖动功能。(The designated latitude and longitude points will be displayed on the map, providing map image zooming and zooming and dragging functions.)
    2020-06-16 06:20:01下载
    积分:1
  • BUS
    说明:  公交查询系统 Android studio(Bus search system can used by Android studio)
    2019-01-11 17:08:28下载
    积分:1
  • quartz-1.8.6.tar
    quartz1.8调度器所需的包,解压后里面有各种源文件和包,供大家学习和使用(Quartz1.8 scheduler the bag, after decompression it is full of source and bag, for everybody to learn and use )
    2012-03-08 09:23:13下载
    积分:1
  • SSM+Maven整合
    说明:  ssm+maven整合实例,这是一个简单的实例,可以发布对于ssm框架与maven工具使用。(Example of SSM + Maven integration. This is a simple example that can be published for use with SSM frameworks and maven tools.)
    2020-06-21 06:40:02下载
    积分:1
  • src
    书籍Java与模式的随书源代码文件,都可以运行成功,是学习设计模式的好资料(Java and pattern books with the book source code files, you can run successfully, is to learn good information design patterns)
    2013-08-19 12:33:59下载
    积分:1
  • paixu
    在eclipse环境下,通过键盘输入N个数,采用冒泡排序,对其进行排序,并返回第k个最大值。(In the eclipse environment, input N numbers through keyboard ,use bubble sort, sort them, and returns the k-th maximum.)
    2013-10-28 15:03:28下载
    积分:1
  • auction-lap-master
    说明:  拍卖算法,可以用来学习分布式拍卖算法,了解原理,希望对大家有帮助(this is the distributed auction algorithm developed by Java, hope help anyone who need it!)
    2020-03-24 20:33:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载