You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createusermanager with password '123456';
grant connect on database project2 to manager;
grant usage on schema public to manager;
grantselect, insert, update, delete, truncate on all tables in schema public to manager;
Describe your question
请问我们是需要交以下文件吗?
1. 报告(pdf格式)
报告名为 sid1_sid2_sid3_Report.pdf
2. submit文件夹的压缩包
submit文件夹结构如下
其中.sql文件中,需要包含全部建表的sql语句,不需要创建数据库的sql语句,但是需不需要创建user并赋予权限的语句?
比如以下这一类
submit文件夹应该用sustc的submitJar命令生成,还是应该用sustc-api的submitJar命令生成submit文件夹?
3. sustc-api的src文件夹的压缩包
是否要把dto和接口删除,只保留实现类呢?还是全部保留?
The text was updated successfully, but these errors were encountered: