- 博客(10)
- 收藏
- 关注
原创 云计算 期末作业
项目名称基于Socket.io通信的《你画我猜》docker镜像制作项目介绍原有项目已实现:画笔关键词计时本次实验实现添加聊天功能添加弹幕UI等细节优化对应docker镜像的制作和上传项目实现聊天功能:通过在页面内添加消息框的div及input标签用于信息显示及发送,然后在负责客户端的io.js中添加信息传 输代码: socket.on('server msg', function (data) { var ele = document.c
2020-09-28 17:35:32
626
原创 云计算 作业5
Homework 5AssignmentStorage for Data Intensive ServicesHDFS is implemented as a user-level file system vs an in-kernel file-system. (a) What is the advantage of this in the context of Hadoop?HDFS (Hadoop Distributed File System) is a unique design th
2020-09-28 17:34:03
204
原创 云计算 作业4
Homework 4AssignmentMessaging in Docker imagesDonwload the project code from git. hps://github.com/UsamaAshraf/microservices-using-rabbitmqUnzip to get the file.Launch The Microservices.$ docker-compose upCheck for 3 services.$ docker psOpe
2020-09-28 17:33:13
187
原创 云计算 作业3
Homework 3Q1:Write a hypercall in KVMA hypercall is a way for a guest OS to make a call to the hypervisor, in some ways similar to how a system call allows an applicaon to make a call to the OS. We are asking you to write a hypercall to become familiar
2020-09-28 17:31:55
132
原创 云计算 作业2
Homework 2Q: Create a Virtual Machine on KVM.Install VMware WorktaonInstall Linux/KMCreate a New Virtual Machine.Select “Custom (advanced) and click Next”.Click next unl you reach the page “Guest Operang System Installaon”Download the iso imag
2020-09-28 17:30:29
308
原创 云计算 作业1
Homework 1Q1: Characterize the following three cloud compung models.(a) What is an IaaS cloud? Give one example system. IaaS: online services that provide high-level APIs used to dereference various low-level details of underlying network infrastructur
2020-09-28 17:27:49
781
原创 数据库期末实验
实验要求创建“学生”,“课程”,“成绩”表格并插入相关信息,添加触发器,找出学号最大的学生学号,创建存储结构和函数并进行调用。#创建“学生-课程”模式create schema s_t;#创建“学生”,“课程”和“学生选课”表,同时添加约束条件create table Student (Sno char(9) PRIMARY KEY, Sname char(20) UNIQUE, Ssex char(2), Sage smallint, Sdept char(2
2020-09-25 17:38:36
332
原创 Jquery Ajax 笔记
jQuery Ajax 笔记实现ajax,目前有两种方法:使用JavaScript扩展对象XMLHttpRequest实现Ajax使用JjQuery实现ajax此处学习总结jQuery ajax方法。常用格式: $.ajax({ type:'POST', url:'sentence.jsp', data:{ sentence:sente
2020-09-25 17:37:32
231
原创 Python 中的Dic和List
title: Python 学习笔记date: 2020-03-27 12:00:00tags:编程语言入门pythoncover: https://www.wallpaperup.com/wallpaper/download/67364/b923d937f90f4f6a40fd21b02b8d0521/1280/800Python 学习笔记因毕业设计需要,学习下入门级的python基本知识。需要注意的数据类型Dic :Python包含以下函数:序号函数及描述.
2020-09-25 17:36:38
651
原创 JavaWeb上传文件
JavaWeb上传文件前端:<p>导入文本分词:</p><form action="UploadServlet" enctype="multipart/form-data"method="post"> <%--名称:<input name="txt_name" /><br>--%> 上传文件:<input name="txt" type="file"><br> <input t
2020-09-25 17:35:23
81
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人