代码搜索:Retrieve
找到约 2,147 项符合「Retrieve」的源代码
代码结果 2,147
www.eeworm.com/read/125114/6033605
java builder.java
package com.javapatterns.builder.extended;
public abstract class Builder
{
public abstract void buildPart1();
public abstract void buildPart2();
public abstract Product retrieve
www.eeworm.com/read/109514/6174106
tex retrieving_data.tex
\chapter{Retrieving Data From An \XML{} Datasource}
This chapter shows how to retrieve \XML{} data from a standard data
source.
Such source can be a file, an \ltext{HTTP} object or a text string.
The
www.eeworm.com/read/108102/6186288
java builder.java
package com.javapatterns.builder.extended;
public abstract class Builder
{
public abstract void buildPart1();
public abstract void buildPart2();
public abstract Product retrieve
www.eeworm.com/read/101082/6248897
sc
*
* @(#)sc 4.1 (ULTRIX) 7/17/90
*
* Error messages for sccs front end program
*
-1
"user ... does not exist"
This message is generated when the attempted to retrieve the user's name
from the environ
www.eeworm.com/read/352697/6292943
cpp docdata.cpp
#include "StdAfx.h"
#include "StdArx.h"
// The one and only document manager object
// You can use the DocVars object to retrieve
// document specific data throughout your application
AsdkDataM
www.eeworm.com/read/486925/6520567
java builder.java
package com.javapatterns.builder.extended;
abstract public class Builder
{
public abstract void buildPart1();
public abstract void buildPart2();
public abstract Product retrieve
www.eeworm.com/read/156173/11823478
c myproxy_get_delegation.c
/*
* myproxy-get-delegation
*
* Webserver program to retrieve a delegated credential from a myproxy-server
*/
#include "myproxy_common.h" /* all needed headers included here */
static char usage
www.eeworm.com/read/258434/11864306
c chmod.c
/*
** CHMOD.C - Retrieve or change a DOS file's attributes
**
** public domain demo by Bob Stout
**
** Notes: To expand command line arguments with wildcards,
** TC/TC++/BC++ - Link
www.eeworm.com/read/341877/12056967
c chmod.c
/*
** CHMOD.C - Retrieve or change a DOS file's attributes
**
** public domain demo by Bob Stout
**
** Notes: To expand command line arguments with wildcards,
** TC/TC++/BC++ - Link
www.eeworm.com/read/341217/12099315
java builder.java
package com.javapatterns.builder.extended;
abstract public class Builder
{
public abstract void buildPart1();
public abstract void buildPart2();
public abstract Product retrieve