代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/222917/4815309
phpt 002.phpt
--TEST--
Simple POST Method test
--SKIPIF--
--POST--
a=Hello+World
--GET--
--FILE--
--EXPECT--
Hello World
www.eeworm.com/read/219836/4845062
java keystorecontainertest.java
/**
*
*/
package org.ejbca.ui.cli;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.security.KeyPair;
import java.security.PrivateKey;
import java.security.Signature;
i
www.eeworm.com/read/215823/4900556
java basesqlmapdao.java
/**
* User: Clinton Begin
* Date: Jul 13, 2003
* Time: 7:24:04 PM
*/
package com.ibatis.jpetstore.persistence.sqlmapdao;
import com.ibatis.dao.client.DaoManager;
import com.ibatis.dao.cli
www.eeworm.com/read/196550/5101978
h dev_net_cs8900a.h
/*
dev_net_cs8900a.h - skyeye Cirrus Logic CS8900A ethernet controllor simulation
Copyright (C) 2003 - 2005 Skyeye Develop Group
for help please send mail to
www.eeworm.com/read/179153/5309803
pm ansi.pm
# $Id: ANSI.pm,v 1.3 2003/02/26 17:56:01 timbo Exp $
#
# Copyright (c) 2002 Tim Bunce Ireland
#
# Constant data describing ANSI CLI info types and return values for the
# SQLGetInfo() method of ODBC
www.eeworm.com/read/349599/3142442
java connectpool.java
package gzwj.sql;
import java.io.*;
import java.sql.*;
import java.util.*;
import java.util.Date;
public class ConnectPool {
static public ConnectPool instance;
static public int cli
www.eeworm.com/read/303435/3811078
lib yclip.cwp.lib
YCLIP - Clip a function y(x) defined by linear interpolation of the
uniformly sampled values: y(fx), y(fx+dx), ..., y(fx+(nx-1)*dx).
Returns the number of samples in the clipped function.
yclip cli
www.eeworm.com/read/301397/3840882
cpp mystatic.cpp
// MyStatic.cpp : implementation file
//
#include "stdafx.h"
#include "Cli_SoftAndHard.h"
#include "MyStatic.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/447531/1701599
h map.h
#ifndef _MAP_H
#define _MAP_H
#define DisableInterrupts __asm SEI
#define EnableInterrupts __asm CLI
#define NULL ((void *)0)
#include /* include peripheral declarations
www.eeworm.com/read/422111/2041429
java wsclient.java
package com.fubao.testwsclient;
import java.net.MalformedURLException;
import java.util.ArrayList;
import java.util.List;
import org.codehaus.xfire.XFireFactory;
import org.codehaus.xfire.cli