frontend-dev #2
@@ -3,7 +3,7 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <meta charset="UTF-8">
 | 
					    <meta charset="UTF-8">
 | 
				
			||||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
    <title>哇哦哦哦哦哦哦哦哦哦哦哦哦哦哦哦哦</title>
 | 
					    <title>订单信息实时统计系统</title>
 | 
				
			||||||
    <!-- 引入Bootstrap的CSS文件 -->
 | 
					    <!-- 引入Bootstrap的CSS文件 -->
 | 
				
			||||||
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
 | 
					    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
 | 
				
			||||||
    <style>
 | 
					    <style>
 | 
				
			||||||
@@ -35,7 +35,7 @@
 | 
				
			|||||||
<body>
 | 
					<body>
 | 
				
			||||||
    <!-- 页面容器 使用container-fluid -->
 | 
					    <!-- 页面容器 使用container-fluid -->
 | 
				
			||||||
    <div class="container-fluid mt-5">
 | 
					    <div class="container-fluid mt-5">
 | 
				
			||||||
        <h1>哇哦哦哦哦哦哦哦哦哦哦哦哦哦哦哦哦</h1>
 | 
					        
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <!-- 第一个图表容器放在最上面 -->
 | 
					        <!-- 第一个图表容器放在最上面 -->
 | 
				
			||||||
        <div class="row">
 | 
					        <div class="row">
 | 
				
			||||||
@@ -65,6 +65,15 @@
 | 
				
			|||||||
                <iframe src="/streamsummary" frameborder="0"></iframe>
 | 
					                <iframe src="/streamsummary" frameborder="0"></iframe>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					        <div class="row">
 | 
				
			||||||
 | 
					            <h2>制作人员名单</h2>
 | 
				
			||||||
 | 
					        <p>郭子奇:架构设计,服务器部署和Python代码调试</p>
 | 
				
			||||||
 | 
					        <p>许家禾:spark streaming&spark core/rdd</p>
 | 
				
			||||||
 | 
					        <p>李尧宇:环境部署,在Kafka中创建主题order用Python代码实现producer,并每隔5秒推送数据给Kafka的order主题</p>
 | 
				
			||||||
 | 
					        <p>李烁升:使用spark streaming每隔两秒实时统计所有订单类别的数量</p>
 | 
				
			||||||
 | 
					        <p>郭志胜:数据生产及数据展示</p>
 | 
				
			||||||
 | 
					        <p>陈楠:使用spark sql统计各个订单的有效数和无效数量</p>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- 引入Bootstrap的JS文件 -->
 | 
					    <!-- 引入Bootstrap的JS文件 -->
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user