合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

        代寫COMP3013、代做Java編程設(shè)計
        代寫COMP3013、代做Java編程設(shè)計

        時間:2024-12-11  來源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯



        COMP3013 Database Management System
        Course Project Requirements
        2024 Fall
        Introduction
        This is a group project for four to ffve students.
        This project is to build up an dynamic website for a real-world application. It
        can be an information system for beauty parlor, kid’s training institutes, fftness
        centers, restaurants, etc. The topic is unlimited. You are free to choose anything
         you are interested.
        Requirements
        Front End Requirements
        1. Your website needs at least ten pages.
        2. The static pages can be implemented by HTML + CSS, while the dynamic
        contents can be handled by PHP and Javascript.
        3. Your website may include navigation bars, logo, footers, data validation,
        etc.
        4. There is no requirement on the opensource platforms. Using them can
        give you a fancy look to your website, but no extra marks.
        5. Your website needs to be deployed on an Apache server. Use XAMPP.
        6. Your website should allow user registration and login. At least two user
        types should be offered. For example, suppose you are building a bookstore
        website, your user types could be:
        ˆ owner
        ˆ registered user
        ˆ anonymous visitor
        17. Your website needs to include at least four features. The more features
        you have, the higher score you will earn. Feature is a workffow that can
        allow the user to perform a complete task. Take the example of bookstore,
        the features could be:
        ˆ The owner add new books to the store.
        ˆ The owner view purchasing data analysis, etc.
        ˆ The user orders books and leaves the books in the shopping cart.
        ˆ The user check out and pay.
        ˆ The owner, the user and the visitor search for books.
        Back End Requirements
        1. Your ER diagram should have at least 8 entities and 6 relationships.
        2. On average, each table must have no less than 10,000 records. There are
        at least two tables consisting of more than 50,000 records. (Note: Not all
        the records have to be real but they should be realistic. You may generate
        records using a program.)
        3. Your system takes less than 1 second to insert a record to any table.
        4. Your system takes less than 2 seconds to delete or search a record.
        5. Display the running time of your query on the webpage. You can use
        microtime() function in PHP.
        6. The logical design of the database must follow the normal forms (BCNF
        or 3NF).
        7. Use foreign keys. For example, the table student has students’ information
        and the table registration has courses registered by each student. If one
        tuple is removed from student, the corresponding tuple(s) will also be
        removed from registration.
        Presentation Requirements
        1. 10-12 minutes for each group.
        2. Make some good slides.
        Documentation Requirements
        1. Brieffy introduce the purpose of this project. You should deffne which
        real-life problem you are solving, address the difffculty of the problem,
        give the abstraction of the problem, and major goal of the project.
        2. List all front end functions that you have implemented.
        23. To design the database, you may need to make some assumptions for
        modeling because real-life problems sometimes do not provide enough information.
         But, all your assumptions have to be realistic.
        4. Your report must include your ffnal ER diagram and a brief description
        of each entity and relationship set.
        5. You need to give all functional dependencies and schemas.
        6. If your schemas are in the normal forms, explain why. If not, you need to
        decompose them and show the steps in detail.
        7. You need to describe the primary keys.
        8. Workload of each team member.
        Bonus (1% for each)
        1. Use BLOB to store pictures.
        2. Use triggers to implement constraints other than not null, primary key,
        unique, or referential. For example, the table student has an attribute
        credit showing the total credits earned by each student. Then, if a student
         ffnishes a course of 3 credits, his/her credit will be increased by 3
        automatically.
        3. Secure the connection. The administrator account of the database system
        has the highest authority of everythin in databases. If you use the administrator
         account to make the connection, it is not safe at all. For the
        security issue, your database connection can only access partial information
         subject to users authority.
        Tips
        For presentation and report:
        ˆ The presentation should follow the top-down procedure. Please start your
        presentation from the problem deffnition and assume that audiences know
        nothing about your project.
        ˆ Describe your database design on a high level, ER diagram for example.
        ˆ Highlight the critical points, constraints and triggers for example.
        ˆ Prepare some good slides.
        ˆ Do NOT make your presentation as function demonstration.
        ˆ Time is limited. You cannot show all details in a short presentation.
        Attract people’s attention by some shining gold.
        3ˆ A simple instruction for presentation can be found at “Project Presentation
         Guideline.docx”.
        For web design and implementation, you are referred to w3school. A set
        of startup codes is given in “DBPJ example.zip”. You can try to get it run ffrst.
        For XAMPP, Apache, phpMyAdmin, you are referred to Apache Friends.
        A simple tutorial is also given in “SQLLab.pdf”.
        For generating data, see “DataGenerator.zip”.
        Timeline
        To make sure that nobody starts working on the project in the last minute, we
        setup the following schedule.
        1. Oct. 20 - grouping. Students need to select teams on iSpace in 2 or
        3 people. Then, we will randomly pair two teams as one group of 4-5
        students. The number of teams of 2 or 3 people is limited on iSpace. First
        come ffrst serve! The grouping link will be available at 8pm Oct. 17 on
        iSpace.
        2. Nov. 10 - a problem description (5%, another 5% will be with the ffnal
        submission), about **2 pages long (11pt font size, single spacing, and
        default margin). You should deffne the problem that you are solving, why
        you are interested in this problem, the information that you want to model
        in your system, and the features that your system will include.
        3. Nov. 24 - the ffrst draft of the ER diagram (5%, another 5% will be with
        the ffnal submission).
        4. Dec. 1 - static webpage implementations (10%, another 10% will be with
        the ffnal submission). You only need to submit HTML and CSS ffles,
        which is the structure of the information system. All dynamic contents
        are replaced by static pages.
        5. Dec. 11∼17 - project presentation (20%). And in the night before it, you
        need to submit your presentation slides The presentation will be scheduled
        for sections differently.
        6. Dec. 22 - the ffnal submission, which includes
        ˆ the report,
        ˆ the ffnallized ER diagram,
        ˆ webpages, and
        ˆ your database (exported from the database server in the format .sql),
        only one ffle for all tables. Please double check your ffle because we
        cannot give you marks if your database cannot be imported into the
        system.
        **. Each partial submission worth 50% of the corresponding ffeld except the
        presentation. If you miss the DDL, you will lose marks.
        8. Don’t worry if your partial submission is not perfect. You can still improve
        it before the ffnal submission and ffght for the other 50%.
        Grading
        ˆ Report 30%
        – Problem Description - Partial Submission 5%
        – Problem Description - Final Submission 5%
        – ER Model - Partial Submission 5%
        – ER Model - Final Submisssion 5%
        – Logical Design - Final Submission 5%
        – Report Writing - Final Submission 5%
        ˆ Presentation 20%
        – Organization 10%
        – Oral Language 10%
        ˆ Website Implementation 20%
        – Partial Submission 10%
        – Final Submission 10%
        ˆ Database Implementation - Final Submission 30%
        ˆ Bonus 1% for each
        One group only submits one copy to iSpace by the teamleader. For partial
         submission, rename your ffles as “COMP3013 24F Group### fflename”,
        where “fflename” is one of the report, ER diagram draft, or PPT, and ###
        is your gourp number. And also rename your ffnal submission package as
        “COMP3013 24F Group###”.

        請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp


         

        掃一掃在手機打開當前頁
      1. 上一篇:菲律賓13a簽證如何申請(可以做生意嗎)
      2. 下一篇:代做CS-107、java程序語言代寫
      3. 無相關(guān)信息
        合肥生活資訊

        合肥圖文信息
        急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計優(yōu)化
        急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計優(yōu)化
        出評 開團工具
        出評 開團工具
        挖掘機濾芯提升發(fā)動機性能
        挖掘機濾芯提升發(fā)動機性能
        海信羅馬假日洗衣機亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
        海信羅馬假日洗衣機亮相AWE 復(fù)古美學(xué)與現(xiàn)代
        合肥機場巴士4號線
        合肥機場巴士4號線
        合肥機場巴士3號線
        合肥機場巴士3號線
        合肥機場巴士2號線
        合肥機場巴士2號線
        合肥機場巴士1號線
        合肥機場巴士1號線
      4. 短信驗證碼 酒店vi設(shè)計 NBA直播 幣安下載

        關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

        Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
        ICP備06013414號-3 公安備 42010502001045

        亚洲AV午夜福利精品一区二区| 人成精品视频三区二区一区| fulidown国产精品合集| 国产精品色内内在线播放| 久久中文精品无码中文字幕| 狼色精品人妻在线视频免费| 国产一区二区三区日韩精品| 另类ts人妖精品影院| 国产日韩精品视频一区二区三区 | 精品国产日韩久久亚洲| 3d动漫精品啪啪一区二区中| 久久久久女人精品毛片九一| 久久99久久99小草精品免视看 | 日韩精品久久无码中文字幕| 国产精品天干天干综合网| 一色屋精品视频在线观看| 三级精品在线观看| 国产精品青草久久久久福利99| 亚洲国产精品无码久久青草| 久草这里只有精品| 无码精品人妻一区二区三区AV| 日韩精品久久一区二区三区| 日韩a在线观看免费观看| 最新日韩精品中文字幕| 日韩电影免费在线观看网站| 日韩乱码人妻无码中文字幕视频| 国产精品深爱在线| 久久精品女人天堂AV免费观看| 亚洲精品无码久久久久秋霞| 久久亚洲精品国产亚洲老地址| 国产精品大片天天看片| 最新国产成人亚洲精品影院| 国产精品视频一区二区猎奇| 无码专区人妻系列日韩精品少妇| 波多野结衣久久精品| 日韩av无码国产精品| 国产精品美女久久久久浪潮AV| 精品哟哟哟国产在线观看不卡| 国外AV无码精品国产精品| 在线观看精品国产福利片100| 国产伦精品一区二区三区免.费 |