u*********e 发帖数: 9616 | 1 需要写一个网页
要求用户输入日期(yyyy-mm-dd),网页调用服务器端的程序,查找到存在服务器的文件(文
件以日期为文件名按年存在各文件夹下,1990/245.xxx),服务器找到该文件后,自动将该文
件压缩,返回给用户,让用户下载.
用户可以输入一个日期也可以输入若干日期,还可以输入一个时间段。
还需要能够纪录用户的信息.
请问用什么工具最好,最简单?怎么实现?最好给我个例子.
没办法,时间紧任务重。5555
多谢多谢 | s**********i 发帖数: 711 | 2
cgi, php, jsp... they all work. which one is easiest
depends on what you know and what your server supports.
likely CGI with perl is the simplist.
【在 u*********e 的大作中提到】 : 需要写一个网页 : 要求用户输入日期(yyyy-mm-dd),网页调用服务器端的程序,查找到存在服务器的文件(文 : 件以日期为文件名按年存在各文件夹下,1990/245.xxx),服务器找到该文件后,自动将该文 : 件压缩,返回给用户,让用户下载. : 用户可以输入一个日期也可以输入若干日期,还可以输入一个时间段。 : 还需要能够纪录用户的信息. : 请问用什么工具最好,最简单?怎么实现?最好给我个例子. : 没办法,时间紧任务重。5555 : 多谢多谢
| u*********e 发帖数: 9616 | 3
(文
该文
I don't know perl.
I think all of them are supported by my server. Now I just want to find the
easiest one to resolve the problem. I am familiar with c.
Do you think Php fit me? Which part should this problem belong to if I refer
the manual.
【在 s**********i 的大作中提到】 : : cgi, php, jsp... they all work. which one is easiest : depends on what you know and what your server supports. : likely CGI with perl is the simplist.
| s**********i 发帖数: 711 | 4
then write on with C.
【在 u*********e 的大作中提到】 : : (文 : 该文 : I don't know perl. : I think all of them are supported by my server. Now I just want to find the : easiest one to resolve the problem. I am familiar with c. : Do you think Php fit me? Which part should this problem belong to if I refer : the manual.
| z****k 发帖数: 49 | 5 你的服务器设置是怎么样的啊?
【在 u*********e 的大作中提到】 : 需要写一个网页 : 要求用户输入日期(yyyy-mm-dd),网页调用服务器端的程序,查找到存在服务器的文件(文 : 件以日期为文件名按年存在各文件夹下,1990/245.xxx),服务器找到该文件后,自动将该文 : 件压缩,返回给用户,让用户下载. : 用户可以输入一个日期也可以输入若干日期,还可以输入一个时间段。 : 还需要能够纪录用户的信息. : 请问用什么工具最好,最简单?怎么实现?最好给我个例子. : 没办法,时间紧任务重。5555 : 多谢多谢
| M****s 发帖数: 429 | 6 use php
since you are familar with c, it will only take you an hour to learn how
to do this
【在 u*********e 的大作中提到】 : : (文 : 该文 : I don't know perl. : I think all of them are supported by my server. Now I just want to find the : easiest one to resolve the problem. I am familiar with c. : Do you think Php fit me? Which part should this problem belong to if I refer : the manual.
|
|