English 中文(简体)
雅虎历史日报数据
原标题:Yahoo finance Historical Daily data to mysql daily
  • 时间:2012-05-08 00:00:09
  •  标签:
  • php
  • mysql

另一个雅虎财政问题。

我需要一个实验室功能,以检查非洲开发银行是否具备最新信息(即没有新的信息可以下载)和安普;如果无法下载所需的信息(我已经能够这样做)。

我已经:

我可以手工下载该信息。 当我用人工说话时,我指的是,我可以通过在“白天”的末尾下载;用我的文字“非常”。 因此,我不需要帮助。

我需要帮助的是:

//Checking if the DB is up-to-date & if not, then update it

If it helps, I will call the function from a checkbox in an html form that will have the checkbox update DB. It s done this way, because it resides on a local box & will not be online all the time.

然而,如果简单地接纳“安乐”会比较容易,那么通过“ cr”工作,这也是一种考虑。

问题回答

谁确定干s是否已经更新? 如果是最后一次更新的时间,你就需要在某个地方储存最后一次更新的时间,然后检查。 如果数据本身,则需要下载数据加以核对。

创造就业机会或安排任务似乎是一个单独的关切问题。





相关问题
SQL SubQuery getting particular column

I noticed that there were some threads with similar questions, and I did look through them but did not really get a convincing answer. Here s my question: The subquery below returns a Table with 3 ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

php return a specific row from query

Is it possible in php to return a specific row of data from a mysql query? None of the fetch statements that I ve found return a 2 dimensional array to access specific rows. I want to be able to ...

Character Encodings in PHP and MySQL

Our website was developed with a meta tag set to... <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> This works fine for M-dashes and special quotes, etc. However, I ...

Pagination Strategies for Complex (slow) Datasets

What are some of the strategies being used for pagination of data sets that involve complex queries? count(*) takes ~1.5 sec so we don t want to hit the DB for every page view. Currently there are ~...

Averaging a total in mySQL

My table looks like person_id | car_id | miles ------------------------------ 1 | 1 | 100 1 | 2 | 200 2 | 3 | 1000 2 | 4 | 500 I need to ...

热门标签