php - 如何创建谷歌阅读器?

标签 php javascript mysql feed google-reader

我需要为我的大学项目创建一个网络工具,例如 Google Reader。

我有两个问题:

1) Google 阅读器如何跟踪已读和未读的帖子?

2) Google Reader 将每篇文章保存在数据库中或立即加载提要?

最佳答案

  1. 为单个提要帖子分配一个哈希值(in.data+url??? = hash to identify a single post)
  2. 动态加载它们是我的猜测,也许每个用户缓存有限的数量。

关于php - 如何创建谷歌阅读器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3919942/

相关文章:

javascript - ContentTools 的非 AJAX 保存方法

PHP MySQL selectpicker 中的无限类别树

php - 将 JavaScript 代码转换为 PHP : Determining what return (1) means in javascript

javascript - 使用javascript从现有对象创建一个对象

php - 在 php 或 mysql 中使用数字中的内部数组对数组进行排序

mysql - 使用数据库关系限制输入

php - 如何将位置 header 添加到来自 Codeigniter Rest 服务器的 http 响应

javascript - 如何将可拖动父 div 的子/子 div 更改为不同的类?

Javascript - 将数组列表的对象转换为新格式的对象?

mysql - 为什么我不能以这种方式添加外键约束?