资源简介

这是一个springboot+mysql+mybatis的web项目,它包括基本的人员管理,权限区分,视频上传以及音视频对话,不过音视频对话对于带宽的要求比较高,对于外部设备的连接暂时还没有进行测试。系统设计的是一个远程手术直播系统,但是具体指示实现了一个简单的音视频直播,因为医院直播等对于设备的要求比较高,所以就没有条件去完成它,系统中有三种角色,首先管理员拥有最高权限,它的功能包括登录,用户管理,观看视频,手术室管理,评论,上传视频,直播等功能。其次医生拥有的功能包括申请手术室,直播示教,个人信息管理,观看视频,登录注册,上传视频,评论等功能,最后的普通用户的功能包括登录注册,观看视频,观看直播,以及个人信息管理,个人信息管理包括个人信息的修改以及账号的注销。

资源截图

代码片段和文件信息

/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License Version 2.0 (the
“License“); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing
software distributed under the License is distributed on an
“AS IS“ BASIS WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.
*/

import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.URL;
import java.nio.channels.Channels;
import java.nio.channels.ReadableByteChannel;
import java.util.Properties;

public class MavenWrapperDownloader {

    /**
     * Default URL to download the maven-wrapper.jar from if no ‘downloadUrl‘ is provided.
     */
    private static final String DEFAULT_DOWNLOAD_URL =
            “https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar“;

    /**
     * Path to the maven-wrapper.properties file which might contain a downloadUrl property to
     * use instead of the default one.
     */
    private static final String MAVEN_WRAPPER_PROPERTIES_PATH =
            “.mvn/wrapper/maven-wrapper.properties“;

    /**
     * Path where the maven-wrapper.jar will be saved to.
     */
    private static final String MAVEN_WRAPPER_JAR_PATH =
            “.mvn/wrapper/maven-wrapper.jar“;

    /**
     * Name of the property which should be used to override the default download url for the wrapper.
     */
    private static final String PROPERTY_NAME_WRAPPER_URL = “wrapperUrl“;

    public static void main(String args[]) {
        System.out.println(“- Downloader started“);
        File baseDirectory = new File(args[0]);
        System.out.println(“- Using base directory: “ + baseDirectory.getAbsolutePath());

        // If the maven-wrapper.properties exists read it and check if it contains a custom
        // wrapperUrl parameter.
        File mavenWrapperPropertyFile = new File(baseDirectory MAVEN_WRAPPER_PROPERTIES_PATH);
        String url = DEFAULT_DOWNLOAD_URL;
        if(mavenWrapperPropertyFile.exists()) {
            FileInputStream mavenWrapperPropertyFileInputStream = null;
            try {
                mavenWrapperPropertyFileInputStream = new FileInputStream(mavenWrapperPropertyFile);
                Properties mavenWrapperProperties = new Properties();
                mavenWrapperProperties.load(mavenWrapperPropertyFileInputStream);
                url = mavenWrapperProperties.getProperty(PROPERTY_NAME_WRAPPER_URL url);
            } catch (IOException e) {
                System

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1268  2019-04-30 10:52  zhibo\.classpath

     文件        277  2019-03-15 13:12  zhibo\.gitignore

     文件      48337  2019-03-15 13:12  zhibo\.mvn\wrapper\maven-wrapper.jar

     文件        116  2019-03-15 13:12  zhibo\.mvn\wrapper\maven-wrapper.properties

     文件       4624  2019-03-15 13:12  zhibo\.mvn\wrapper\MavenWrapperDownloader.java

     文件        710  2019-05-13 18:48  zhibo\.project

     文件        155  2019-03-15 13:12  zhibo\.settings\org.eclipse.core.resources.prefs

     文件       1550  2019-03-31 16:47  zhibo\.settings\org.eclipse.jdt.core.prefs

     文件        188  2019-03-31 16:41  zhibo\.settings\org.eclipse.jdt.launching.prefs

     文件         90  2019-03-23 18:00  zhibo\.settings\org.eclipse.m2e.core.prefs

     文件         65  2019-03-15 13:12  zhibo\.settings\org.springframework.ide.eclipse.prefs

     文件        517  2019-03-15 13:12  zhibo\HELP.md

     文件       4944  2019-04-30 16:37  zhibo\log\sys.2019-04-30.0.log

     文件      62691  2019-05-01 22:27  zhibo\log\sys.2019-05-01.0.log

     文件      80124  2019-05-09 15:37  zhibo\log\sys.2019-05-09.0.log

     文件      27226  2019-05-10 22:19  zhibo\log\sys.2019-05-10.0.log

     文件      31783  2019-05-12 16:14  zhibo\log\sys.2019-05-12.0.log

     文件       7338  2019-05-14 13:18  zhibo\log\sys.2019-05-14.0.log

     文件       8867  2019-05-15 17:29  zhibo\log\sys.2019-05-15.0.log

     文件      37650  2019-05-16 22:25  zhibo\log\sys.2019-05-16.0.log

     文件       2149  2019-05-17 16:08  zhibo\log\sys.2019-05-17.0.log

     文件      78772  2019-05-23 22:40  zhibo\log\sys.2019-05-22.0.log

     文件      14645  2019-05-23 22:48  zhibo\log\sys.2019-05-23.0.log

     文件       4090  2019-05-24 08:53  zhibo\log\sys.2019-05-24.0.log

     文件        627  2019-05-27 09:13  zhibo\log\sys.2019-05-27.0.log

     文件      26229  2019-05-28 22:12  zhibo\log\sys.2019-05-28.0.log

     文件       9113  2019-03-15 13:12  zhibo\mvnw

     文件       5810  2019-03-15 13:12  zhibo\mvnw.cmd

     文件      25267  2019-03-18 11:24  zhibo\mylog.log

     文件       2454  2019-05-16 14:35  zhibo\pom.xml

............此处省略1098个文件信息

评论

共有 条评论