代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/117642/14910861
java diskaccess.java
/*
This file is part of Socks via HTTP.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fo
www.eeworm.com/read/117629/14911053
java processingerrorexception.java
package examples.ejb20.basic.containerManaged;
/**
* This class is used with the WebLogic EJBean container-managed example package.
* ProcessingErrorException is thrown if the caller attempts
www.eeworm.com/read/117629/14911133
java processingerrorexception.java
package examples.ejb20.basic.beanManaged;
/**
* ProcessingErrorException is thrown if the caller attempts
* to withdraw more than a certain preset limit from the account.
*
* @author Copyri
www.eeworm.com/read/117626/14911269
java processingerrorexception.java
package examples.ejb20.sequence.userDesignated;
/**
* This class is used with the WebLogic EJBean container-managed example package.
* ProcessingErrorException is thrown if the caller attempts
www.eeworm.com/read/114869/15035290
pas pastring.pas
{ **********************************************************************
* Unit PASTRING.PAS *
* Version 1.9d
www.eeworm.com/read/114415/15053993
pas dutils.pas
{ DUTILS - Turbo Pascal UTILITIES }
{ (c) 1994 by Dieter Pawelczak }
{$R-}
{$D+}
{$S-}
unit DUTILS;
interface
uses DOS,crt;
const { Month names a
www.eeworm.com/read/215649/15055209
pas magsubs1.pas
unit magsubs1;
{ Magenta Systems File Transfer Components.
Updated by Angus Robertson, Magenta Systems Ltd, England, 25th July 2005
delphi@magsys.co.uk, http://www.magsys.co.uk/delphi/
Copyright
www.eeworm.com/read/213200/15141077
pas dutils.pas
{ DUTILS - Turbo Pascal UTILITIES }
{ (c) 1994 by Dieter Pawelczak }
{$R-}
{$D+}
{$S-}
unit DUTILS;
interface
uses DOS,crt;
const { Month names a
www.eeworm.com/read/212165/15165348
pas downgifunit.pas
unit DownGifUnit;
interface
uses
Windows, Messages,Classes, WinInet, SysUtils;
type
TDownGifThread = class(TThread)
private
TheServer:String;
TheFile:String;
T
www.eeworm.com/read/210394/15199432
cc cpstring.cc
// cpstring.cc - String class method definitions
// Copyright 1998-2010 Wind River Systems, Inc.
//
// modification history
// --------------------
// 02a,30mar98,pai added Wind River coding conven