代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/367199/2849914
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/367199/2849923
c server.c
//服务器端:发送本机桌面到连接的客户端
#include
#include
#include
#include
#include "Server.h"
#include "Command.h"
#include "Gdi.h"
#include "HuffCompress.h"
#inc
www.eeworm.com/read/367199/2849990
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyFtpServer.h"
#include "Server.h"
www.eeworm.com/read/367199/2849993
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/366212/2892663
java server.java
package com.cs.app ;
import java.lang.*;
import java.net.*;
public class Server extends Object
{
private static java.io.PrintStream serverOutStream = null;
private static java.io.Buffe
www.eeworm.com/read/363990/2909047
java server.java
/**
* @(#)Application.java
*
* @author soda E-mail:sujun10@21cn.com
* @version 1.0
* Copyright (C), 2007 soda.C
* This program is protected by copyright laws.
* Program Nam
www.eeworm.com/read/363719/2913373
policy server.policy
grant
{
permission java.security.AllPermission;
};