代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/271686/10984370
txt resin中jsp的范例.txt
作者:jspfuns
日期:2000-8-12 2:31:15
By Scott Ferguson
Blueski编译
目录如下:
1 引论
2 范例的框架: Hello, World
3 Servlet 评论
4 展示留言本
5 留言本的模式
6 作为应用属性的留言本
7 留言本的逻辑
8 结论
1 引论
JSP的强大优势在于把一种应用
www.eeworm.com/read/271424/10997359
h wheelchairproxy.h
/*
* Player - One Hell of a Robot Server
* Copyright (C) 2000-2003
* Brian Gerkey, Kasper Stoy, Richard Vaughan, & Andrew Howard
*
*
* This program is free software;
www.eeworm.com/read/417019/11007158
js 7.04 - specialized connection objects.js
/* QueuedHandler class. */
var QueuedHandler = function() { // implements AjaxHandler
this.queue = [];
this.requestInProgress = false;
this.retryDelay = 5; // In seconds.
};
extend(QueuedHandle