代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/243345/12947552
h server.h
// Server.h : main header file for the SERVER application
//
#if !defined(AFX_SERVER_H__EB6B90C1_8720_438D_B155_96910C7E86E5__INCLUDED_)
#define AFX_SERVER_H__EB6B90C1_8720_438D_B155_96910C7E86E5
www.eeworm.com/read/243345/12947566
clw server.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CServerDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Server.
www.eeworm.com/read/243345/12947568
ncb server.ncb
www.eeworm.com/read/243345/12947579
opt server.opt
www.eeworm.com/read/243345/12947587
aps server.aps
www.eeworm.com/read/243345/12947590
plg server.plg
Build Log
--------------------Configuration: Server - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/243327/12948856
h server.h
#include "core.h"
#ifndef _SERVER_H
#define _SERVER_H
#ifdef __cplusplus
extern "C" {
#endif
/* Initialize SERVER struct */
SERVER *server_init();
/* start server */
void sv_start(SERVER *);
/* st
www.eeworm.com/read/243327/12948914
c server.c
#include "server.h"
#include "core.h"
#include "thread.h"
#include "timer.h"
#include "buffer.h"
#include "queue.h"
#include "log.h"
#include "inet_base.h"
#define SERVER_CHECK_RET(sv, ret)\
{\
if(s
www.eeworm.com/read/243275/12951874
cs server.cs
using System;
using System.Text;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Collections;
namespace HBJ.MailSender.SMTP {
public enum MailFormat{Text,HTML};
www.eeworm.com/read/329396/12956175
c server.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include