代码搜索:sql server

找到约 10,000 项符合「sql server」的源代码

代码结果 10,000
www.eeworm.com/read/100926/6263484

bor server.bor

# # Makefile for building the Multicast server # NAME = server OBJFILES = \ $(OBJDIR)\Log_Wrapper.obj \ $(OBJDIR)\server.obj CPPDIR = . LIBFILES = \ $(ACE_LIB) CFLAGS = $
www.eeworm.com/read/100926/6263489

cpp server.cpp

// server.cpp,v 4.19 2002/03/06 21:48:02 nanbor Exp // server.cpp (written by Tim Harrison) // Listens to multicast address for client log messages. Prints // Mbits/sec received from client.
www.eeworm.com/read/100926/6263490

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) Co
www.eeworm.com/read/100926/6263572

dsw server.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/100926/6263960

cpp server.cpp

// server.cpp,v 1.5 2000/11/27 17:56:43 othman Exp /* Our datagram server will, of course, need to create a datagram. We'll also need an address object so that we know where to listen. */ #in
www.eeworm.com/read/100926/6263968

cpp server.cpp

// server.cpp,v 1.5 2000/03/19 20:09:24 jcej Exp /* We try to keep main() very simple. One of the ways we do that is to push much of the complicated stuff into worker objects. In this cas
www.eeworm.com/read/100926/6263977

cpp server.cpp

// server.cpp,v 1.8 1999/09/22 03:13:30 jcej Exp /* As before, we need a few ACE objects as well as our Logging_Handler declaration. */ #include "ace/Acceptor.h" #include "ace/SOCK_Acceptor.h
www.eeworm.com/read/100926/6264033

cpp server.cpp

// server.cpp,v 1.8 2000/11/27 17:56:43 othman Exp /* The actual datagram operations here are exactly the same as those used in the previous tutorial. What we've added is some logic that w
www.eeworm.com/read/100926/6264042

cpp server.cpp

// server.cpp,v 1.1 2001/01/19 19:28:41 doccvs Exp /* We try to keep the server much simpler than before and remove any thing related to the acceptor or the handler from the main (). This
www.eeworm.com/read/100926/6264047

brk server.brk

#include "ace/Acceptor.h" #include "ace/SOCK_Acceptor.h" #include "ace/Reactor.h" #include "ace/Thread.h" ACE_Reactor * g_reactor; static sig_atomic_t finished = 0; class Logging_Ha