讲解:COMP312、Programming、Java、JavaC/C++|Web

COMP312 Internet Programming IIAssignment 2Student number: _______________________ Due date: Nov 22, 2019Q1. (40 marks) Write a client-side JavaScript program to display a lecture time table in . The time table data is provided in a script file ‘timetab.js’. The program allows the user to choose a year of study (1 to 4).Requirements:(5 marks) Include an HTML document with a for selecting year of study(5 marks) No JavaScript code embedded in the HTML document. Save your code in *.js files(5 marks) Display the weekly lectures in a , group by day-of-week. Arrange the lectures in time order.(5 marks) Each row shows the course code, course title, day-of-week, start time, end time, and classroom in separate table cells . (5 marks) Display day-of-week in English, e.g. ‘Monday’, ‘Tuesday’.(10 marks) When the user selects a year of study in the , update the to show the lectures for the selection.(5 marks) By default, the page shows the weekly lectures of year 3. Your answer should include the source code of your HTML file and your script file. Don’t include jQuery source file or ‘timetab.js’.Q2. (30 marks) The following application server handles two endpoints: one for the image file /ipm.png and one for inquiring the lectures of a given course code. var express = require(express);var app = express();// import and database connection for ‘db’ omittedapp.get(/ipm.png, (req, res) => { res.sendFile(__dirname+/public/ipm.png);});app.get(/lecture/:code, (req, res) => { var code = req.params.code; db.all(SELECT * from timetab where code=?, [code], function(err, rows) { if (err) throw err; var ans = ; for (row of rows) { ans += `${r.code}, ${r.start}-${r.end}, room ${r.room}` } res.send(ans); });});app.listen(3000); Suppose that the server is running and waiting for incoming HTTP requests. The server first receives a request for the URL ‘/lecture/comp312’. While it is waiting for the database result, the server receives another request for the URL ‘/ipm.png’.Explain how the event loop handles the two HTTP requests. The event loop wakes up (at least) three times to handle three events (two for incoming requests, one for database operation).Requirements:(10 marks) Describe how the application server searches the stack of routes in handling the two requests.(5 marks) Point out the order that the three events occur.(5 marks) Describe the statements that the server runs to handle the first event.(5 marks) Describe the statements that the server runCOMP312代写、代做Programming、Java程序s to handle the second event.(5 marks) Describe the statements that the server runs to handle the third event.Q3. (30 marks) An online video site is going to design and implement an RPC-style Web API for its Ajax web app. The Web API has the following four endpoints: /getUser, /searchVideo, /like and /removeVideo. The browser-side client can manipulate data in a server-side database using the API. The database schema is provided below. Table VideoColumn Name Data type DescriptionVid integer primary key. auto increment.Title text a short description of the videourl text URL of the video data file in mp4 formatuploadUser integer user who uploaded the video. FK to UserCategory text e.g. ‘comedy’, ‘music’Likes integer number of likes by usersTable UserColumn Name Data type DescriptionUid integer primary key. auto increment.Fullname text full name of the userEmail text email address of the userTable VoteUpColumn Name Data type DescriptionUid integer Who likes the video. FK to User.Vid integer Which video is liked. FK to Video.Design the Web API. For each of four endpoints, write a sample HTTP request message and a sample response message (for successful operation) to illustrate your design. The following are detail requirement./getUser – Retrieve user information. The input parameter is uid. The response must include uid, full name and email of the user. In addition, it must include the number of videos uploaded by the user./searchVideo – Search for videos using keyword in video title and category. The input parameters are keyword and category. The sample response must contain information about more than 1 video. The response includes vid, title, URL and likes./like – A user ‘likes’ a video. The input parameters are uid and vid. Response body is empty./removeVideo – Remove a video. The input parameter is vid. Response body is empty.Marking scheme:/getUser request 4% (2%) HTTP message format. Suitable method and URL.(2%) input parameter (1) response 4% (2%) HTTP message format(2%) JSON response body, contain number of videos/searchVideo request 4% (2%) HTTP message format. Suitable method and URL.(2%) input parameters (1 or 2) response 6% (2%) HTTP message format(4%) JSON response body, contain more than 1 video/like request 4% (2%) HTTP message format. Suitable method and URL.(2%) input parameter (2) response 2% (2%) HTTP message format/removeVideo request 4% (2%) HTTP message format. Suitable method and URL.(2%) input parameter (1) response 2% (2%) HTTP message format转自:http://www.6daixie.com/contents/13/4441.html

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 214,444评论 6 496
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,421评论 3 389
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 160,036评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,363评论 1 288
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,460评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,502评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,511评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,280评论 0 270
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,736评论 1 307
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,014评论 2 328
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,190评论 1 342
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,848评论 5 338
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,531评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,159评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,411评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,067评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,078评论 2 352

推荐阅读更多精彩内容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 7,319评论 0 10
  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 9,457评论 0 23
  • 和往常一样,早上六点熊先森起床屙完粑粑,6点半下楼跑步准时7点20敲门打电话喊我起床。不知道被我控诉多少次下楼跑步...
    卖火柴的女孩阅读 186评论 0 0
  • 老爸说按照生肖我属土,火生土,木克土,所以比较适合住2、7、12、17、22……等楼层。虽然对这些不是很懂,但感觉...
    落花吟阅读 123评论 0 1
  • 这已经是开学第二周了,同学们的状态也变成了学习为主,但是春季将至,病毒开始肆虐起来。从星期三开始我们宿舍就有同学开...
    机械181尤阅读 174评论 0 0