登录
首页 » Java » LiveRoomDemo_Server-master

LiveRoomDemo_Server-master

于 2020-08-22 发布
0 120
下载积分: 1 下载次数: 1

代码说明:

说明:  实现视频实时在线直播,分前后端,前端用 vue 开发,后端用java ,采用了 spring boot 框架(It is used video play)

文件列表:

LiveRoomDemo_Server-master, 0 , 2020-08-09
LiveRoomDemo_Server-master\.project, 561 , 2020-08-09
LiveRoomDemo_Server-master\bin, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\main, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\main\java, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\main\java\com, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\main\java\com\hushangjie, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\main\java\com\hushangjie\bootstrap, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\java\com\hushangjie\controller, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\java\com\hushangjie\dao, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\java\com\hushangjie\entity, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\java\com\hushangjie\service, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\resources, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\main\resources\static, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\main\resources\static\css, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\resources\static\images, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\resources\static\js, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\resources\static\vonic, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\main\resources\templates, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\src\test, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\test\java, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\test\java\com, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\src\test\java\com\hushangjie, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\target, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\target\classes, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\target\classes\com, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\target\classes\com\hushangjie, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\target\classes\com\hushangjie\bootstrap, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\target\classes\com\hushangjie\controller, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\target\classes\com\hushangjie\dao, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\target\classes\com\hushangjie\entity, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\target\classes\com\hushangjie\service, 0 , 2020-08-22
LiveRoomDemo_Server-master\bin\target\test-classes, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\target\test-classes\com, 0 , 2020-08-09
LiveRoomDemo_Server-master\bin\target\test-classes\com\hushangjie, 0 , 2020-08-22

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

发表评论

0 个回复

  • 合成孔径雷达成像 算法与实现.rar
    本书详细介绍了合成孔径成像的基本原理,并且通过实际的代码进行仿真实现。(This book describes in detail the basic principles of synthetic aperture imaging, and through the actual code to achieve simulation.)
    2017-09-06 07:35:48下载
    积分:1
  • hooks.zip
    说明:  # Provide the canonicalize filename (physical filename with out any symlinks) # like the GNU version readlink with the -f option regardless of the version of # readlink (GNU or BSD). # This file is part of a set of unofficial pre-commit hooks available
    2020-06-19 15:00:01下载
    积分:1
  • 陈列馆问题: 1.问题描述 世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列...
    陈列馆问题: 1.问题描述 世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列室之外,还可以监视与它所在的陈列室相邻的上,下,左,右4个陈列室。 2.要求 试要求,设计一个安排警卫机器人哨位的算法,使得名画陈列馆的每个陈列室都在警卫机器人监视之下,切所用的警卫机器人数目最少。 3.结果输出 将计算的警卫机器人数及其最佳哨位安排输出到文件output.txt。文件的第1行是警卫机器人数;接下来的m行中每行n个数,0表示无哨位,1表示哨位。-Gallery problem: 1. Problem Description Painting gallery in the world there are m* n composed of a showroom. In order to prevent the paintings stolen, you need to set the security robot sentinel showroom, each algorithm is a security robot in addition to monitor it in the showroom, you can also watch it in the showroom with the adjacent upper and lower, left, Right 4 showrooms. 2. Demand Test requirements, design an arrangement guard robot sentinel algorithm, making paintings in each gallery showroom are under the surveillance of the security robot, cutting the number of robots used by security guards at least. 3. The resulting output Will calculate the number of security robots and the best sentinel ar
    2022-06-27 18:30:39下载
    积分:1
  • 建立一个类,可以实现画斜椭圆,里面重载多个函数,可以根据你的需要进行绘制斜椭圆!...
    建立一个类,可以实现画斜椭圆,里面重载多个函数,可以根据你的需要进行绘制斜椭圆!-The establishment of a category, you can realize oblique oval painting, which more than overloaded function, according to your need for rendering oblique elliptical!
    2022-12-28 14:40:04下载
    积分:1
  • copula 的极大似然估计
    说明:  计算极大似然值copula,matlab代码(Calculate the maximum likelihood value)
    2020-12-05 19:19:49下载
    积分:1
  • png_decoder
    说明:  适用于LittlevGL的图形转换程序(Use PNG images in LittlevGL)
    2020-10-24 14:50:01下载
    积分:1
  • Delphi游戏编程导学,玩游戏,学编程!
    Delphi游戏编程导学,玩游戏,学编程!-Delphi Game Programming Guidance, play games, learn programming!
    2022-06-12 05:31:57下载
    积分:1
  • 本人编写的有关军队营房工作的管理系统,仅供学习使用。
    本人编写的有关军队营房工作的管理系统,仅供学习使用。-prepared by the army barracks, work management system, is for studying.
    2022-01-26 08:06:38下载
    积分:1
  • 读取 点云数据 STL 文件 分块化编程
    读取 点云数据 STL 文件 分块化编程-STL file to read point cloud data block programming
    2023-07-25 08:50:04下载
    积分:1
  • test_KT_RM_correct
    本程序用于验证Keystone算法设计的正确性,采用sinc内插法。(This procedure is used to verify the correctness of Keystone algorithm design, and sinc interpolation method is used.)
    2018-08-07 10:03:02下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载