由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - cgi,php,jsp求助,大侠帮帮俺这菜鸟吧
相关主题
adding a search linkWhat's easiest way to write formulas in a web page?
关于wordpress blog的comment 主页显示再问个JavaScript 网页上 Rendering的速度问题
How to read out part of a string like xx/xx/xxxx如何创建ASP页
Re: Interview question: How do you clear all the texboxes and dropdownRe: Is BBS.MIT.edu built with CGI or ASP?
the easies javascript question : Help !技术分析:谈Web数据库访问技术
inquiry about the online survey我是怎样维护和制作这个站点的[转载]
请教高手Re: [转载] how to transfer parameters between two CGI?
请问用什么技术能实现在网页中直接显示PDF 文件,并象读一本书![转载] Perl for programmers(10): A template for CGI file
相关话题的讨论汇总
话题: php话题: cgi话题: jsp话题: 用户话题: 输入
进入BuildingWeb版参与讨论
1 (共1页)
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.

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
[转载] Perl for programmers(10): A template for CGI filethe easies javascript question : Help !
Re: 请问.cfm是什么语言做的CGI呀?inquiry about the online survey
CGI脚本是什么请教高手
CGI请问用什么技术能实现在网页中直接显示PDF 文件,并象读一本书!
adding a search linkWhat's easiest way to write formulas in a web page?
关于wordpress blog的comment 主页显示再问个JavaScript 网页上 Rendering的速度问题
How to read out part of a string like xx/xx/xxxx如何创建ASP页
Re: Interview question: How do you clear all the texboxes and dropdownRe: Is BBS.MIT.edu built with CGI or ASP?
相关话题的讨论汇总
话题: php话题: cgi话题: jsp话题: 用户话题: 输入