只是想知道,贵方会如何做像使用诺克(如再处置)的简单脸书这样的饲料聚合物。
基本上,你们有许多情况,每个情况都有自己的资料。 每当用户要求汇总时,该系统就只能收集所有这些简介,处理这些简介(并将其分类),然后向用户展示。 与此方法有关的问题是,如果有人像1 000名朋友一样,这个系统就不得不打上1 000个饲料(如果没有任何更新的话),然后处理。
你们怎么做呢?
只是想知道,贵方会如何做像使用诺克(如再处置)的简单脸书这样的饲料聚合物。
基本上,你们有许多情况,每个情况都有自己的资料。 每当用户要求汇总时,该系统就只能收集所有这些简介,处理这些简介(并将其分类),然后向用户展示。 与此方法有关的问题是,如果有人像1 000名朋友一样,这个系统就不得不打上1 000个饲料(如果没有任何更新的话),然后处理。
你们怎么做呢?
显然,如果你能够实时地进行更新,那么你需要在用户要求之前完成更新工作——基本上,你们都有一份所有已知的饲料清单,并在定期时间表上核对最新情况,可能是根据每份饲料的最新频率。 当用户要求汇总时,你才需要退还已经掌握的数据。
确保对数据进行合理更新是一个比喻的切入点。 如果是,你可以每几分钟检查整个互联网,而不是大多数人的选择。 然而,你可以合理地接近实际时间,同时采用聪明更新时间安排,并在有可用时使用实时复印机。 对于同样的情况,我正致力于基本结构的是拥有所有职位的数据储存,以及能够从某种特定种类的饲料中提取数据并用共同格式在数据储存中增加员额的若干过程。
I can view my application via the http://apps.facebook.com/app/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no ...
Our app is displaying its information in a way similar to that found on Facebook s "feed" page which shows a timeline of activity by members of the particular profile s network. I can see that could ...
I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...
I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...
I m going to create a Facebook application which get informations (name and page_url) about Facebook page from his page_id. So i went to the Facebook Wiki and i found this API method which sounds good ...
I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...
I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...
If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...