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
val jdbcURL = "jdbc:mysql://movie2:3306/recommend?useUnicode=true&characterEncoding=utf-8"
val alsTable = "recommend.alsTab"
val recResultTable = "recommend.similarTab"
val top5Table = "recommend.top5Result"
val userTable= "recommend.user"
val ratingTable= "recommend.rating"
在附件sql中只看到movie的sql没看到这几个
The text was updated successfully, but these errors were encountered:
------------------ 原始邮件 ------------------
发件人: "zh"<notifications@github.com>;
发送时间: 2020年4月23日(星期四) 下午4:24
收件人: "LuckyZXL2016/Movie_Recommend"<Movie_Recommend@noreply.github.com>;
抄送: "Subscribed"<subscribed@noreply.github.com>;
主题: Re: [LuckyZXL2016/Movie_Recommend] 你好 我想请问一下这个sql在哪 (#17)
Closed #17.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
val jdbcURL = "jdbc:mysql://movie2:3306/recommend?useUnicode=true&characterEncoding=utf-8"
val alsTable = "recommend.alsTab"
val recResultTable = "recommend.similarTab"
val top5Table = "recommend.top5Result"
val userTable= "recommend.user"
val ratingTable= "recommend.rating"
在附件sql中只看到movie的sql没看到这几个
The text was updated successfully, but these errors were encountered: