设计一个社交网站

发布于 2024-12-08 08:47:02 字数 277 浏览 0 评论 0原文

我没有软件开发背景,但我已经为基于 Android 的手机和平板电脑开发了一个应用程序,可以帮助课堂笔记。使用此应用程序,用户可以在平板电脑上听课并将其存储在其中。 开发应用程序后,我的下一个任务是开发一个简单的社交网站,不同的用户可以在其中上传他们的讲座,并且彼此成为朋友的用户可以分享他们的讲座和评论。这些讲座将直接从我的 Android 设备应用程序上传到按该特定用户分类的社交网站上。

由于我从未从事过网站开发,我想知道起点,即我应该开始学习哪些主题....用于此任务的数据库...如何将此数据库与网站集成...等等

I do not have a software development background yet I have developed an application for android based phones and tablets that can aid in Lecture Noting. Using this application, users can take lectures on their tablets and store them in it.
My next task, after developing the application, is to develop a simple social networking site in which different users can upload their lectures and users that are friend of each other can share thier lectures and comments on it. The lectures are to be uploaded directly from my application in android device on the social networking site categorized by that particular user.

Since I have never worked on website development, I would like to know the beginning point i.e what topics should I start studying....which database to use for this task...how to integrate this database with the website...etc

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

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

发布评论

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

评论(1

冰葑 2024-12-15 08:47:02

您需要了解的内容比仅仅选择一个数据库要长得多:

  1. 用于客户端的HTTP
  2. HTML、CSS、JavaScript
  3. SQL 和关系数据库

即使您已经具有软件开发背景,这也不是一项简单的任务。

The list of things you'll need to know is a lot longer than merely picking a database:

  1. HTTP
  2. HTML, CSS, JavaScript for clients
  3. SQL and relational databases

This isn't a trivial task even if you already have a s'ware development background.

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