星级评定系统

发布于 2024-10-03 15:56:13 字数 199 浏览 0 评论 0原文

我正在构建一个应用程序作为课程项目的一部分,允许用户对地点/事件进行评分。

我的基本问题是我应该如何进行? 我应该用什么语言编写代码?

如果用户提供了 5 星级评分,我如何收集它并将其放入数据库?

由于我对网络服务的了解非常薄弱,因此任何有关如何执行初始步骤的指南都会非常有帮助。

任何帮助/指向更多信息的指示将不胜感激

I'm building an application as part of a course project which allows users to rate an place/event .

My basic question is how should I proceed in this ?
In what language should I write my code ?

If a user provides a 5-star rating, how do I collect it and put it in the database ?

Any guidelines on how to put the initial steps would be very helpful as my knowledge relating to web services is very weak.

Any help/pointers to more information would be very appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

守望孤独 2024-10-10 15:56:13

您的问题过于模糊,与系统管理无关,因此一旦有人拥有适当的权限,它可能就会被关闭。不过,只要它在这里……

我的基本问题是我应该如何进行?

如果您完全不知所措,您可能需要花一些时间咨询您的导师,他可能会建议可能的信息来源并为您的工作提供一些指导。

我应该用什么语言编写代码?

您应该使用您熟悉的语言编写代码,这样您就可以满足项目的要求。其他任何事情都会不必要地延长完成项目所需的时间。如果您的目标是学习一门新语言,您将面临大量令人麻木的选择。 Python、Ruby 和 PHP 都在 Web 应用程序中广泛使用。在 Microsoft 平台上,.NET 非常流行。你会发现所有这些方法的支持者和反对者。

如果用户提供了 5 星级评分,我如何收集它并将其放入数据库?

这看起来很可疑,就像您在要求我们为您完成任务一样。

Your question is overly vague and isn't related to system administration, so it's probably going to get closed once someone comes along with the appropriate privileges. However, as long as it's here...

My basic question is how should I proceed in this ?

If you are completely at a loss you may want to spend some time consulting with your instructor, who may be able to suggest likely sources of information and provide some direction for your work.

In what language should I write my code ?

You should write your code in a language with which you are familiar that allows you to fulfill the requirements of the project. Anything else will needlessly extend the amount of time it takes to complete the project. If your goal is to learn a new language, you face a mind-numbing number of choices. Python, Ruby, and PHP are all see wide use in web applications. On Microsoft platforms, .NET is quite popular. You will find proponents and detractors for all of them.

If a user provides a 5-star rating, how do I collect it and put it in the database ?

This looks suspiciously like you're asking us to do your assignment for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文