b****e 发帖数: 15 | 1 Input:
more than 10 thousand images, jpg format with the file name of
month-day-year-hour, for example: 1011200319.jpg
Task:
build up a webpage which allow users to browse these images by customizing the
time, for example: select "6/2/2003 10am" as starting time, "10/11/2003 3pm"
as ending time, then the page will show up all those images within this period
continuously, just like a animation/movie.
what's the best solution in this case?? thanks. | A*L 发帖数: 2357 | 2 one way:
record your image's file name in your database,
as the formate of date, use 4 colums to split it out
then use querry
another way
convert your time to your record format,
just compare the numbers
06022003
Input:
more than 10 thousand images, jpg format with the file name of
month-day-year-hour, for example: 1011200319.jpg
Task:
build up a webpage which allow users to browse these images by customizing the
time, for example: select "6/2/2003 10am" as starting time, "10/11/2003
【在 b****e 的大作中提到】 : Input: : more than 10 thousand images, jpg format with the file name of : month-day-year-hour, for example: 1011200319.jpg : Task: : build up a webpage which allow users to browse these images by customizing the : time, for example: select "6/2/2003 10am" as starting time, "10/11/2003 3pm" : as ending time, then the page will show up all those images within this period : continuously, just like a animation/movie. : what's the best solution in this case?? thanks.
|
|