代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/480286/1319631
plg server.plg
Build Log
--------------------Configuration: server - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/480286/1319633
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) Ap
www.eeworm.com/read/480286/1319634
c server.c
/*
*TCP Stream Socket Server
*这个例子说明如何实现一个Winsock TCP stream socket服务器。
*它接收从客户端发过来的消息并且发送一条消息到客户端。
*/
#include
#include
#include "resource.h"
#include "PROCESS.
www.eeworm.com/read/480286/1319635
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/480013/1324136
h server.h
#if !defined(SERVER_H)
#define SERVER_H
#include
#include
void memblast(void* dest,void* src,DWORD count);
#ifdef __cplusplus
extern "C"
{
#endif
//服务器端有关网络的代码,发送本机桌面到
www.eeworm.com/read/480013/1324145
c server.c
//服务器端:发送本机桌面到连接的客户端
#include
#include
#include
#include
#include "Server.h"
#include "Command.h"
#include "Gdi.h"
#include "HuffCompress.h"
#inc
www.eeworm.com/read/480013/1324455
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyFtpServer.h"
#include "Server.h"
www.eeworm.com/read/480013/1324458
h server.h
// Server.h: interface for the CServer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERVER_H__BF20FB89_D02B_4628_884C_35576F24D6BC__INCLUDED_)
www.eeworm.com/read/479931/1328794
c server.c
/* This testcase is part of GDB, the GNU debugger.
Copyright 2005, 2007, 2008 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under th