-
JavaServer Pages™ Specification
This document is intended for:
· Web Server and Application Server vendors that want to provide JSP containers that
conform to the Tag Extensions specification.
· Web Authoring Tool vendors that want to generate JSP pages that conform to the Tag
Extensions specification.
· Service providers that want to deliver functionality as tag libraries.
· Sophisticated JSP page authors that want to define new tag libraries for their use, or who
are responsible for creating tag libraries for the use of a group.
· Eager JSP page authors who do not want to or cannot wait for Web Authoring Tools, or
even a User’s Guide.
This document is not a User’s Guide, but it contains some positioning and explanatory
material.
標(biāo)簽:
Specification
Application
JavaServer
document
上傳時(shí)間:
2014-01-03
上傳用戶(hù):qilin
-
Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western
Isles. It operates two 24-seater light passenger aircraft and requires a flight booking system.
Because Scotia offers low cost air travel, there is a need to treat each flight as single cost centre
and to be able to ascertain, at any moment, the amount of the cash taken for that flight.
Reservations and bookings cannot be made until the flight details have been finalised (flight
number, departure and arrival airports). A seat on a flight is considered booked when payment
as been received for it. When a reservation is confirmed (changed to booked), the passenger
name is checked against the original reservation.
A flight can be in any of the following states:
Available for bookings
Checking in
Boarding
Closed
標(biāo)簽:
operating
Airlines
Glasgow
Airport
上傳時(shí)間:
2016-03-25
上傳用戶(hù):hgy9473
-
linux下用C語(yǔ)言寫(xiě)的聊天程序!/*BUG and NOTE:
Not join protect to Shared Memory Segments,example Semaphore Arrays.
Not check the parameters validity.
When transmit may be error.
If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist timing.
The program when exit(), it do not delete the Shared Memory Segments,you maybe use atexit() but the program have some processes.
When one process is exit(),others is continue.
The service program s action is few.
And so on. */
標(biāo)簽:
Semaphore
Segments
example
protect
上傳時(shí)間:
2014-01-25
上傳用戶(hù):xhz1993
-
DESProcess
FILE *mfp,*cfp
int ttch=0,xorRes,ttbitdiff=0
char mch,cch
float bdiff=0
if((mfp=fopen(mfile,"r"))==NULL)
{cout<<"cannot open the file to compare"<<endl }
if((cfp=fopen(cfile,"r"))==NULL)
{cout<<"cannot open the file to compare"<<endl }
else
{
while(!feof(mfp)&!feof(cfp))
{
ttch++
mch=fgetc(mfp)
cch=fgetc(cfp)
xorRes=mch^cch
ttbitdiff+=(xorRes&1)+(xorRes&2)/2+(xorRes&4)/4+(xorRes&8)/8+(xorRes&16)/16+(xorRes&32)/32+(xorRes&64)/64+(xorRes&128)/128
}
bdiff=float(ttbitdiff)*100/float(ttch*8)
}
*bitdiff8byte=float(ttbitdiff)*100/float(8*8)
return bdiff
標(biāo)簽:
DESProcess
ttbitdiff
xorRes
bdiff
上傳時(shí)間:
2016-07-02
上傳用戶(hù):1079836864
-
You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client programs to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge posts, etc. Some very popular articles on the CodeProject site make use of this service. In this article, I am going to present a java client program that uses soap message to call the methods of this web service. My program is not a general java soap client, which means you cannot use it to call other web services directly. However, you can easily modify it for other web services. The program uses only basic Java, it does not depend on any other external class library.
標(biāo)簽:
CodeProject
provides
service
methods
上傳時(shí)間:
2014-01-25
上傳用戶(hù):baiom
-
The NCTUns network simulator and emulator is developed at NCTU, Taiwan. Its predecessor is the Harvard network simulator (invented by Prof. S.Y. Wang in 1999).
By using a novel simulation methodology, it can do several tasks that traditional network simulators cannot easily do.
標(biāo)簽:
predecessor
developed
simulator
emulator
上傳時(shí)間:
2014-12-02
上傳用戶(hù):txfyddz
-
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or drive where Windows is installed (pre-boot authentication).
* Encryption is automatic, real-time (on-the-fly) and transparent.
* Provides two levels of plausible deniability, in case an adversary forces you to reveal the password:
1) Hidden volume (steganography) and hidden operating system.
2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data).
* Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS.
Further information regarding features of the software may be found in the:http://www.truecrypt.org/
標(biāo)簽:
open-source
encryption
Features
software
上傳時(shí)間:
2013-12-20
上傳用戶(hù):123啊
-
The basic principle using the branchand-
bound strategy to solve the traveling
salesperson optimization problem (TSP)
consists of two parts.
There is a way to split the solution space.
There is a way to predict a lower bound for a
class of solutions.
There is also a way to find an upper bound of
an optimal solution.
If the lower bound of a solution exceeds this
upper bound, this solution cannot be optimal.
Thus, we should terminate the branching
associated with this solution.
標(biāo)簽:
salesperson
principle
branchand
the
上傳時(shí)間:
2017-02-19
上傳用戶(hù):comua
-
This product has been manufactured to your company’s specifications a part for use in your
company’s general electronic products. It is guaranteed to perform according to delivery
specifications. For any other use apart from general electronic equipment, we cannot take
responsibility if the product is used in medical devices, nuclear power control equipment,
aerospace equipment, fire and security systems, or any other applications in which there is a
direct risk to human life and where extremely high levels of reliability are required. If the
product is to be used in any of the above applications, we will need to enter into a separate
product liability agreement.
標(biāo)簽:
company
your
specifications
manufactured
上傳時(shí)間:
2017-02-19
上傳用戶(hù):haohaoxuexi
-
What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and JNI concepts. The challenges I faced here were often overcome by referring to numerous sites, which nearly zeroes in or completely solved the issues I faced at that point of time. It improved my learning curve and also believe would do the same to you too. Ofcourse, there are some bugs and glitches, which I hope you would excuse. Thanks to anyone who takes the pain to report them or even suggest better way of doing things to me.
標(biāo)簽:
introduce
messenger
Instant
fledged
上傳時(shí)間:
2014-12-05
上傳用戶(hù):電子世界