0
点赞
收藏
分享

微信扫一扫

论文笔记:How Can Large Language Models Understand Spatial-Temporal Data?

一枚路过的程序猿 2024-04-24 阅读 11
数据库

Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: _0206girl

Testing scenario:

A testing scenario will be provided to assist you in testing this application. It will be  called Final Project Part 2 Test Script in Canvas.

Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: _0206girl

Database considerations:

Your database will be identical to your database from Part 1. All of the tables should  be empty when your project is submitted.

GUI Guidelines:

The user should be required to enter only unknown data. Drop down lists of known  data such as Student names, Course Codes, or Semesters should be displayed for the  user to select. Combo Boxes should be used for the drop-down lists on the form. When  information is requested to be displayed, e.g., for a Display command, all of the  requested information must be displayed. When a command is performed, the results of  that command should be displayed to the user on the same display without the user  needing to use a Display function to see what was done.

Submission Guidelines:

Don't forget to submit your zipped PROJECT folder and your zipped DATABASE   folder as you did for Part 1. Zip the ENTIRE database folder and the ENTIRE project   folder and submit the two zipped files in the assignment under one submission.

Note:

Your project must be named as it was for Part 1. The database must be named as it   was for Part 1. All tables should be empty.

Grading Criteria:

In this project I will be looking for good OO design practices and this includes:

Use of getter and setter methods for class variables

Good naming of your classes, methods and variables

Correct use of static and non-static methods

The way you split this project into classes.

All of your updates to the database must be done using SQL statements, do  not use ResultSetTableModels to update the database.

If a SQL statement to update the database needs to contain a variable, then you must use PreparedStatements, do not use concatenation of strings to create the SQL statement.

The Grading Rubric for Final Project Part 2 is posted in Canvas.

Note: Make sure you look at all the videos about this assignment and the Course Scheduler

Design Layout in Canvas before starting this assignment

举报

相关推荐

0 条评论