代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/330952/3419025
dof server.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/330952/3419028
dpr server.dpr
program Server;
uses
Forms,
ServerU in 'ServerU.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/330210/3426834
java server.java
package org.jetic.web.chat;
/**
* Title: 经天网络
* Description:
* Copyright: Copyright (c) 2000
* Company: www.jetic.com 经天
* @author hover
* @version 1.0
*/
import java.
www.eeworm.com/read/329780/3430007
h server.h
/****************************************************************************
** $Id: qt/server.h 3.3.1 edited May 27 2003 $
**
** Copyright (C) 1992-2002 Trolltech AS. All rights reserved.
*
www.eeworm.com/read/329780/3430012
cpp server.cpp
/****************************************************************************
** $Id: qt/server.cpp 3.3.1 edited May 27 2003 $
**
** Copyright (C) 1992-2002 Trolltech AS. All rights reserved.
www.eeworm.com/read/329780/3430056
pro server.pro
TEMPLATE = app
TARGET = server
CONFIG += qt warn_on release
REQUIRES = network full-config
HEADERS =
SOURCES = server.cpp
www.eeworm.com/read/329780/3430057
cpp server.cpp
/****************************************************************************
** $Id: qt/server.cpp 3.3.1 edited May 27 2003 $
**
** Copyright (C) 1992-2000 Trolltech AS. All rights reserved.
www.eeworm.com/read/329780/3430058
moc server.moc
/****************************************************************************
** ClientSocket meta object code from reading C++ file 'server.cpp'
**
** Created: ??? ?? 3 00:18:17 2005
** by:
www.eeworm.com/read/329780/3430059
dsp server.dsp
# Microsoft Developer Studio Project File - Name="server" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/329072/3434684
java server.java
/**
* Copyright 2003 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and
* redistribution of this file, and for a DISCLAIMER OF ALL
* WARRANTIES.
*/
import co