代码搜索:Retrieving
找到约 435 项符合「Retrieving」的源代码
代码结果 435
www.eeworm.com/read/118804/6093668
java commandfetch.java
/***********************************************************************
* Copyright (c) 2000-2004 The Apache Software Foundation. *
* All rights reserved.
www.eeworm.com/read/122674/14676107
cpp prg7_2.cpp
#include
#pragma hdrstop
#include "store.h"
#include "student.h"
void main(void)
{
Student graduate = {1000, 23};
Store A, B;
Store S;
Store
www.eeworm.com/read/164604/5488783
java imageproxy.java
package headfirst.proxy.virtualproxy;
import java.net.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class ImageProxy implements Icon {
ImageIcon imageIcon;
URL imageURL;
Th
www.eeworm.com/read/127767/14337052
txt e209. retrieving a certificate from a key store.txt
try {
// Load the keystore in the user's home directory
FileInputStream is = new FileInputStream(System.getProperty("user.home")
+ File.separatorChar + ".keystore");
www.eeworm.com/read/127767/14337928
txt e501. retrieving the certification path of an ssl server.txt
This example implements a client that connects to an SSL server and retrieves the server's certificates.
See also e211 Adding a Certificate to a Key Store.
try {
// Create the clien
www.eeworm.com/read/131300/14151596
cls word.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "Word"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB
www.eeworm.com/read/188189/8564207
patch avrdude_usbasp.2005-04-21.patch
? usbasp.c
? usbasp.h
Index: Makefile.am
===================================================================
RCS file: /cvsroot/avrdude/avrdude/Makefile.am,v
retrieving revision 1.23
diff -u -r1.23 Ma