登录
首页 » Java » WebVR

WebVR

于 2021-04-02 发布
0 210
下载积分: 1 下载次数: 1

代码说明:

说明:  spring boot游客项目管理,整合vr预览(Spring boot tourist project management)

文件列表:

WebVR\.idea, 0 , 2021-01-01
WebVR\.idea\.gitignore, 245 , 2021-01-01
WebVR\.idea\compiler.xml, 538 , 2021-01-01
WebVR\.idea\encodings.xml, 267 , 2021-01-01
WebVR\.idea\jarRepositories.xml, 864 , 2021-01-01
WebVR\.idea\misc.xml, 638 , 2021-01-01
WebVR\.idea\uiDesigner.xml, 8915 , 2021-01-01
WebVR\.idea\workspace.xml, 3886 , 2021-01-01
WebVR\pom.xml, 6976 , 2021-01-01
WebVR\src, 0 , 2021-01-01
WebVR\src\main, 0 , 2021-01-01
WebVR\src\main\java, 0 , 2021-01-01
WebVR\src\main\java\VR, 0 , 2021-01-01
WebVR\src\main\java\VR\controller, 0 , 2021-01-01
WebVR\src\main\java\VR\controller\UserController.java, 604 , 2021-01-01
WebVR\src\main\java\VR\dao, 0 , 2021-01-01
WebVR\src\main\java\VR\dao\IUserDao.java, 286 , 2021-01-01
WebVR\src\main\java\VR\domain, 0 , 2021-01-01
WebVR\src\main\java\VR\domain\User.java, 831 , 2021-01-01
WebVR\src\main\java\VR\service, 0 , 2021-01-01
WebVR\src\main\java\VR\service\Impl, 0 , 2021-01-01
WebVR\src\main\java\VR\service\Impl\UserServiceImpl.java, 542 , 2021-01-01
WebVR\src\main\java\VR\service\IUserService.java, 144 , 2021-01-01
WebVR\src\main\resources, 0 , 2021-01-01
WebVR\src\main\resources\applicationContext.xml, 2707 , 2021-01-01
WebVR\src\main\resources\db.properties, 126 , 2021-01-01
WebVR\src\main\resources\springmvc.xml, 1737 , 2021-01-01
WebVR\src\main\webapp, 0 , 2021-01-01
WebVR\src\main\webapp\index.jsp, 365 , 2021-01-01
WebVR\src\main\webapp\src, 0 , 2021-01-01
WebVR\src\main\webapp\src\pages, 0 , 2021-01-01
WebVR\src\main\webapp\src\pages\hello.jsp, 311 , 2021-01-01
WebVR\src\main\webapp\WEB-INF, 0 , 2021-01-01
WebVR\src\main\webapp\WEB-INF\web.xml, 1729 , 2021-01-01
WebVR\src\test, 0 , 2021-01-01
WebVR\src\test\java, 0 , 2021-01-01
WebVR\src\test\resources, 0 , 2021-01-01
WebVR\WebVR.iml, 81 , 2021-01-01

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

发表评论

0 个回复

  • Cluster-Building
    Clustering Large Probabilistic Graphs
    2014-02-05 16:36:20下载
    积分:1
  • 15755_jb_memory_monitor_v.2.2
    JBuilder里监控内存使用情况的插件(JBuilder Memory Lane control the use of plug-in)
    2004-10-13 09:49:37下载
    积分:1
  • foodsys
    这是一个简单的java桌面应用软件。主要应用于酒店点餐和管理操作。能帮助到java的初学者(This is a simple java desktop application software. Mainly used in hotels ordering and management operations. Can help to java beginners)
    2013-11-12 11:31:02下载
    积分:1
  • thirdy_textTwist
    Simple texttwist game I made for a sophomore friend for their project
    2009-05-11 00:13:08下载
    积分:1
  • Java范例序1
    说明:  java的一些关于简单实例的运算及其编程,包括applet,多线程等(some examples of simple arithmetic and its programming, including the applet, such as multithreading)
    2005-12-25 13:25:53下载
    积分:1
  • BluetoothAudioGateway
    Listens for incoming RFCOMM connection for the headset / handsfree service.
    2013-11-07 11:50:21下载
    积分:1
  • SSH2-EduCoursGradeManaSys
    这是SSH2集成的高校成绩管理系统,包括系统管理员,教师,学生三个角色,里面的有对学生,老师,管理员的增,删,修改 功能,能查询成绩。(This is an SSH2 integration of university performance management system, including system administrators, teachers, students three roles, inside have to students, teachers and administrators to add, delete, modify function, can query results.)
    2015-03-16 16:57:23下载
    积分:1
  • MailSystem
    设计一个邮寄包裹的收费系统,在邮寄类型确定的情况下,包裹的邮资由包裹的重量a,邮寄距离b,保价金额c三个参数决定。 如:普通邮件(RegularMail)的邮费 = 3(a+b/100)+0.01c 挂号邮件(RegisterdMail)的邮费 = 4(a+b/100)+0.02c等等 请设计一个系统,计算包裹的邮资。系统使用图形用户界面,用户在图形用户界面选择邮寄类型,再输入重量、距离和报价金额,单击确定按钮系统就计算出包裹的邮资。要求系统能够灵活的增减邮寄类型和修改某种邮寄类型的邮资计算方法。(Design of a parcel of charge system, the type identified in the case of mail, parcels by the weight of the parcel postage a, mailing distance b, c insured amount three parameters. Such as: regular mail (RegularMail) postage = 3 (a+b/100)+0.01c registered mail (RegisterdMail) postage = 4 (a+b/100)+0.02c etc. Please design a system to calculate the parcel postage. System using the graphical user interface, users select the mail type graphical user interface, and then enter the weight, distance and offer amount, click the OK button the system will calculate the parcel postage. Require the system to increase or decrease mailing flexible type and modify some types of mailing postage calculation.)
    2013-11-14 13:27:11下载
    积分:1
  • lexical-014
    The following words are used as keywords in proposed extensions and are therefore reserved to allow for the possibility of future adoption of those extensions Source Code for Andriod.
    2014-02-02 21:57:13下载
    积分:1
  • FastIndex
    建立快速索引,FastIndex为抽象类,AscFastIndex和DescFastIndex分别为两个实现(Quick Indexing. FastIndex is an abstract class and AscFastIndex and DescFastIndex are two implementations respectively.)
    2019-07-02 08:19:14下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载