64;Q:样式表单图片动画效果示范
A:请参看示例……
65;Q:数字时钟(示例一)
A:请参看示例……
66;Q::数字时钟(示例二)
A:请参看示例……
67;Q:网页中仿制“每日一贴”(Tip of day)示例
A:请参看本网站首页底部“帮助”的制作方法 ?下载原始代码
68;Q:网页中的滚动菜单示例:
A:请参看示例网页……
69;Q:用 Jsp 调用 oracle 的存储过程
A:假定存储过程名字为 sp_yourprocedurename,有两个参数
CallableStatement cstmt = con。prepareCall(〃{call sp_yourprocedurename(?;?}〃);
cstmt。registerOutparameter(2;java。sql。Types。FLOAT);
cstmt。setint(1;parameter1);
cstmt。execute();
out。println(〃Procedure output is :〃+cstmt。getFloat(2));
70;Q:用 PHP 获得浏览器信息?
A:
GET temp。php HTTP1。1
Accept: imagegif; imagex…xbitmap; imagejpeg; imagepjpeg; applicationvnd。ms…powerpoint; applicationvnd。ms…excel; applicationmsword; **
Referer: 199。199。199。5index。php
Accept…Language: zh…cn;zh…tw;q=0。5
Accept…Encoding: gzip; deflate
User…Agent: Mozilla4。0 (patible; MSIE 5。0; Windows 98; DigExt)
Host: 。bingdu
Connection: Keep…Alive
Cookie: PHPSESSID=46bb38ce8d7b870dd704bca7ad6071ca
var = getenv(〃string〃);
string 就是以下一些值了:
HTTP_ACCEPT 接收的数据类型。
HTTP_REFERER 引用地址
HTTP_USER_AGENT 流览器